Package | Description |
---|---|
com.google.gwt.editor.client.adapters |
Adapters for the bean editor framework.
|
Modifier and Type | Method and Description |
---|---|
static <T> SimpleEditor<T> |
SimpleEditor.of()
Returns a new ValueEditor that holds a
null value. |
static <T> SimpleEditor<T> |
SimpleEditor.of(T value)
Returns a new ValueEditor that holds the given value.
|
Copyright © 2018. All rights reserved.