Class TextArea
java.lang.Object
com.ptc.core.components.rendering.AbstractGuiComponent
com.ptc.core.components.rendering.guicomponents.HTMLGuiComponent
com.ptc.core.components.rendering.guicomponents.TextArea
- All Implemented Interfaces:
GuiComponent,com.ptc.netmarkets.util.misc.NmFormatable,Serializable
A simple GUI component that represents a HTML textarea.
Supported API: true
Supported API: true
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ptc.core.components.rendering.guicomponents.HTMLGuiComponent
addJsAction, setNameQualifierMethods inherited from class com.ptc.core.components.rendering.AbstractGuiComponent
setColumnName, setEnabled, setId, setLabel, setMultiValued, setName
-
Constructor Details
-
TextArea
public TextArea()Create an instance of TextArea
Supported API: true
-
-
Method Details
-
setWidth
public void setWidth(int a_Width) Sets the width of text area
Supported API: true- Parameters:
a_Width- width to be set
-
setHeight
public void setHeight(int a_Height) Sets the height of text area
Supported API: true- Parameters:
a_Height- height to be set
-