com.ptc.core.ca.co.client.layout
Class CoAbstractLayout

java.lang.Object
  extended by com.ptc.core.ca.co.client.element.CoElement
      extended by com.ptc.core.ca.co.client.layout.CoAbstractLayout
All Implemented Interfaces:
CoAddressable, CoContainer, CoModelDriven, CoFrameManaged, CoLayout, com.ptc.core.ca.co.client.layout.CoLayoutManaged, CoListManaged, CoCompositeTableManaged, CoRowManaged, CoTableManaged, CoCompositeTreeManaged, CoWizardStepManaged, Externalizable, Serializable
Direct Known Subclasses:
CoCompositeLayout, CoSimpleLayout

Deprecated.

@Deprecated
public abstract class CoAbstractLayout
extends CoElement
implements CoLayout, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.address.CoAddressable
ADDRESS
 
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
 
Method Summary
 CoElement createDynamicSubElement(String typeId, CoEnvData envData)
          Deprecated. Creates a dynamic sub-element.
 CoElement createStaticSubElement(CoConfigFeature subElementConfiguration, CoEnvData envData)
          Deprecated. Creates a static sub-element.
 Map getChildren()
          Deprecated. Gets the value of the attribute: children; the map of child elements.
 CoModel getModel()
          Deprecated. Gets the object for the association that plays role: model; the model of the element

Supported API: true
 void setChildren(Map a_Children)
          Deprecated. Sets the value of the attribute: children; the map of child elements.
 void setModel(CoModel a_Model)
          Deprecated. Sets the object for the association that plays role: model; the model of the element

Supported API: true
 void updateModel(CoEnvData envData)
          Deprecated. Creates and updates the model of the element.
 void updateRows(Map map, CoEnvData envData)
          Deprecated. Updates sub-elements.
 
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
 
Methods inherited from interface com.ptc.core.ca.co.client.address.CoAddressable
getAddress, setAddress
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoContainer
pruneChildren, updateChildren
 
Methods inherited from interface com.ptc.core.ca.co.client.element.CoModelDriven
newModel
 

Method Detail

updateModel

public void updateModel(CoEnvData envData)
                 throws WTException
Deprecated. 
Creates and updates the model of the element.

Supported API: true

Specified by:
updateModel in interface CoModelDriven
Parameters:
envData -
Throws:
WTException

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.

Supported API: true

Parameters:
map -
envData -
Throws:
WTException

createStaticSubElement

public CoElement createStaticSubElement(CoConfigFeature subElementConfiguration,
                                        CoEnvData envData)
                                 throws WTException
Deprecated. 
Creates a static sub-element. Sub-element is considered to be static when its existence is solely defined by the configuration specification.

Supported API: true

Parameters:
subElementConfiguration -
envData -
Returns:
CoElement
Throws:
WTException

createDynamicSubElement

public CoElement createDynamicSubElement(String typeId,
                                         CoEnvData envData)
                                  throws WTException
Deprecated. 
Creates a dynamic sub-element. Sub-element is considered to be dynamic when its existence is defined by configuration specification and data from the data aqusition layer.

Supported API: true

Parameters:
typeId -
envData -
Returns:
CoElement
Throws:
WTException

getChildren

public Map getChildren()
Deprecated. 
Gets the value of the attribute: children; the map of child elements. Adresses of child elements CoAddress are used as keys.

Supported API: true

Specified by:
getChildren in interface CoContainer
Returns:
Map

setChildren

public void setChildren(Map a_Children)
Deprecated. 
Sets the value of the attribute: children; the map of child elements. Adresses of child elements CoAddress are used as keys.

Supported API: true

Specified by:
setChildren in interface CoContainer
Parameters:
a_Children -

getModel

public CoModel getModel()
Deprecated. 
Gets the object for the association that plays role: model; the model of the element

Supported API: true

Specified by:
getModel in interface CoModelDriven
Returns:
CoModel

setModel

public void setModel(CoModel a_Model)
Deprecated. 
Sets the object for the association that plays role: model; the model of the element

Supported API: true

Specified by:
setModel in interface CoModelDriven
Parameters:
a_Model -