Package | Description |
---|---|
com.google.gwt.editor.client.adapters |
Adapters for the bean editor framework.
|
com.google.gwt.editor.ui.client.adapters |
User interface adapters for the bean editor framework.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
static <T> TakesValueEditor<T> |
TakesValueEditor.of(TakesValue<T> peer)
Returns a new ValueEditor that modifies the given
TakesValue peer
instance. |
Modifier and Type | Class and Description |
---|---|
class |
ValueBoxEditor<T>
Adapts the
ValueBoxBase interface to the Editor framework. |
Modifier and Type | Method and Description |
---|---|
TakesValueEditor<T> |
ValueListBox.asEditor()
Returns a
TakesValueEditor backed by the ValueListBox. |
Copyright © 2018. All rights reserved.