Package ca.corbett.forms.demo
Class ListFieldPanel
java.lang.Object
ca.corbett.extras.demo.panels.PanelBuilder
ca.corbett.forms.demo.ListFieldPanel
A demo panel to show off the List and Panel related FormFields.
- Author:
- scorbo2
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAdding a list item is one of the actions that we can't supply out-of-the-box, because we don't know what type of data the list holds or what the list represents.static classShows a quick help popup for the list item action buttons, which may not be self-explanatory to new users. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.corbett.extras.demo.panels.PanelBuilder
buildFormPanel, buildFormPanel, buildHighlightedHeaderLabel, createSnippetLabel, createSnippetLabel
-
Constructor Details
-
ListFieldPanel
public ListFieldPanel()
-
-
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).
-