|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.FocusWidget
com.google.gwt.user.client.ui.TextBoxBase
com.google.gwt.user.client.ui.TextArea
A text box that allows multiple lines of text to be entered.
code
Nested Class Summary |
Nested classes inherited from class com.google.gwt.user.client.ui.TextBoxBase |
TextBoxBase.TextAlignConstant |
Field Summary |
Fields inherited from class com.google.gwt.user.client.ui.TextBoxBase |
ALIGN_CENTER, ALIGN_JUSTIFY, ALIGN_LEFT, ALIGN_RIGHT |
Fields inherited from class java.lang.Object |
typeId, typeName |
Constructor Summary | |
TextArea()
Creates an empty text area. |
Method Summary | |
int |
getCharacterWidth()
Gets the requested width of the text box (this is not an exact value, as not all characters are created equal). |
int |
getCursorPos()
Gets the current position of the cursor (this also serves as the beginning of the text selection). |
int |
getSelectionLength()
Gets the length of the current text selection. |
int |
getVisibleLines()
Gets the number of text lines that are visible. |
void |
setCharacterWidth(int width)
Sets the requested width of the text box (this is not an exact value, as not all characters are created equal). |
void |
setSelectionRange(int pos,
int length)
Sets the range of text to be selected. |
void |
setVisibleLines(int lines)
Sets the number of text lines that are visible. |
Methods inherited from class com.google.gwt.user.client.ui.TextBoxBase |
addChangeListener, addClickListener, addKeyboardListener, cancelKey, getImpl, getSelectedText, getText, onBrowserEvent, removeChangeListener, removeClickListener, removeKeyboardListener, selectAll, setCursorPos, setKey, setText, setTextAlignment |
Methods inherited from class com.google.gwt.user.client.ui.FocusWidget |
addFocusListener, getTabIndex, isEnabled, removeFocusListener, setAccessKey, setEnabled, setFocus, setTabIndex |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
getParent, isAttached, onAttach, onDetach, onLoad |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
addStyleName, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, isVisible, isVisible, removeStyleName, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
equals, finalize, hashCode |
Constructor Detail |
public TextArea()
Method Detail |
public int getCharacterWidth()
public int getCursorPos()
TextBoxBase
getCursorPos
in class TextBoxBase
public int getSelectionLength()
TextBoxBase
getSelectionLength
in class TextBoxBase
public int getVisibleLines()
public void setCharacterWidth(int width)
width
- the requested width, in characterspublic void setSelectionRange(int pos, int length)
TextBoxBase
setSelectionRange
in class TextBoxBase
pos
- the position of the first character to be selectedlength
- the number of characters to be selectedpublic void setVisibleLines(int lines)
lines
- the number of visible lines
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |