Uses of Interface
com.orchestranetworks.ui.form.UIFormPane
Packages that use UIFormPane
-
Uses of UIFormPane in com.orchestranetworks.ui.form
Classes in com.orchestranetworks.ui.form that implement UIFormPaneModifier and TypeClassDescriptionclassThis pane provides a table with a list of simple fields/complex groups.final classThis layout divides the form into a set oftabs.Methods in com.orchestranetworks.ui.form that return UIFormPaneMethods in com.orchestranetworks.ui.form with parameters of type UIFormPaneModifier and TypeMethodDescriptionvoidUIFormPaneWithTabs.addHomeTab(UIFormPane aPane) Adds a home pane to the layout.voidUIFormPaneWithTabs.addTab(UserMessage aTitle, UIFormPane aPane) Adds a new tab to the layout.voidUIFormPaneWithTabs.addTab(String aTitle, UIFormPane aPane) Adds a new tab to the layout.voidUIFormPaneWriter.includePane(UIFormPane aPane) Includes the specified pane into this pane.voidUIFormBody.setContent(UIFormPane aPane) Defines the custom form content, overriding the form that is automatically generated from the data model.Constructors in com.orchestranetworks.ui.form with parameters of type UIFormPaneModifierConstructorDescriptionTab(UIFormPane aPane) Constructs a tab without title.Tab(UIFormLabelSpec aTitle, UIFormPane aPane)