|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.impl.WebResource
com.sibvisions.rad.ui.web.impl.WebComponent
com.sibvisions.rad.ui.web.impl.component.WebTextField
com.sibvisions.rad.ui.web.impl.component.WebTextArea
public class WebTextArea
Web server implementation of ITextArea.
| Field Summary |
|---|
| Fields inherited from class com.sibvisions.rad.ui.web.impl.WebComponent |
|---|
componentId |
| Fields inherited from interface javax.rad.ui.IAlignmentConstants |
|---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
| Constructor Summary | |
|---|---|
WebTextArea()
Creates a new instance of WebTextArea. |
|
| Method Summary | |
|---|---|
int |
getRows()
Returns the number of rows in this ITextArea. |
boolean |
isWordWrap()
Gets the current state of the word wrap mode. |
void |
setRows(int pRows)
Sets the number of rows in this ITextArea,
and then invalidate the layout. |
void |
setWordWrap(boolean pWordWrap)
Sets the current state of the word wrap mode. |
| Methods inherited from class com.sibvisions.rad.ui.web.impl.component.WebTextField |
|---|
getColumns, getText, isEditable, setColumns, setEditable, setText |
| Methods inherited from class com.sibvisions.rad.ui.web.impl.WebResource |
|---|
getNullableAsString, getResource, setAsString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.rad.ui.component.ITextField |
|---|
getColumns, isEditable, setColumns, setEditable |
| Methods inherited from interface javax.rad.ui.component.ILabel |
|---|
getText, setText |
| Methods inherited from interface javax.rad.ui.IResource |
|---|
getResource |
| Methods inherited from interface javax.rad.ui.IAlignmentConstants |
|---|
getHorizontalAlignment, getVerticalAlignment, setHorizontalAlignment, setVerticalAlignment |
| Constructor Detail |
|---|
public WebTextArea()
WebTextArea.
ITextArea| Method Detail |
|---|
public int getRows()
ITextArea.
getRows in interface ITextAreapublic void setRows(int pRows)
ITextArea,
and then invalidate the layout.
setRows in interface ITextAreapRows - the number of rows >= 0public boolean isWordWrap()
isWordWrap in interface ITextAreapublic void setWordWrap(boolean pWordWrap)
setWordWrap in interface ITextAreapWordWrap - the current state of the word wrap mode.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||