Methods' Details |
getGroupControl
boolean |
getGroupControl(); |
- Description
- returns whether the control models are grouped together.
|
|
setGroupControl
[oneway] void |
setGroupControl( |
[in] boolean |
GroupControl ); |
- Description
- determines if the control models are grouped together.
|
|
setControlModels
[oneway] void |
setControlModels( |
[in] sequence< XControlModel > |
Controls ); |
- Description
- sets the control models.
|
|
getControlModels
- Description
- returns the control models.
|
|
setGroup
[oneway] void |
setGroup( |
[in] sequence< XControlModel > |
Group, |
| [in] string |
GroupName ); |
- Description
- sets a control model group.
|
|
getGroupCount
- Description
- returns the number of control model groups.
|
|
getGroup
void |
getGroup( |
[in] long |
nGroup, |
| [out] sequence< XControlModel > |
Group, |
| [out] string |
Name ); |
- Description
- returns a control model group.
|
|
getGroupByName
void |
getGroupByName( |
[in] string |
Name, |
| [out] sequence< XControlModel > |
Group ); |
- Description
- returns a control model group by name.
|
|
Copyright © 2010 Sun Microsystems, Inc.