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

All Superinterfaces:
CoModel
All Known Subinterfaces:
CoCompositeTableModel, CoSimpleTableModel, CoTableModel, CoTreeModel
All Known Implementing Classes:
CoAbstractTreeModel, CoCompositeTreeModel, CoDefaultCompositeTableModel, CoDefaultCompositeTreeModel, CoDefaultSimpleTableModel

Deprecated.

@Deprecated
public interface CoSelectorModel
extends CoModel

The model of the element implementing CoSelector interface must implement this interface.

Supported API: true

Extendable: false


Field Summary
static String SELECTOR_TYPE
          Deprecated. Label for the attribute; the type of selector the element is configured to support.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 CoSelectorType getSelectorType()
          Deprecated. Gets the value of the attribute: SELECTOR_TYPE.
 void setSelectorType(CoSelectorType a_SelectorType)
          Deprecated. Sets the value of the attribute: SELECTOR_TYPE.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

SELECTOR_TYPE

static final String SELECTOR_TYPE
Deprecated. 
Label for the attribute; the type of selector the element is configured to support.

Supported API: true

See Also:
Constant Field Values
Method Detail

getSelectorType

CoSelectorType getSelectorType()
Deprecated. 
Gets the value of the attribute: SELECTOR_TYPE. the type of selector the element is configured to support.

Supported API: true

Returns:
CoSelectorType

setSelectorType

void setSelectorType(CoSelectorType a_SelectorType)
Deprecated. 
Sets the value of the attribute: SELECTOR_TYPE. the type of selector the element is configured to support.

Supported API: true

Parameters:
a_SelectorType -