Uses of Class
ca.corbett.forms.fields.ButtonField
Packages that use ButtonField
-
Uses of ButtonField in ca.corbett.forms.fields
Methods in ca.corbett.forms.fields that return ButtonFieldModifier and TypeMethodDescriptionAdds a button with the specified Action to this ButtonField.ButtonField.removeButton(String actionName) Removes the button with the specified action name from this ButtonField, if such a button exists.ButtonField.setAlignment(int alignment) One of FlowLayout's alignment options: LEFT, CENTER, RIGHT, LEADING, or TRAILING from the FlowLayout class.ButtonField.setButtonPreferredSize(Dimension preferredSize) Sets the preferred size of the buttons in this ButtonField.ButtonField.setHgap(int hgap) Sets the horizontal gap between buttons, and between buttons and the edge of the containing panel.ButtonField.setShouldExpand(boolean expand) Optionally make this field expand to fill the entire width of the parent FormPanel.ButtonField.setVgap(int vgap) Sets the vertical gap between buttons, and between buttons and the edge of the containing panel.