Properties' Details |
ClassId
[ readonly ] short ClassId;
- Description
- specifies the ID for classification of the component.
- See also
- FormComponentType
|
|
TabIndex
short TabIndex;
- [ OPTIONAL ]
- Description
- determines the relative taborder of the control associated with the model.
The default -1 is used to indicate that the tab-order of this control should be
determined automatically.
Each component which supports a tabstop must provide a
FormControlModel::TabIndex property.
Normally, a FormController instance is evaluating this property.
|
|
Tag
string Tag;
- Description
- used for additional information.
No semantics is given for this property, it will usually be used by the creator of a document
containing form controls.
|
|
Copyright © 2003 Sun Microsystems, Inc.