Uses of Class
org.linkki.core.vaadin.component.section.LinkkiSection
-
Packages that use LinkkiSection Package Description org.linkki.core.ui.creation.section Creation ofSections.org.linkki.core.vaadin.component.page Pageand default implementation.org.linkki.core.vaadin.component.section Sectionsused to structure UI. -
-
Uses of LinkkiSection in org.linkki.core.ui.creation.section
Methods in org.linkki.core.ui.creation.section that return LinkkiSection Modifier and Type Method Description static LinkkiSectionPmoBasedSectionFactory. createAndBindSection(Object pmo, BindingContext bindingContext)Creates a new section based on the given annotated PMO and binds the created controls via the given binding context to the PMO.LinkkiSectionPmoBasedSectionFactory. createSection(Object pmo, BindingContext bindingContext)Creates a new section based on the given annotated PMO and binds the created controls via the given binding context to the PMO. -
Uses of LinkkiSection in org.linkki.core.vaadin.component.page
Methods in org.linkki.core.vaadin.component.page that return LinkkiSection Modifier and Type Method Description protected LinkkiSectionAbstractPage. addSection(Object pmo)Creates a section based on the given PMO and adds it to the page taking 100% of the page width. -
Uses of LinkkiSection in org.linkki.core.vaadin.component.section
Subclasses of LinkkiSection in org.linkki.core.vaadin.component.section Modifier and Type Class Description classBaseSectionBase class for sections.classGridSectionA section containing a single table.
-