public class KSTextArea extends com.google.gwt.user.client.ui.TextArea implements HasWatermark
com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstantcom.google.gwt.user.client.ui.ValueBoxBase.TextAlignment| Constructor and Description |
|---|
KSTextArea()
Creates a new empty text area.
|
KSTextArea(com.google.gwt.dom.client.Element element)
Creates a new text area using the text area element specified.
|
KSTextArea(com.google.gwt.user.client.ui.Label countLabel) |
KSTextArea(com.google.gwt.user.client.ui.Label countLabel,
int maximumChar) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxLength() |
String |
getText() |
String |
getValue() |
boolean |
hasWatermark() |
void |
setLabel(com.google.gwt.user.client.ui.Label countLabel) |
void |
setMaxLength(int maxLength) |
void |
setText(String text) |
void |
setValue(String value) |
void |
setWatermarkText(String text) |
boolean |
watermarkShowing() |
getCharacterWidth, getCursorPos, getSelectionLength, getVisibleLines, setCharacterWidth, setVisibleLines, wrapaddChangeListener, setTextAlignmentaddChangeHandler, addValueChangeHandler, asEditor, cancelKey, getDirection, getDirectionEstimator, getImpl, getName, getSelectedText, getValueOrThrow, isReadOnly, onBrowserEvent, onLoad, removeChangeListener, selectAll, setAlignment, setCursorPos, setDirection, setDirectionEstimator, setDirectionEstimator, setKey, setName, setReadOnly, setSelectionRange, setValueaddBlurHandler, addClickHandler, addClickListener, addDoubleClickHandler, addFocusHandler, addFocusListener, addGestureChangeHandler, addGestureEndHandler, addGestureStartHandler, addKeyboardListener, addKeyDownHandler, addKeyPressHandler, addKeyUpHandler, addMouseDownHandler, addMouseListener, addMouseMoveHandler, addMouseOutHandler, addMouseOverHandler, addMouseUpHandler, addMouseWheelHandler, addMouseWheelListener, addTouchCancelHandler, addTouchEndHandler, addTouchMoveHandler, addTouchStartHandler, getFocusImpl, getTabIndex, isEnabled, onAttach, removeClickListener, removeFocusListener, removeKeyboardListener, removeMouseListener, removeMouseWheelListener, setAccessKey, setEnabled, setFocus, setTabIndexaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onDetach, onUnload, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEventsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic KSTextArea()
public KSTextArea(com.google.gwt.dom.client.Element element)
element - a public KSTextArea(com.google.gwt.user.client.ui.Label countLabel, int maximumChar)
public KSTextArea(com.google.gwt.user.client.ui.Label countLabel)
public void setWatermarkText(String text)
setWatermarkText in interface HasWatermarkpublic boolean hasWatermark()
hasWatermark in interface HasWatermarkpublic boolean watermarkShowing()
watermarkShowing in interface HasWatermarkpublic String getText()
getText in interface com.google.gwt.user.client.ui.HasTextgetText in class com.google.gwt.user.client.ui.ValueBoxBase<String>public void setText(String text)
setText in interface com.google.gwt.user.client.ui.HasTextsetText in class com.google.gwt.user.client.ui.ValueBoxBase<String>public void setLabel(com.google.gwt.user.client.ui.Label countLabel)
public void setMaxLength(int maxLength)
public int getMaxLength()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.