|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.layout.CoDefaultCompositeLayoutModel
@Deprecated public class CoDefaultCompositeLayoutModel
Supported API: true
Extendable: false
| 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 |
|---|
public void init(CoEnvData envData)
throws WTException
init in interface CoModelenvData -
WTException
public void update(CoEnvData envData)
throws WTException
update in interface CoModelenvData -
WTExceptionpublic ArrayList getRows()
getRows in interface CoLayoutModelpublic void setRows(ArrayList a_Rows)
setRows in interface CoLayoutModela_Rows - public CoModelDriven getElement()
getElement in interface CoModelpublic void setElement(CoModelDriven a_Element)
setElement in interface CoModela_Element - public boolean isExpanded()
isExpanded in interface CoComponentModelpublic void setExpanded(boolean a_Expanded)
setExpanded in interface CoComponentModela_Expanded - public boolean isWasExpanded()
isWasExpanded in interface CoComponentModelpublic void setWasExpanded(boolean a_WasExpanded)
setWasExpanded in interface CoComponentModela_WasExpanded - public CoSimpleLayout getHeaderLayout()
getHeaderLayout in interface CoCompositeComponentModelpublic void setHeaderLayout(CoSimpleLayout a_HeaderLayout)
setHeaderLayout in interface CoCompositeComponentModela_HeaderLayout - public CoSimpleLayout getTopLayout()
getTopLayout in interface CoCompositeComponentModelpublic void setTopLayout(CoSimpleLayout a_TopLayout)
setTopLayout in interface CoCompositeComponentModela_TopLayout -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||