Class BasicFormPanel

java.lang.Object
ca.corbett.extras.demo.panels.PanelBuilder
ca.corbett.forms.demo.BasicFormPanel

public class BasicFormPanel extends PanelBuilder
Builds a FormPanel that contains an example of each of the basic form field types.
Since:
2029-11-25
Author:
scorbo2
  • Constructor Details

    • BasicFormPanel

      public BasicFormPanel()
  • Method Details

    • getTitle

      public String getTitle()
      Description copied from class: PanelBuilder
      Returns a name for this PanelBuilder.
      Specified by:
      getTitle in class PanelBuilder
      Returns:
      A hopefully descriptive name.
    • build

      public JPanel build()
      Description copied from class: PanelBuilder
      Builds and returns the FormPanel (or technically any JPanel) for this builder.
      Specified by:
      build in class PanelBuilder
      Returns:
      A populated JPanel (or FormPanel).