Uses of Class
com.dlsc.formsfx.view.util.ColSpan
| Package | Description |
|---|---|
| com.dlsc.formsfx.model.structure | |
| com.dlsc.formsfx.view.util |
-
Uses of ColSpan in com.dlsc.formsfx.model.structure
Methods in com.dlsc.formsfx.model.structure with parameters of type ColSpan Modifier and Type Method Description EElement. span(ColSpan newValue)Sets the amount of columns the field takes up inside the section grid. -
Uses of ColSpan in com.dlsc.formsfx.view.util
Methods in com.dlsc.formsfx.view.util that return ColSpan Modifier and Type Method Description static ColSpanColSpan. valueOf(String name)Returns the enum constant of this type with the specified name.static ColSpan[]ColSpan. values()Returns an array containing the constants of this enum type, in the order they are declared.