Uses of Class
ca.corbett.forms.fields.CollapsiblePanelField
Packages that use CollapsiblePanelField
-
Uses of CollapsiblePanelField in ca.corbett.forms.fields
Methods in ca.corbett.forms.fields that return CollapsiblePanelFieldModifier and TypeMethodDescriptionSets the given border around the JSlider in this FormField.CollapsiblePanelField.setButtonPosition(CollapsiblePanelField.ButtonPosition position) You can set the expand/collapse button on the left side (default) or on the right side of the form field.CollapsiblePanelField.setEnabledStatusIsPropagated(boolean isPropagated) Determines what happens when setEnabled is invoked.CollapsiblePanelField.setIsExpanded(boolean expand) Expands or collapses the wrapped JPanel.CollapsiblePanelField.setShouldExpandHorizontally(boolean expand) Optionally make this FormField expand to fill the entire width of the parent FormPanel.