Uses of Class
org.linkki.core.ui.wrapper.VaadinComponentWrapper
-
Packages that use VaadinComponentWrapper Package Description org.linkki.core.ui.creation.section Creation ofSections.org.linkki.core.ui.creation.table Creation ofGrid.org.linkki.core.ui.wrapper ComponentWrappersfor Vaadin UI components. -
-
Uses of VaadinComponentWrapper in org.linkki.core.ui.creation.section
Methods in org.linkki.core.ui.creation.section that return VaadinComponentWrapper Modifier and Type Method Description protected abstract VaadinComponentWrapperSectionLayoutDefinition. createComponentWrapperAndAddComponentToSection(BaseSection section, com.vaadin.flow.component.html.Label label, com.vaadin.flow.component.Component component)Creates the component wrapper for the givenLabelandComponentand adds it to the givenBaseSection. -
Uses of VaadinComponentWrapper in org.linkki.core.ui.creation.table
Subclasses of VaadinComponentWrapper in org.linkki.core.ui.creation.table Modifier and Type Class Description classAbstractGridComponentWrapper<ROW>Wraps a vaadinGrid.classGridColumnWrapperWrapper for the grid column.classGridComponentWrapper<ROW>Wraps a vaadinGrid.classTreeGridComponentWrapper<ROW>Wraps a vaadinGrid. -
Uses of VaadinComponentWrapper in org.linkki.core.ui.wrapper
Subclasses of VaadinComponentWrapper in org.linkki.core.ui.wrapper Modifier and Type Class Description classFormItemComponentWrapperclassLabelComponentWrapperImplementation of theComponentWrapperwith a vaadinComponentwith label support.classNoLabelComponentWrapperImplementation of theComponentWrapperwith a vaadinComponentwithout label support.
-