Package org.linkki.core.ui.creation
Class VaadinUiCreator
- java.lang.Object
-
- org.linkki.core.ui.creation.VaadinUiCreator
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.vaadin.flow.component.ComponentcreateComponent(Object pmo, BindingContext bindingContext)CallsUiCreator.createComponent(Object, BindingContext)and returns the component of the returned wrapper as a Vaadin component.
-
-
-
Method Detail
-
createComponent
public static com.vaadin.flow.component.Component createComponent(Object pmo, BindingContext bindingContext)
CallsUiCreator.createComponent(Object, BindingContext)and returns the component of the returned wrapper as a Vaadin component.
-
-