Uses of Class
com.orchestranetworks.ui.form.UIFormGroup.DisplayMode
Packages that use UIFormGroup.DisplayMode
-
Uses of UIFormGroup.DisplayMode in com.orchestranetworks.ui.form
Fields in com.orchestranetworks.ui.form declared as UIFormGroup.DisplayModeModifier and TypeFieldDescriptionstatic final UIFormGroup.DisplayModeUIFormGroup.DisplayMode.COLLAPSEDDisplays the form group with an expand/collapse button, and is initially collapsed.static final UIFormGroup.DisplayModeUIFormGroup.DisplayMode.EXPANDEDDisplays the form group with an expand/collapse button, and is initially expanded.Methods in com.orchestranetworks.ui.form that return UIFormGroup.DisplayModeMethods in com.orchestranetworks.ui.form with parameters of type UIFormGroup.DisplayModeModifier and TypeMethodDescriptionstatic UIFormNode.DisplayModeUIFormNode.DisplayMode.parse(UIFormGroup.DisplayMode displayMode) Parses aUIFormGroup.DisplayMode.voidUIFormGroup.setDisplayMode(UIFormGroup.DisplayMode displayMode) Sets the display mode to the form group.