Uses of Class
com.dlsc.formsfx.model.structure.Group
| Package | Description |
|---|---|
| com.dlsc.formsfx.model.event | |
| com.dlsc.formsfx.model.structure | |
| com.dlsc.formsfx.view.renderer |
-
Uses of Group in com.dlsc.formsfx.model.event
Methods in com.dlsc.formsfx.model.event that return Group Modifier and Type Method Description GroupGroupEvent. getGroup()Methods in com.dlsc.formsfx.model.event with parameters of type Group Modifier and Type Method Description static GroupEventGroupEvent. groupPersistedEvent(Group group)Creates a new instance ofGroupEventwith event type set toEVENT_GROUP_PERSISTED.static GroupEventGroupEvent. groupResetEvent(Group group)Creates a new instance ofGroupEventwith event type set toEVENT_GROUP_RESET. -
Uses of Group in com.dlsc.formsfx.model.structure
Subclasses of Group in com.dlsc.formsfx.model.structure Modifier and Type Class Description classSectionA section is a kind of group with more options.Fields in com.dlsc.formsfx.model.structure with type parameters of type Group Modifier and Type Field Description protected List<Group>Form. groupsMethods in com.dlsc.formsfx.model.structure that return Group Modifier and Type Method Description GroupGroup. addEventHandler(javafx.event.EventType<GroupEvent> eventType, javafx.event.EventHandler<? super GroupEvent> eventHandler)Registers an event handler to this group.static GroupGroup. of(Element... elements)Creates a new group containing the given elements.GroupGroup. removeEventHandler(javafx.event.EventType<GroupEvent> eventType, javafx.event.EventHandler<? super GroupEvent> eventHandler)Unregisters a previously registered event handler from this group.Methods in com.dlsc.formsfx.model.structure that return types with arguments of type Group Modifier and Type Method Description List<Group>Form. getGroups()Methods in com.dlsc.formsfx.model.structure with parameters of type Group Modifier and Type Method Description static FormForm. of(Group... sections)Creates a new form containing the given sections. -
Uses of Group in com.dlsc.formsfx.view.renderer
Classes in com.dlsc.formsfx.view.renderer with type parameters of type Group Modifier and Type Class Description classGroupRendererBase<V extends Group>This class handles shared aspects of groups and sections during rendering.Fields in com.dlsc.formsfx.view.renderer declared as Group Modifier and Type Field Description protected VGroupRendererBase. elementConstructors in com.dlsc.formsfx.view.renderer with parameters of type Group Constructor Description GroupRenderer(Group group)This is the constructor to pass over data.