com.ptc.core.ca.co.client.selection
Interface CoSelector

All Superinterfaces:
CoModelDriven
All Known Implementing Classes:
CoCompositeTable, CoCompositeTree, CoSimpleTable, CoTable, CoTree, WebCompositeTable, WebCompositeTree, WebSimpleTable

Deprecated.

@Deprecated
public interface CoSelector
extends CoModelDriven

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

SELECTED

static final String SELECTED
Deprecated. 
Label for the attribute; the list of selected descendent sub-elements.

Supported API: true

See Also:
Constant Field Values
Method Detail

getSelected

ArrayList getSelected()
Deprecated. 
Gets the value of the attribute: SELECTED. the list of selected descendent sub-elements.

Supported API: true

Returns:
ArrayList

setSelected

void setSelected(ArrayList a_Selected)
Deprecated. 
Sets the value of the attribute: SELECTED. the list of selected descendent sub-elements.

Supported API: true

Parameters:
a_Selected -