Package ca.corbett.forms.demo


package ca.corbett.forms.demo
This package contains demo panels that showcase some of the features of swing-forms and gives some examples of how to do stuff with it. These are used by the swing-extras demo application.
  • Classes
    Class
    Description
    A demo panel for showing off some "advanced", or less-commonly-used, FormField implementations.
    Builds a FormPanel that contains examples of "basic" FormFields.
    A demo panel to show a custom FormField implementation - FontField.
    Builds a FormPanel that gives some examples of attaching a custom Action to FormFields to do certain things when their value changes.
    This demo panel shows how to add helpful informational messages to FormFields.
    Builds a very simple FormPanel with some introductory text.
    Some FormFields support custom cell renderers, which can allow you to highly customize those fields - this demo panel shows an example of this in action.
    Builds a FormPanel that shows how to add custom FieldValidators to make form validation very easy to implement.
    A demo panel to show off the List and Panel related FormFields.
    Adding 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.
    Shows a quick help popup for the list item action buttons, which may not be self-explanatory to new users.