Skip to content

Commit

Permalink
Added fluent HasLabel interface
Browse files Browse the repository at this point in the history
part of #39
  • Loading branch information
mstahv committed Aug 22, 2022
1 parent 7fbeab5 commit 57dc35a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
import com.vaadin.flow.data.renderer.TextRenderer;
import com.vaadin.flow.function.SerializablePredicate;
import org.vaadin.firitin.fluency.ui.*;
import org.vaadin.firitin.fluency.ui.internal.FluentHasLabel;

public class VRadioButtonGroup<T> extends RadioButtonGroup<T> implements
FluentHasStyle<VRadioButtonGroup<T>>, FluentComponent<VRadioButtonGroup<T>>, FluentHasValueAndElement<VRadioButtonGroup<T>, ComponentValueChangeEvent<RadioButtonGroup<T>, T>, T>, FluentHasValidation<VRadioButtonGroup<T>>,
FluentHasHelper<VRadioButtonGroup<T>> {
FluentHasHelper<VRadioButtonGroup<T>>, FluentHasLabel<VRadioButtonGroup<T>> {

public VRadioButtonGroup() {
super();
Expand Down

0 comments on commit 57dc35a

Please sign in to comment.