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