| Package | Description |
|---|---|
| com.github.gwtbootstrap.client.ui |
Widgets that can be used in other GWT projects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleBox
A ValueBox that uses
DobuleParser and DoubleRenderer. |
class |
IntegerBox
A ValueBox that uses
IntegerParser and IntegerRenderer. |
class |
LongBox
A ValueBox that uses
LongParser and LongRenderer. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ValueBox<T> |
ValueBox.wrap(com.google.gwt.dom.client.Element element,
com.google.gwt.text.shared.Renderer<T> renderer,
com.google.gwt.text.shared.Parser<T> parser)
Creates a ValueBox widget that wraps an existing <input
type='text'> element.
|
Copyright © 2016. All rights reserved.