|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.ca.co.client.primitive.CoDefaultLabelModel
com.ptc.core.ca.co.client.action.CoAbstractActionModel
com.ptc.core.ca.co.client.action.CoGoToActionModel
com.ptc.core.ca.co.client.action.CoNewFrameActionModel
@Deprecated public class CoNewFrameActionModel
An action model for "new frame" action handler.
Supported API: true
Extendable: false
| Field Summary |
|---|
| Fields inherited from interface com.ptc.core.ca.co.client.action.CoActionModel |
|---|
ANCHOR_TARGET, DRAW_TYPE, ENABLED, NEED_SELECTION, VISIBLE |
| 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.element.CoModel |
|---|
ELEMENT |
| Method Summary | |
|---|---|
Integer |
getHeight()
Deprecated. Gets the value of the attribute: height; heightof the frame Supported API: true |
Integer |
getWidth()
Deprecated. Gets the value of the attribute: width; width of the frame Supported API: true |
String |
getWindowFeatures()
Deprecated. Gets the value of the attribute: WindowFeatures; WindowFeatures of the frame (height, width, location etc) Supported API: true |
void |
init(CoEnvData envData)
Deprecated. The method responsible for the initialization of the model. |
void |
setHeight(Integer a_Height)
Deprecated. Sets the value of the attribute: height; heightof the frame Supported API: true |
void |
setWidth(Integer a_Width)
Deprecated. Sets the value of the attribute: width; width of the frame Supported API: true |
void |
setWindowFeatures(String a_WindowFeatures)
Deprecated. Sets the value of the attribute: WindowFeatures; WindowFeatures of the frame (height, width, location etc) Supported API: true |
void |
update(CoEnvData envData)
Deprecated. The method responsible for the update of the model. |
| Methods inherited from class com.ptc.core.ca.co.client.action.CoGoToActionModel |
|---|
getAddressToGoTo, setAddressToGoTo |
| Methods inherited from class com.ptc.core.ca.co.client.action.CoAbstractActionModel |
|---|
getAnchorTarget, getDrawType, isEnabled, isNeedSelection, isVisible, setAnchorTarget, setDrawType, setEnabled, setNeedSelection, setVisible |
| Methods inherited from class com.ptc.core.ca.co.client.primitive.CoDefaultLabelModel |
|---|
getElement, getFacePlateType, getImage, getLabel, getToolTip, setElement, setFacePlateType, setImage, setLabel, setToolTip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ptc.core.ca.co.client.element.CoFacePlateHolderModel |
|---|
getFacePlateType, getImage, getLabel, getToolTip, setFacePlateType, setImage, setLabel, setToolTip |
| Methods inherited from interface com.ptc.core.ca.co.client.element.CoModel |
|---|
getElement, setElement |
| Method Detail |
|---|
public Integer getWidth()
public void setWidth(Integer a_Width)
a_Width - public Integer getHeight()
public void setHeight(Integer a_Height)
a_Height -
public void init(CoEnvData envData)
throws WTException
init in interface CoModelinit in class CoGoToActionModelenvData -
WTException
public void update(CoEnvData envData)
throws WTException
update in interface CoModelupdate in class CoGoToActionModelenvData -
WTExceptionpublic String getWindowFeatures()
public void setWindowFeatures(String a_WindowFeatures)
a_WindowFeatures -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||