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

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElement
      extended by com.ptc.core.ca.co.client.layout.CoLayoutRow
          extended by com.ptc.core.ca.co.client.menu.CoNavBarRow
All Implemented Interfaces:
CoAddressable, CoContainer, CoModelDriven, Externalizable, Serializable
Direct Known Subclasses:
WebNavBarRow

Deprecated.

@Deprecated
public abstract class CoNavBarRow
extends CoLayoutRow
implements Externalizable

The navigation bar row element extends layout row element to be able to position actions and other elements in a row. See application developers guide for more details.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoContainer
CHILDREN
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven
MODEL
 
Fields inherited from interface com.ptc.core.ca.co.client.address.CoAddressable
ADDRESS
 
Method Summary
 CoConfigFeature getSelectedActionConfig()
          Deprecated. Gets the value of the attribute: selectedActionConfig.
 CoModel newModel()
          Deprecated. Returns newly created model of CoDefaultNavBarRowModel class.
 void setSelectedActionConfig(CoConfigFeature a_SelectedActionConfig)
          Deprecated. Sets the value of the attribute: selectedActionConfig.
 void updateChildren(CoEnvData envData)
          Deprecated. 

Supported API: true
 
Methods inherited from class com.ptc.core.ca.co.client.layout.CoLayoutRow
createDynamicSubElement, createStaticSubElement, getChildren, getModel, pruneChildren, setChildren, setModel, updateModel
 
Methods inherited from class com.ptc.core.ca.co.client.element.CoElement
canBePruned, default_draw, default_init, draw, getAddress, getConfiguration, getFrame, getParent, handleDrawError, isBeingRefreshed, render, setAddress, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getSelectedActionConfig

public CoConfigFeature getSelectedActionConfig()
Deprecated. 
Gets the value of the attribute: selectedActionConfig.

Supported API: true

Returns:
CoConfigFeature

setSelectedActionConfig

public void setSelectedActionConfig(CoConfigFeature a_SelectedActionConfig)
Deprecated. 
Sets the value of the attribute: selectedActionConfig.

Supported API: true

Parameters:
a_SelectedActionConfig -

newModel

public CoModel newModel()
Deprecated. 
Returns newly created model of CoDefaultNavBarRowModel class.

Supported API: true

Specified by:
newModel in interface CoModelDriven
Overrides:
newModel in class CoLayoutRow
Returns:
CoModel

updateChildren

public void updateChildren(CoEnvData envData)
                    throws WTException
Deprecated. 


Supported API: true

Specified by:
updateChildren in interface CoContainer
Overrides:
updateChildren in class CoLayoutRow
Parameters:
envData -
Throws:
WTException