Uses of Class
org.linkki.core.ui.layout.annotation.SectionLayout
-
Packages that use SectionLayout Package Description org.linkki.core.ui.creation.section Creation ofSections.org.linkki.core.ui.layout.annotation Annotations containing layout information. -
-
Uses of SectionLayout in org.linkki.core.ui.creation.section
Constructors in org.linkki.core.ui.creation.section with parameters of type SectionLayout Constructor Description SectionComponentDefiniton(SectionLayout layout, String caption, boolean closeable) -
Uses of SectionLayout in org.linkki.core.ui.layout.annotation
Methods in org.linkki.core.ui.layout.annotation that return SectionLayout Modifier and Type Method Description SectionLayoutlayout()Layout for the section, i.e.static SectionLayoutSectionLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static SectionLayout[]SectionLayout. values()Returns an array containing the constants of this enum type, in the order they are declared.
-