com.ptc.core.ca.co.client.menu
Interface CoNavBarRowModel

All Superinterfaces:
CoLayoutRowModel, CoModel
All Known Implementing Classes:
CoDefaultNavBarRowModel

Deprecated.

@Deprecated
public interface CoNavBarRowModel
extends CoLayoutRowModel

The interface the model of the navigation bar row implements.

Supported API: true

Extendable: false


Field Summary
static String SELECTED_ACTION
          Deprecated. Label for the attribute; the "current" action in the row of actions.
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 CoAction getSelectedAction()
          Deprecated. Gets the value of the attribute: SELECTED_ACTION.
 void setSelectedAction(CoAction a_SelectedAction)
          Deprecated. Sets the value of the attribute: SELECTED_ACTION.
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, init, setElement, update
 

Field Detail

SELECTED_ACTION

static final String SELECTED_ACTION
Deprecated. 
Label for the attribute; the "current" action in the row of actions.

Supported API: true

See Also:
Constant Field Values
Method Detail

getSelectedAction

CoAction getSelectedAction()
Deprecated. 
Gets the value of the attribute: SELECTED_ACTION. the "current" action in the row of actions.

Supported API: true

Returns:
CoAction

setSelectedAction

void setSelectedAction(CoAction a_SelectedAction)
Deprecated. 
Sets the value of the attribute: SELECTED_ACTION. the "current" action in the row of actions.

Supported API: true

Parameters:
a_SelectedAction -