|
GWT 2.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HasEditorDelegate | |
|---|---|
| com.google.gwt.editor.client | A framework for editing bean-like objects. |
| 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. |
| Uses of HasEditorDelegate in com.google.gwt.editor.client |
|---|
| Subinterfaces of HasEditorDelegate in com.google.gwt.editor.client | |
|---|---|
interface |
CompositeEditor<T,C,E extends Editor<C>>
An interface that indicates that a given Editor is composed of an unknown number of sub-Editors all of the same type. |
interface |
ValueAwareEditor<T>
Editors whose behavior changes based on the value being edited will implement this interface. |
| Uses of HasEditorDelegate in com.google.gwt.editor.client.adapters |
|---|
| Classes in com.google.gwt.editor.client.adapters that implement HasEditorDelegate | |
|---|---|
class |
HasDataEditor<T>
Adapts the HasData interface to the Editor framework. |
class |
ListEditor<T,E extends Editor<T>>
Manages a list of objects and their associated Editors. |
class |
OptionalFieldEditor<T,E extends Editor<T>>
This adapter can be used when a type being edited has an optional field that may be nullified or reassigned as part of the editing process. |
| Uses of HasEditorDelegate in com.google.gwt.editor.ui.client.adapters |
|---|
| Classes in com.google.gwt.editor.ui.client.adapters that implement HasEditorDelegate | |
|---|---|
class |
ValueBoxEditor<T>
Adapts the ValueBoxBase interface to the Editor framework. |
|
GWT 2.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||