|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditorDelegate | |
---|---|
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.client.testing | Classes used for testing the bean editor support. |
com.google.gwt.editor.ui.client.adapters | User interface adapters for the bean editor framework. |
Uses of EditorDelegate in com.google.gwt.editor.client |
---|
Methods in com.google.gwt.editor.client that return EditorDelegate | |
---|---|
EditorDelegate<T> |
EditorContext.getEditorDelegate()
Returns the EditorDelegate associated with the current Editor,
which may be null for LeafValueEditors . |
Methods in com.google.gwt.editor.client with parameters of type EditorDelegate | |
---|---|
void |
HasEditorDelegate.setDelegate(EditorDelegate<T> delegate)
Called by the EditorDriver to provide access to the EditorDelegate the Editor is peered with. |
Uses of EditorDelegate in com.google.gwt.editor.client.adapters |
---|
Methods in com.google.gwt.editor.client.adapters with parameters of type EditorDelegate | |
---|---|
void |
ListEditor.setDelegate(EditorDelegate<java.util.List<T>> delegate)
|
void |
OptionalFieldEditor.setDelegate(EditorDelegate<T> delegate)
|
Uses of EditorDelegate in com.google.gwt.editor.client.testing |
---|
Classes in com.google.gwt.editor.client.testing that implement EditorDelegate | |
---|---|
class |
MockEditorDelegate<T>
A mock implementation of EditorDelegate . |
Methods in com.google.gwt.editor.client.testing that return EditorDelegate | |
---|---|
EditorDelegate<T> |
FakeEditorContext.getEditorDelegate()
Returns null . |
Uses of EditorDelegate in com.google.gwt.editor.ui.client.adapters |
---|
Methods in com.google.gwt.editor.ui.client.adapters that return EditorDelegate | |
---|---|
EditorDelegate<T> |
ValueBoxEditor.getDelegate()
Returns the EditorDelegate for this instance. |
Methods in com.google.gwt.editor.ui.client.adapters with parameters of type EditorDelegate | |
---|---|
void |
ValueBoxEditor.setDelegate(EditorDelegate<T> delegate)
Sets the EditorDelegate for this instance. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |