Uses of Interface
com.google.gwt.editor.client.EditorDelegate
Package
Description
A framework for editing bean-like objects.
Adapters for the bean editor framework.
Classes used for testing the bean editor support.
User interface adapters for the bean editor framework.
-
Uses of EditorDelegate in com.google.gwt.editor.client
Modifier and TypeMethodDescriptionEditorContext.getEditorDelegate()
Returns theEditorDelegate
associated with the current Editor, which may benull
forLeafValueEditors
.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
ListEditor.setDelegate
(EditorDelegate<List<T>> delegate) void
OptionalFieldEditor.setDelegate
(EditorDelegate<T> delegate) -
Uses of EditorDelegate in com.google.gwt.editor.client.testing
-
Uses of EditorDelegate in com.google.gwt.editor.ui.client.adapters
Modifier and TypeMethodDescriptionValueBoxEditor.getDelegate()
Returns theEditorDelegate
for this instance.Modifier and TypeMethodDescriptionvoid
ValueBoxEditor.setDelegate
(EditorDelegate<T> delegate) Sets theEditorDelegate
for this instance.