Class UIRadioButtons.RadioButtonsComponentDefinitionCreator
- java.lang.Object
-
- org.linkki.core.ui.element.annotation.UIRadioButtons.RadioButtonsComponentDefinitionCreator
-
- All Implemented Interfaces:
ComponentDefinitionCreator<UIRadioButtons>
- Enclosing class:
- UIRadioButtons
public static class UIRadioButtons.RadioButtonsComponentDefinitionCreator extends Object implements ComponentDefinitionCreator<UIRadioButtons>
Component definition for theUIRadioButtonsannotation.
-
-
Constructor Summary
Constructors Constructor Description RadioButtonsComponentDefinitionCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkkiComponentDefinitioncreate(UIRadioButtons annotation, AnnotatedElement annotatedElement)
-
-
-
Method Detail
-
create
public LinkkiComponentDefinition create(UIRadioButtons annotation, AnnotatedElement annotatedElement)
- Specified by:
createin interfaceComponentDefinitionCreator<UIRadioButtons>
-
-