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

All Superinterfaces:
CoFacePlateHolderModel, CoModel
All Known Implementing Classes:
CoDefaultActionListModel

Deprecated.

@Deprecated
public interface CoActionListModel
extends CoFacePlateHolderModel

A model of an action list element.

Supported API: true

Extendable: false


Field Summary
static String CHILDREN
          Deprecated. Label for the attribute; the list of CoActionListManaged elements

Supported API: true
static String LIST_TYPE
          Deprecated. Label for the attribute; type of the action list.
static String TRIGGER
          Deprecated. Label for the attribute; the action to be used as a trigger element for an action list.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
FACE_PLATE_TYPE, IMAGE, LABEL, TOOL_TIP
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 ArrayList getChildren()
          Deprecated. Gets the value of the attribute: CHILDREN.
 CoActionListType getListType()
          Deprecated. Gets the value of the attribute: LIST_TYPE.
 CoAction getTrigger()
          Deprecated. Gets the value of the attribute: TRIGGER.
 void setChildren(ArrayList a_Children)
          Deprecated. Sets the value of the attribute: CHILDREN.
 void setListType(CoActionListType a_ListType)
          Deprecated. Sets the value of the attribute: LIST_TYPE.
 void setTrigger(CoAction a_Trigger)
          Deprecated. Sets the value of the attribute: TRIGGER.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel
getFacePlateType, getImage, getLabel, getToolTip, setFacePlateType, setImage, setLabel, setToolTip
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

CHILDREN

static final String CHILDREN
Deprecated. 
Label for the attribute; the list of CoActionListManaged elements

Supported API: true

See Also:
Constant Field Values

TRIGGER

static final String TRIGGER
Deprecated. 
Label for the attribute; the action to be used as a trigger element for an action list. A user triggers an action by clicking a trigger action that usualy has "Go" label.

Supported API: true

See Also:
Constant Field Values

LIST_TYPE

static final String LIST_TYPE
Deprecated. 
Label for the attribute; type of the action list. Configuration specification should provide either a type information for DCA to choose an appropriate renderer or a renderer but not both.

Supported API: true

See Also:
CoActionListType, Constant Field Values
Method Detail

getChildren

ArrayList getChildren()
Deprecated. 
Gets the value of the attribute: CHILDREN. the list of CoActionListManaged elements

Supported API: true

Returns:
ArrayList

setChildren

void setChildren(ArrayList a_Children)
Deprecated. 
Sets the value of the attribute: CHILDREN. the list of CoActionListManaged elements

Supported API: true

Parameters:
a_Children -

getTrigger

CoAction getTrigger()
Deprecated. 
Gets the value of the attribute: TRIGGER. the action to be used as a trigger element for an action list. A user triggers an action by clicking a trigger action that usualy has "Go" label.

Supported API: true

Returns:
CoAction

setTrigger

void setTrigger(CoAction a_Trigger)
Deprecated. 
Sets the value of the attribute: TRIGGER. the action to be used as a trigger element for an action list. A user triggers an action by clicking a trigger action that usualy has "Go" label.

Supported API: true

Parameters:
a_Trigger -

getListType

CoActionListType getListType()
Deprecated. 
Gets the value of the attribute: LIST_TYPE. type of the action list. Configuration specification should provide either a type information for DCA to choose an appropriate renderer or a renderer but not both.

Supported API: true

Returns:
CoActionListType
See Also:
CoActionListType

setListType

void setListType(CoActionListType a_ListType)
Deprecated. 
Sets the value of the attribute: LIST_TYPE. type of the action list. Configuration specification should provide either a type information for DCA to choose an appropriate renderer or a renderer but not both.

Supported API: true

Parameters:
a_ListType -
See Also:
CoActionListType