Package org.linkki.core.ui.uiframework
Class VaadinLinkkiExtension
- java.lang.Object
-
- org.linkki.core.ui.uiframework.VaadinLinkkiExtension
-
- All Implemented Interfaces:
UiFrameworkExtension
public class VaadinLinkkiExtension extends Object implements UiFrameworkExtension
The Vaadin specific implementation forUiFrameworkExtension.
-
-
Constructor Summary
Constructors Constructor Description VaadinLinkkiExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<?>getChildComponents(Object uiComponent)ComponentWrapperFactorygetComponentWrapperFactory()LocalegetLocale()
-
-
-
Method Detail
-
getLocale
public Locale getLocale()
- Specified by:
getLocalein interfaceUiFrameworkExtension
-
getComponentWrapperFactory
public ComponentWrapperFactory getComponentWrapperFactory()
- Specified by:
getComponentWrapperFactoryin interfaceUiFrameworkExtension
-
getChildComponents
public Stream<?> getChildComponents(Object uiComponent)
- Specified by:
getChildComponentsin interfaceUiFrameworkExtension
-
-