Uses of Class
org.linkki.core.ui.creation.section.SectionLayoutDefinition
-
Packages that use SectionLayoutDefinition Package Description org.linkki.core.ui.creation.section Creation ofSections.org.linkki.core.ui.layout.annotation Annotations containing layout information. -
-
Uses of SectionLayoutDefinition in org.linkki.core.ui.creation.section
Methods in org.linkki.core.ui.creation.section that return SectionLayoutDefinition Modifier and Type Method Description static SectionLayoutDefinitionSectionLayoutDefinition. valueOf(String name)Returns the enum constant of this type with the specified name.static SectionLayoutDefinition[]SectionLayoutDefinition. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SectionLayoutDefinition in org.linkki.core.ui.layout.annotation
Methods in org.linkki.core.ui.layout.annotation that return SectionLayoutDefinition Modifier and Type Method Description SectionLayoutDefinitionSectionLayout. getSectionLayoutDefinition()
-