com.ptc.core.ca.co.client.menu
Class CoSimpleNavBar
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.CoSimpleLayout
com.ptc.core.ca.co.client.menu.CoSimpleNavBar
- All Implemented Interfaces:
- CoAddressable, CoContainer, CoFacePlateHolder, CoModelDriven, CoFrameManaged, CoLayout, com.ptc.core.ca.co.client.layout.CoLayoutManaged, CoListManaged, CoNavBar, CoCompositeTableManaged, CoRowManaged, CoTableManaged, CoCompositeTreeManaged, CoWizardStepManaged, Externalizable, Serializable
- Direct Known Subclasses:
- WebSimpleNavBar
Deprecated.
@Deprecated
public abstract class CoSimpleNavBar
- extends CoSimpleLayout
- implements CoNavBar, Externalizable
The simple navigation bar element extends simple 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