public class TextBox extends TextBoxBase
ValueBoxBase.TextAlignmentUIObject.DebugIdImpl, UIObject.DebugIdImplEnabledEditor.Ignore, Editor.PathHasDirection.DirectionDEBUG_ID_PREFIX| Modifier | Constructor and Description |
|---|---|
|
TextBox()
Creates an empty text box.
|
protected |
TextBox(Element element)
This constructor may be used by subclasses to explicitly use an existing
element.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxLength()
Gets the maximum allowable length of the text box.
|
int |
getVisibleLength()
Gets the number of visible characters in the text box.
|
void |
setMaxLength(int length)
Sets the maximum allowable length of the text box.
|
void |
setVisibleLength(int length)
Sets the number of visible characters in the text box.
|
static TextBox |
wrap(Element element)
Creates a TextBox widget that wraps an existing <input type='text'>
element.
|
getValueaddStyle, getId, getPlaceholder, isSearchQuery, removeStyle, setAlternateSize, setBlockLevel, setControlGroup, setEnabled, setErrorLabel, setErrorLabelText, setHideOn, setId, setPlaceholder, setSearchQuery, setShowOn, setSize, setStyle, setValue, setValue, showErrorsaddChangeHandler, addValueChangeHandler, asEditor, cancelKey, getCursorPos, getDirection, getDirectionEstimator, getImpl, getName, getSelectedText, getSelectionLength, getText, getValueOrThrow, isReadOnly, onBrowserEvent, onLoad, removeChangeListener, selectAll, setAlignment, setCursorPos, setDirection, setDirectionEstimator, setDirectionEstimator, setKey, setName, setReadOnly, setSelectionRange, setTextaddBlurHandler, addClickHandler, addClickListener, addDoubleClickHandler, addDragEndHandler, addDragEnterHandler, addDragHandler, addDragLeaveHandler, addDragOverHandler, addDragStartHandler, addDropHandler, 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, 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, resolvePotentialElement, 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, waitaddKeyUpHandlerfireEventpublic TextBox()
public static TextBox wrap(Element element)
RootPanel.detachNow(Widget).element - the element to be wrappedpublic int getMaxLength()
public int getVisibleLength()
public void setMaxLength(int length)
length - the maximum length, in characterspublic void setVisibleLength(int length)
length - the number of visible charactersCopyright © 2012-2014 gwtbootstrap. All Rights Reserved.