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

java.lang.Object
  extended by com.ptc.core.ca.co.client.layout.CoDefaultCompositeLayoutModel
All Implemented Interfaces:
CoComponentModel, CoCompositeComponentModel, CoModel, CoCompositeLayoutModel, CoLayoutModel, Externalizable, Serializable
Direct Known Subclasses:
CoDefaultCompositePropertyPanelModel

Deprecated.

@Deprecated
public class CoDefaultCompositeLayoutModel
extends Object
implements CoCompositeLayoutModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.layout.CoLayoutModel
ROWS
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Fields inherited from interface com.ptc.core.ca.co.client.component.CoComponentModel
EXPANDED, WAS_EXPANDED
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Fields inherited from interface com.ptc.core.ca.co.client.component.CoCompositeComponentModel
HEADER_LAYOUT, TOP_LAYOUT
 
Fields inherited from interface com.ptc.core.ca.co.client.component.CoComponentModel
EXPANDED, WAS_EXPANDED
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 CoModelDriven getElement()
          Deprecated. Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true
 CoSimpleLayout getHeaderLayout()
          Deprecated. Gets the value of the attribute: headerLayout; the header layout of the composite component.
 ArrayList getRows()
          Deprecated. Gets the value of the attribute: rows; the list of conceptual layout row elements.
 CoSimpleLayout getTopLayout()
          Deprecated. Gets the value of the attribute: topLayout; the top layout of the composite component.
 void init(CoEnvData envData)
          Deprecated. The method responsible for the initialization of the model.
 boolean isExpanded()
          Deprecated. Gets the value of the attribute: expanded; the expansion status of the component.
 boolean isWasExpanded()
          Deprecated. Gets the value of the attribute: wasExpanded; the expansion status of the component in the past.
 void setElement(CoModelDriven a_Element)
          Deprecated. Sets the object for the association that plays role: element; the element this model belongs to

Supported API: true
 void setExpanded(boolean a_Expanded)
          Deprecated. Sets the value of the attribute: expanded; the expansion status of the component.
 void setHeaderLayout(CoSimpleLayout a_HeaderLayout)
          Deprecated. Sets the value of the attribute: headerLayout; the header layout of the composite component.
 void setRows(ArrayList a_Rows)
          Deprecated. Sets the value of the attribute: rows; the list of conceptual layout row elements.
 void setTopLayout(CoSimpleLayout a_TopLayout)
          Deprecated. Sets the value of the attribute: topLayout; the top layout of the composite component.
 void setWasExpanded(boolean a_WasExpanded)
          Deprecated. Sets the value of the attribute: wasExpanded; the expansion status of the component in the past.
 void update(CoEnvData envData)
          Deprecated. The method responsible for the update of the model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Parameters:
envData -
Throws:
WTException

getRows

public ArrayList getRows()
Deprecated. 
Gets the value of the attribute: rows; the list of conceptual layout row elements.

Supported API: true

Specified by:
getRows in interface CoLayoutModel
Returns:
ArrayList

setRows

public void setRows(ArrayList a_Rows)
Deprecated. 
Sets the value of the attribute: rows; the list of conceptual layout row elements.

Supported API: true

Specified by:
setRows in interface CoLayoutModel
Parameters:
a_Rows -

getElement

public CoModelDriven getElement()
Deprecated. 
Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true

Specified by:
getElement in interface CoModel
Returns:
CoModelDriven

setElement

public void setElement(CoModelDriven a_Element)
Deprecated. 
Sets the object for the association that plays role: element; the element this model belongs to

Supported API: true

Specified by:
setElement in interface CoModel
Parameters:
a_Element -

isExpanded

public boolean isExpanded()
Deprecated. 
Gets the value of the attribute: expanded; the expansion status of the component. Equals to 'true' when component is expanded.

Supported API: true

Specified by:
isExpanded in interface CoComponentModel
Returns:
boolean

setExpanded

public void setExpanded(boolean a_Expanded)
Deprecated. 
Sets the value of the attribute: expanded; the expansion status of the component. Equals to 'true' when component is expanded.

Supported API: true

Specified by:
setExpanded in interface CoComponentModel
Parameters:
a_Expanded -

isWasExpanded

public boolean isWasExpanded()
Deprecated. 
Gets the value of the attribute: wasExpanded; the expansion status of the component in the past. Equals to 'true' when component was expanded.

Supported API: true

Specified by:
isWasExpanded in interface CoComponentModel
Returns:
boolean

setWasExpanded

public void setWasExpanded(boolean a_WasExpanded)
Deprecated. 
Sets the value of the attribute: wasExpanded; the expansion status of the component in the past. Equals to 'true' when component was expanded.

Supported API: true

Specified by:
setWasExpanded in interface CoComponentModel
Parameters:
a_WasExpanded -

getHeaderLayout

public CoSimpleLayout getHeaderLayout()
Deprecated. 
Gets the value of the attribute: headerLayout; the header layout of the composite component. When composite element is contracted, its header layout remains visible.

Supported API: true

Specified by:
getHeaderLayout in interface CoCompositeComponentModel
Returns:
CoSimpleLayout

setHeaderLayout

public void setHeaderLayout(CoSimpleLayout a_HeaderLayout)
Deprecated. 
Sets the value of the attribute: headerLayout; the header layout of the composite component. When composite element is contracted, its header layout remains visible.

Supported API: true

Specified by:
setHeaderLayout in interface CoCompositeComponentModel
Parameters:
a_HeaderLayout -

getTopLayout

public CoSimpleLayout getTopLayout()
Deprecated. 
Gets the value of the attribute: topLayout; the top layout of the composite component. When composite element is contracted, its top layout disappears.

Supported API: true

Specified by:
getTopLayout in interface CoCompositeComponentModel
Returns:
CoSimpleLayout

setTopLayout

public void setTopLayout(CoSimpleLayout a_TopLayout)
Deprecated. 
Sets the value of the attribute: topLayout; the top layout of the composite component. When composite element is contracted, its top layout disappears.

Supported API: true

Specified by:
setTopLayout in interface CoCompositeComponentModel
Parameters:
a_TopLayout -