|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextArea
Platform and technology independent text area definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
ITextField
Field Summary |
---|
Fields inherited from interface javax.rad.ui.IAlignmentConstants |
---|
ALIGN_BOTTOM, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_STRETCH, ALIGN_TOP |
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 interface javax.rad.ui.component.ITextField |
---|
getColumns, isBorderVisible, isEditable, selectAll, setBorderVisible, 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 |
Method Detail |
---|
int getRows()
ITextArea
.
void setRows(int pRows)
ITextArea
,
and then invalidate the layout.
pRows
- the number of rows >= 0
IllegalArgumentException
- if rows
is less than 0boolean isWordWrap()
void setWordWrap(boolean pWordWrap)
pWordWrap
- the current state of the word wrap mode.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |