com.ptc.core.ca.co.client.action
Interface CoActionListHolderModel

All Superinterfaces:
CoModel
All Known Subinterfaces:
CoEnumeratorModel, CoSimpleTableModel, CoWizardModel
All Known Implementing Classes:
CoDefaultEnumeratorModel, CoDefaultSimpleTableModel, CoDefaultWizardModel

Deprecated.

@Deprecated
public interface CoActionListHolderModel
extends CoModel

An element implementing CoActionListHolder interface must have a model implementing this interface.

Supported API: true

Extendable: false


Field Summary
static String ACTION_LIST
          Deprecated. Label for the attribute; A reference to an action list element.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 CoActionList getActionList()
          Deprecated. Gets the value of the attribute: ACTION_LIST.
 void setActionList(CoActionList a_ActionList)
          Deprecated. Sets the value of the attribute: ACTION_LIST.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

ACTION_LIST

static final String ACTION_LIST
Deprecated. 
Label for the attribute; A reference to an action list element.

Supported API: true

See Also:
Constant Field Values
Method Detail

getActionList

CoActionList getActionList()
Deprecated. 
Gets the value of the attribute: ACTION_LIST. A reference to an action list element.

Supported API: true

Returns:
CoActionList

setActionList

void setActionList(CoActionList a_ActionList)
Deprecated. 
Sets the value of the attribute: ACTION_LIST. A reference to an action list element.

Supported API: true

Parameters:
a_ActionList -