Package ca.corbett.forms.demo
Class FormActionsPanel
java.lang.Object
ca.corbett.extras.demo.panels.PanelBuilder
ca.corbett.forms.demo.FormActionsPanel
Builds a FormPanel that gives some examples of attaching a custom Action
to FormFields to do certain things when their value changes.
- Since:
- 2029-11-25
- Author:
- scorbo2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FormActionsPanel
public FormActionsPanel()
-
-
Method Details
-
getTitle
Description copied from class:PanelBuilderReturns a name for this PanelBuilder.- Specified by:
getTitlein classPanelBuilder- Returns:
- A hopefully descriptive name.
-
build
Description copied from class:PanelBuilderBuilds and returns the FormPanel (or technically any JPanel) for this builder.- Specified by:
buildin classPanelBuilder- Returns:
- A populated JPanel (or FormPanel).
-