com.ptc.core.ca.co.client.menu
Class CoCompositeNavBar
java.lang.Object
com.ptc.core.ca.co.client.element.CoElement
com.ptc.core.ca.co.client.layout.CoAbstractLayout
com.ptc.core.ca.co.client.layout.CoCompositeLayout
com.ptc.core.ca.co.client.menu.CoCompositeNavBar
- All Implemented Interfaces:
- CoAddressable, CoComponent, CoCompositeComponent, CoContainer, CoModelDriven, CoFrameManaged, CoLayout, com.ptc.core.ca.co.client.layout.CoLayoutManaged, CoListManaged, CoNavBar, CoCompositeTableManaged, CoRowManaged, CoTableManaged, CoCompositeTreeManaged, CoWizardStepManaged, Externalizable, Serializable
- Direct Known Subclasses:
- WebCompositeNavBar
Deprecated.
@Deprecated
public abstract class CoCompositeNavBar
- extends CoCompositeLayout
- implements CoNavBar, Externalizable
The composite navigation bar element extends composite layout element
to be able to position actions in multiple rows. See application developers
guide for more details.
Supported API: true
Extendable: false
- See Also:
- Serialized Form
| 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 |
updateRows
public void updateRows(Map map,
CoEnvData envData)
throws WTException
- Deprecated.
- Updates sub-elements. After the execution of the method the element's
model and
children map should contain sub-elements according
to the configuration specification and data from the data aquisition
layer.
Supported API: true
- Overrides:
updateRows in class CoAbstractLayout
- Parameters:
map - envData -
- Throws:
WTException