|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@Deprecated public interface CoComponentModel
The interface a model of the CoComponent element must implement.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
EXPANDED
Deprecated. Label for the attribute; the expansion status of the component. |
static String |
WAS_EXPANDED
Deprecated. Label for the attribute; the expansion status of the component in the past. |
| Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel |
|---|
ELEMENT |
| Method Summary | |
|---|---|
boolean |
isExpanded()
Deprecated. Gets the value of the attribute: EXPANDED. |
boolean |
isWasExpanded()
Deprecated. Gets the value of the attribute: WAS_EXPANDED. |
void |
setExpanded(boolean a_Expanded)
Deprecated. Sets the value of the attribute: EXPANDED. |
void |
setWasExpanded(boolean a_WasExpanded)
Deprecated. Sets the value of the attribute: WAS_EXPANDED. |
| Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel |
|---|
getElement, init, setElement, update |
| Field Detail |
|---|
static final String EXPANDED
static final String WAS_EXPANDED
| Method Detail |
|---|
boolean isExpanded()
void setExpanded(boolean a_Expanded)
a_Expanded - boolean isWasExpanded()
void setWasExpanded(boolean a_WasExpanded)
a_WasExpanded -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||