|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoSelector
CoSelector interface indicates that the element allows for
descendent sub-elements to be selected. Thus it's posible to separate
an application developer from the details of the implementation of the
selection mechanism. An element implementing selector interface should
just be able to tell what's selected in it.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
SELECTED
Deprecated. Label for the attribute; the list of selected descendent sub-elements. |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven |
|---|
MODEL |
| Method Summary | |
|---|---|
ArrayList |
getSelected()
Deprecated. Gets the value of the attribute: SELECTED. |
void |
setSelected(ArrayList a_Selected)
Deprecated. Sets the value of the attribute: SELECTED. |
| Methods inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven |
|---|
getModel, newModel, setModel, updateModel |
| Field Detail |
|---|
static final String SELECTED
| Method Detail |
|---|
ArrayList getSelected()
void setSelected(ArrayList a_Selected)
a_Selected -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||