Package org.linkki.core.ui.uiframework
Class VaadinComponentWrapperFactory
- java.lang.Object
-
- org.linkki.core.ui.uiframework.VaadinComponentWrapperFactory
-
- All Implemented Interfaces:
ComponentWrapperFactory
public class VaadinComponentWrapperFactory extends Object implements ComponentWrapperFactory
ComponentWrapperFactoryfor VaadinComponents.
-
-
Field Summary
Fields Modifier and Type Field Description static VaadinComponentWrapperFactoryINSTANCEThe singleton instance ofVaadinComponentWrapperFactory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentWrappercreateComponentWrapper(Object component)booleanisUiComponent(Class<?> clazz)
-
-
-
Field Detail
-
INSTANCE
public static final VaadinComponentWrapperFactory INSTANCE
The singleton instance ofVaadinComponentWrapperFactory.
-
-
Method Detail
-
isUiComponent
public boolean isUiComponent(Class<?> clazz)
- Specified by:
isUiComponentin interfaceComponentWrapperFactory- Implementation Note:
- Considers every implementation of
Componenta component.
-
createComponentWrapper
public ComponentWrapper createComponentWrapper(Object component)
- Specified by:
createComponentWrapperin interfaceComponentWrapperFactory
-
-