Uses of Class
com.dlsc.formsfx.model.structure.Section
| Package | Description |
|---|---|
| com.dlsc.formsfx.model.structure | |
| com.dlsc.formsfx.view.renderer |
-
Uses of Section in com.dlsc.formsfx.model.structure
Methods in com.dlsc.formsfx.model.structure that return Section Modifier and Type Method Description SectionSection. collapse(boolean newValue)Changes the collapsed state on a section.SectionSection. collapsible(boolean newValue)Changes the collapsible state on a section.static SectionSection. of(Element... elements)Creates a new section containing the given elements.SectionSection. title(String newValue)Sets the title property of the current group. -
Uses of Section in com.dlsc.formsfx.view.renderer
Constructors in com.dlsc.formsfx.view.renderer with parameters of type Section Constructor Description SectionRenderer(Section section)This is the constructor to pass over data.