Uses of Enum Class
ca.corbett.forms.fields.CollapsiblePanelField.ButtonPosition
Packages that use CollapsiblePanelField.ButtonPosition
-
Uses of CollapsiblePanelField.ButtonPosition in ca.corbett.forms.fields
Methods in ca.corbett.forms.fields that return CollapsiblePanelField.ButtonPositionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CollapsiblePanelField.ButtonPosition[]CollapsiblePanelField.ButtonPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.corbett.forms.fields with parameters of type CollapsiblePanelField.ButtonPositionModifier and TypeMethodDescriptionCollapsiblePanelField.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.