Included Services - Summary |
::com::sun::star::awt::UnoControlModel |
- (referenced entity's summary:)
- specifies the standard model of an ::com::sun::star::awt::UnoControl
in the Smalltalk model view controller design.
|
FormComponent |
- (referenced entity's summary:)
- specifies a component which can be part of a form.
|
Exported Interfaces - Summary |
::com::sun::star::beans::XFastPropertySet |
This optional interface gives an efficient access to all
properties at once or an ability to set more than one property at once.
(details)
|
::com::sun::star::beans::XPropertyState |
This optional interface gives access to the state of the
properties, e.g. whether a default value
is to be used or not for a certain property.
(details)
|
Properties' Summary |
[ readonly ] short
ClassId |
specifies the ID for classification of the component.
|
short
TabIndex |
[ OPTIONAL ]
determines the relative taborder of the control associated with the model.
|
string
Tag |
used for additional information.
|
Exported Interfaces - Details |
::com::sun::star::beans::XFastPropertySet
- Usage Restrictions
- optional
- Description
- This optional interface gives an efficient access to all
properties at once or an ability to set more than one property at once.
|
|
::com::sun::star::beans::XPropertyState
- Usage Restrictions
- optional
- Description
- This optional interface gives access to the state of the
properties, e.g. whether a default value
is to be used or not for a certain property.
|
|
Properties' Details |
ClassId
[ readonly ] short ClassId;
- Description
- specifies the ID for classification of the component.
- See also
- FormComponentType
|
|
TabIndex
short TabIndex;
- Usage Restrictions
- 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.
|
|
Top of Page
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.