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

java.lang.Object
  extended by com.ptc.core.ca.co.client.layout.CoDefaultSimpleLayoutModel
All Implemented Interfaces:
CoComponentModel, CoFacePlateHolderModel, CoModel, CoLayoutModel, CoSimpleLayoutModel, Externalizable, Serializable
Direct Known Subclasses:
CoDefaultSimplePropertyPanelModel

Deprecated.

@Deprecated
public class CoDefaultSimpleLayoutModel
extends Object
implements CoSimpleLayoutModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

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

Supported API: true
 CoFacePlateType getFacePlateType()
          Deprecated. Gets the value of the attribute: facePlateType; the image

Supported API: true
 String getImage()
          Deprecated. Gets the value of the attribute: image; the image

Supported API: true
 String getLabel()
          Deprecated. Gets the value of the attribute: label; the label

Supported API: true
 ArrayList getRows()
          Deprecated. Gets the value of the attribute: rows; the list of conceptual layout row elements.
 String getToolTip()
          Deprecated. Gets the value of the attribute: toolTip; the tool tip

Supported API: true
 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 setFacePlateType(CoFacePlateType a_FacePlateType)
          Deprecated. Sets the value of the attribute: facePlateType; the image

Supported API: true
 void setImage(String a_Image)
          Deprecated. Sets the value of the attribute: image; the image

Supported API: true
 void setLabel(String a_Label)
          Deprecated. Sets the value of the attribute: label; the label

Supported API: true
 void setRows(ArrayList a_Rows)
          Deprecated. Sets the value of the attribute: rows; the list of conceptual layout row elements.
 void setToolTip(String a_ToolTip)
          Deprecated. Sets the value of the attribute: toolTip; the tool tip

Supported API: true
 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

getLabel

public String getLabel()
Deprecated. 
Gets the value of the attribute: label; the label

Supported API: true

Specified by:
getLabel in interface CoFacePlateHolderModel
Returns:
String

setLabel

public void setLabel(String a_Label)
Deprecated. 
Sets the value of the attribute: label; the label

Supported API: true

Specified by:
setLabel in interface CoFacePlateHolderModel
Parameters:
a_Label -

getToolTip

public String getToolTip()
Deprecated. 
Gets the value of the attribute: toolTip; the tool tip

Supported API: true

Specified by:
getToolTip in interface CoFacePlateHolderModel
Returns:
String

setToolTip

public void setToolTip(String a_ToolTip)
Deprecated. 
Sets the value of the attribute: toolTip; the tool tip

Supported API: true

Specified by:
setToolTip in interface CoFacePlateHolderModel
Parameters:
a_ToolTip -

getImage

public String getImage()
Deprecated. 
Gets the value of the attribute: image; the image

Supported API: true

Specified by:
getImage in interface CoFacePlateHolderModel
Returns:
String

setImage

public void setImage(String a_Image)
Deprecated. 
Sets the value of the attribute: image; the image

Supported API: true

Specified by:
setImage in interface CoFacePlateHolderModel
Parameters:
a_Image -

getFacePlateType

public CoFacePlateType getFacePlateType()
Deprecated. 
Gets the value of the attribute: facePlateType; the image

Supported API: true

Specified by:
getFacePlateType in interface CoFacePlateHolderModel
Returns:
CoFacePlateType

setFacePlateType

public void setFacePlateType(CoFacePlateType a_FacePlateType)
Deprecated. 
Sets the value of the attribute: facePlateType; the image

Supported API: true

Specified by:
setFacePlateType in interface CoFacePlateHolderModel
Parameters:
a_FacePlateType -

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 -

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 -

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 -