Package gov.virginia.dcjs.gui.field

Interface Summary
FieldInterface All fields implementing this interface can: * Have their content checked for validity.
FieldType Constants to be used for specifying a specific field type as * defined in the gui.field package
FieldValidator  
 

Class Summary
CheckBoxField  
ComboBoxField  
ComboBoxFieldModel This mutable data model accepts a Relation and allows a key * field to be specified by the user.
DateField  
DisplayField This class serves as the common ancestor class for all displayable * field "wrapper" classes.
EnterKeyListener This class serves to handle ENTER keystrokes within JOptionPanes
FieldContentMetaData  
FieldDisplayMetaData  
FieldFactory Generates an instantiated field object of the specified * FieldType type.
FieldMetaData A FieldMetaData (FMD) object contains all of the information to * describe a single data field.
FieldOptionPane Presents a user input dialog containing the developer provided * DisplayField for the data entry.
FieldRightsMetaData  
FreeTextField  
InitialCapsField  
IntegerField  
JDateField This class only allows a maximum of eight (8) digits - no other characters * are allowed.
JFreeTextField  
JInitialCapsField  
JIntegerField This class only allows digits - no other characters may be entered
JKeystrokeField This class listens to every keystoke entered and invokes the * fieldCheck() method for each one.
JMaskField This class displays the data according to the mask format specified.
JPhoneField This class only allows a maximum of nine (10) digits - no other characters * may be entered.
JSsnField This class only allows a maximum of nine (9) digits - no other characters * may be entered.
JTableFinderField Dynamically searches a JTable with each user keystroke
JTableSearchField  
JUppercaseField  
JZipcodeField This class only allows a maximum of nine (9) digits - no other characters * may be entered.
ListField  
ListFieldModel This data model accepts a Relation and allows a key * field to be specified by the user.
PhoneField  
ScrollableTextField  
SsnField  
UppercaseField  
ZipcodeField