Uses of Class
nl.coderight.jazz.form.FormControl

Packages that use FormControl
nl.coderight.jazz.form   
nl.coderight.jazz.form.control   
nl.coderight.jazz.form.field   
nl.coderight.jazz.form.field.html   
nl.coderight.jazz.form.field.lookup   
nl.coderight.jazz.form.field.scrollable   
nl.coderight.jazz.form.field.selectable   
 

Uses of FormControl in nl.coderight.jazz.form
 

Methods in nl.coderight.jazz.form that return FormControl
protected  FormControl FormField.getParent()
           
 

Uses of FormControl in nl.coderight.jazz.form.control
 

Subclasses of FormControl in nl.coderight.jazz.form.control
 class AccordionControl
           
 class ButtonControl
          Implementation of a button group.
 class CalendarControl
          Displays a combo that shows a date with a CalendarField as popup.
 class ChartControl
           
 class CheckControl<V>
          Use to arrange a group of CheckButtons.
 class GroupControl<V>
          Used to arrange a group of fields.
 class PageControl
          Manages two or more fields that share the same display space.
 class RadioControl<V>
          Use to arrange a group of RadioButtons.
 class RichTextControl
           
 class SplitControl
          Used to divide two (and only two) Fields.
 class TabControl
          A Control that lets the user switch between a group of fields by clicking on a tab.
 class WizardControl
           
 

Uses of FormControl in nl.coderight.jazz.form.field
 

Subclasses of FormControl in nl.coderight.jazz.form.field
 class CheckListField<V>
          Implementation of a JList with check boxes.
 class CheckSelectField<V>
           
 class CheckTableField<V>
          Implementation of a JTable with check boxes.
 class CheckTreeField<V>
          Implementation of a JTree with check boxes.
 class CheckTreeTableField
          Implementation of a tree table with check boxes.
 class ComboField<V>
          Implementation of a JComboBox.
 class ImageField
          Displays an image.
 class ListField<V>
          Implementation of a JList.
 class MemoField
          Implementation of a JTextArea.
 class SelectField<V>
          Implementation of a non-editable JComboBox.
 class SpinnerField<V>
          Implementation of a JSpinner.
 class TableField<V>
          Implementation of a JTable.
 class TreeField<V>
          Implementation of a JTree.
 class TreeTableField
          Implementation of a tree table.
 

Uses of FormControl in nl.coderight.jazz.form.field.html
 

Subclasses of FormControl in nl.coderight.jazz.form.field.html
 class HypertextField
          A field that displays html.
 

Uses of FormControl in nl.coderight.jazz.form.field.lookup
 

Subclasses of FormControl in nl.coderight.jazz.form.field.lookup
 class LookupComboField<V>
          LookupComboField (auto completion)
 class LookupField<V>
          Base class for lookup fields (auto-complete).
 class LookupTextField<V>
          TextLookupField (auto completion)
 

Uses of FormControl in nl.coderight.jazz.form.field.scrollable
 

Subclasses of FormControl in nl.coderight.jazz.form.field.scrollable
 class ScrollableField<V>
          Base class for scrollable fields.
 

Uses of FormControl in nl.coderight.jazz.form.field.selectable
 

Subclasses of FormControl in nl.coderight.jazz.form.field.selectable
 class ListSelectableField<V>
          Base class for list Selectable fields.
 class SelectableField<V>
          Base class for Selectable fields.
 class TreeSelectableField<V>
          Base class for tree Selectable fields.
 



Copyright 2010 CodeRight, All rights reserved.