Uses of Class
org.linkki.core.vaadin.component.section.BaseSection
-
Packages that use BaseSection Package Description org.linkki.core.ui.creation.section Creation ofSections. -
-
Uses of BaseSection in org.linkki.core.ui.creation.section
Methods in org.linkki.core.ui.creation.section that return BaseSection Modifier and Type Method Description BaseSectionPmoBasedSectionFactory. createBaseSection(Object pmo, BindingContext bindingContext)Creates a new base section based on the given annotated PMO and binds the created controls via the given binding context to the PMO.Methods in org.linkki.core.ui.creation.section with parameters of type BaseSection 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.
-