Package org.jdesktop.jdnc.form

Contains the JForm component, which enables easy creation of user-interface forms which bind to arbitrary data models, such as JavaBeans, RowSet, and collections.

See:
          Description

Interface Summary
ComponentCreator Responsible for creating a "fitting" component for the metaData.
 

Class Summary
BindingBorder  
ComponentMap Choosing strategy for creating components.
ComponentMap.BooleanCreator  
ComponentMap.DatePickerCreator  
ComponentMap.EnumerationCreator  
ComponentMap.FormCreator  
ComponentMap.ImagePanelCreator  
ComponentMap.LabelCreator  
ComponentMap.LinkLabelCreator  
ComponentMap.ListCreator  
ComponentMap.TableCreator  
ComponentMap.TextCreator creates and returns a JTextComponent.
DefaultFormFactory note:technically this should probably be in a FormUI, or initialized from a FormUI.
ExtBindingFactory BindingFactory with formBindingCreator to enable nested Forms.
ExtBindingFactory.FormBindingCreator  
FormBinding Class which binds a JForm component to a data model field which is type DataModel in order to support nested data models.
FormFactory Form factory class which provides support for constructing the user-interface components and associated bindings for a JForm component.
JForm Form component class for enabling display, editing, and actions on a collection of data fields, each of which corresponds to an identifiable element within an application data model.
RowSelector  
 

Package org.jdesktop.jdnc.form Description

Contains the JForm component, which enables easy creation of user-interface forms which bind to arbitrary data models, such as JavaBeans, RowSet, and collections.

Package Specification

Related Documentation



Copyright © 2005 Sun Microsystems All Rights Reserved.