JClass DesktopViews 6.3.0 API
Documentation

Package com.klg.jclass.field

Contains a collection of data entry and validation components for your Java applications.

See:
          Description

Interface Summary
JCFieldComponent List of the public API's that make up a JClass Field Bean.
 

Class Summary
DataProperties A Bean property which wraps the validator, data model, and Field objects properties into one property.
DataPropertiesRegistry Given a data type, this class determines the default validator or value model.
DataPropertiesRegistry.Info Convenience class used to hold a validator and data model.
Field Note that this class is not a part of the public API and is public as a side-effect of the implementation.
JCComboField JCComboField has all the capability of JComboBox, as well as the ability to validate its contents.
JCFormUtil This class contains a collection of methods that look through all the children of a given Container (usually a Form) and return different sets of information based on the JClass Field components found in a Container.
JCInvalidInfo This class creates an object which holds the invalid info properties.
JCLabelField JCLabelField has all the capability of JLabelField as well as the ability to validate its contents.
JCPopupField JCPopupField is subclassed from JCComboField.
JCPromptHelper This class allows the user to display the tool tip text in a specific prompt label of any container whenever that field component gains focus, and to remove the text when the field loses focus.
JCSpinField A spin field allows the user to spin through a range of values.
JCTextField JCTextField has all the capability of JTextField, as well as the ability to validate its contents.
JCVersion In JClass, each package has a JCVersion class.
 

Package com.klg.jclass.field Description

Contains a collection of data entry and validation components for your Java applications. There are multiple field input types as well as edit and display masks. JClass Field integrates seamlessly with JClass LiveTable. JClass Field makes it easy to validate strings entered in a text field, or chosen using spin and combo fields. It supports validation of floating point values in text and spin fields and can validate a time value in text and spin fields.


Copyright © 2004 Quest Software Inc..
All rights reserved.