|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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.ValueBoxBase<String> com.google.gwt.user.client.ui.TextBoxBase com.google.gwt.user.client.ui.TextBox org.kuali.student.common.ui.client.widgets.KSTextBox
public class KSTextBox
KSTextArea wraps gwt TextArea. This class provides most of the same functionality, but sets KS css styles for its default look and a variety of TextArea events (for improved browser compatibility and customizability).
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.TextBoxBase |
---|
com.google.gwt.user.client.ui.TextBoxBase.TextAlignConstant |
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.ValueBoxBase |
---|
com.google.gwt.user.client.ui.ValueBoxBase.TextAlignment |
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.HasDirection |
---|
com.google.gwt.i18n.client.HasDirection.Direction |
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 com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
KSTextBox()
Creates an empty text box. |
|
KSTextBox(com.google.gwt.dom.client.Element element)
Creates a new text box using the text box element specified. |
Method Summary | |
---|---|
String |
getText()
|
String |
getValue()
|
boolean |
hasWatermark()
|
void |
setText(String text)
|
void |
setValue(String value)
|
void |
setWatermarkText(String text)
|
boolean |
watermarkShowing()
|
Methods inherited from class com.google.gwt.user.client.ui.TextBox |
---|
getMaxLength, getVisibleLength, setMaxLength, setVisibleLength, wrap |
Methods inherited from class com.google.gwt.user.client.ui.TextBoxBase |
---|
addChangeListener, setTextAlignment |
Methods inherited from class com.google.gwt.user.client.ui.ValueBoxBase |
---|
addChangeHandler, addValueChangeHandler, asEditor, cancelKey, getCursorPos, getDirection, getDirectionEstimator, getImpl, getName, getSelectedText, getSelectionLength, getValueOrThrow, isReadOnly, onBrowserEvent, onLoad, removeChangeListener, selectAll, setAlignment, setCursorPos, setDirection, setDirectionEstimator, setDirectionEstimator, setKey, setName, setReadOnly, setSelectionRange, setValue |
Methods inherited from class com.google.gwt.user.client.ui.FocusWidget |
---|
addBlurHandler, 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, setTabIndex |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onDetach, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, 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, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.gwt.user.client.ui.SourcesChangeEvents |
---|
removeChangeListener |
Methods inherited from interface com.google.gwt.event.dom.client.HasKeyUpHandlers |
---|
addKeyUpHandler |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Constructor Detail |
---|
public KSTextBox()
public KSTextBox(com.google.gwt.dom.client.Element element)
element
- a element of type 'text'Method Detail |
---|
public void setWatermarkText(String text)
setWatermarkText
in interface HasWatermark
public boolean hasWatermark()
hasWatermark
in interface HasWatermark
public boolean watermarkShowing()
watermarkShowing
in interface HasWatermark
public String getText()
getText
in interface com.google.gwt.user.client.ui.HasText
getText
in class com.google.gwt.user.client.ui.ValueBoxBase<String>
public String getValue()
getValue
in interface com.google.gwt.user.client.TakesValue<String>
getValue
in interface com.google.gwt.user.client.ui.HasValue<String>
getValue
in class com.google.gwt.user.client.ui.TextBoxBase
public void setValue(String value)
setValue
in interface com.google.gwt.user.client.TakesValue<String>
setValue
in interface com.google.gwt.user.client.ui.HasValue<String>
setValue
in class com.google.gwt.user.client.ui.ValueBoxBase<String>
public void setText(String text)
setText
in interface com.google.gwt.user.client.ui.HasText
setText
in class com.google.gwt.user.client.ui.ValueBoxBase<String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |