com.ptc.core.ca.co.client.menu
Class CoDefaultNavBarRowModel

java.lang.Object
  extended by com.ptc.core.ca.co.client.layout.CoDefaultLayoutRowModel
      extended by com.ptc.core.ca.co.client.menu.CoDefaultNavBarRowModel
All Implemented Interfaces:
CoModel, CoLayoutRowModel, CoNavBarRowModel, Externalizable, Serializable

Deprecated.

@Deprecated
public class CoDefaultNavBarRowModel
extends CoDefaultLayoutRowModel
implements CoNavBarRowModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.menu.CoNavBarRowModel
SELECTED_ACTION
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 CoAction getSelectedAction()
          Deprecated. Gets the value of the attribute: selectedAction; the "current" action in the row of actions.
 void init(CoEnvData envData)
          Deprecated. The method responsible for the initialization of the model.
 void setSelectedAction(CoAction a_SelectedAction)
          Deprecated. Sets the value of the attribute: selectedAction; the "current" action in the row of actions.
 void update(CoEnvData envData)
          Deprecated. The method responsible for the update of the model.
 
Methods inherited from class com.ptc.core.ca.co.client.layout.CoDefaultLayoutRowModel
getElement, setElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel
getElement, setElement
 

Method Detail

init

public void init(CoEnvData envData)
          throws WTException
Deprecated. 
The method responsible for the initialization of the model.

Supported API: true

Specified by:
init in interface CoModel
Parameters:
envData -
Throws:
WTException

update

public void update(CoEnvData envData)
            throws WTException
Deprecated. 
The method responsible for the update of the model.

Supported API: true

Specified by:
update in interface CoModel
Overrides:
update in class CoDefaultLayoutRowModel
Parameters:
envData -
Throws:
WTException

getSelectedAction

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

Supported API: true

Specified by:
getSelectedAction in interface CoNavBarRowModel
Returns:
CoAction

setSelectedAction

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

Supported API: true

Specified by:
setSelectedAction in interface CoNavBarRowModel
Parameters:
a_SelectedAction -