T
- the value typepublic class ValueBoxBase<T> extends ValueBoxBase<T> implements HasPlaceholder, HasAlternateSize, IsSearchQuery, HasSize, HasId, IsResponsive, HasStyle, HasEditorErrors<T>
It is GWT's ValueBoxBase
extending for Bootstrap style.
ValueBoxBase
ValueBoxBase.TextAlignment
UIObject.DebugIdImpl, UIObject.DebugIdImplEnabled
Editor.Ignore, Editor.Path
HasDirection.Direction
DEBUG_ID_PREFIX
Modifier | Constructor and Description |
---|---|
protected |
ValueBoxBase(Element elem,
Renderer<T> renderer,
Parser<T> parser)
Creates a value box that wraps the given browser element handle.
|
Modifier and Type | Method and Description |
---|---|
void |
addStyle(Style style)
Adds the provided style to the widget.
|
String |
getId()
Get ID
|
String |
getPlaceholder()
Get a placeholder attribute (HTML5).
|
boolean |
isSearchQuery()
is the element search-query style?
|
void |
removeStyle(Style style)
Removes the provided style from the widget.
|
void |
setAlternateSize(AlternateSize size) |
void |
setBlockLevel(boolean blockLevel)
Make any or |