|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoCompositeComponentModel
The interface a model of the CoCompositeComponent element
must implement.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
HEADER_LAYOUT
Deprecated. Label for the attribute; the header layout of the composite component. |
static String |
TOP_LAYOUT
Deprecated. Label for the attribute; the top layout of the composite component. |
| 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 | |
|---|---|
CoSimpleLayout |
getHeaderLayout()
Deprecated. Gets the value of the attribute: HEADER_LAYOUT. |
CoSimpleLayout |
getTopLayout()
Deprecated. Gets the value of the attribute: TOP_LAYOUT. |
void |
setHeaderLayout(CoSimpleLayout a_HeaderLayout)
Deprecated. Sets the value of the attribute: HEADER_LAYOUT. |
void |
setTopLayout(CoSimpleLayout a_TopLayout)
Deprecated. Sets the value of the attribute: TOP_LAYOUT. |
| Methods inherited from interface com.ptc.core.ca.co.client.component.CoComponentModel |
|---|
isExpanded, isWasExpanded, setExpanded, setWasExpanded |
| Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel |
|---|
getElement, init, setElement, update |
| Field Detail |
|---|
static final String HEADER_LAYOUT
static final String TOP_LAYOUT
| Method Detail |
|---|
CoSimpleLayout getHeaderLayout()
void setHeaderLayout(CoSimpleLayout a_HeaderLayout)
a_HeaderLayout - CoSimpleLayout getTopLayout()
void setTopLayout(CoSimpleLayout a_TopLayout)
a_TopLayout -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||