Uses of Interface
com.google.gwt.editor.client.EditorDelegate
-
Packages that use EditorDelegate Package Description 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 Modifier and Type Method Description EditorDelegate<T>EditorContext. getEditorDelegate()Returns theEditorDelegateassociated with the current Editor, which may benullforLeafValueEditors.Methods in com.google.gwt.editor.client with parameters of type EditorDelegate Modifier and Type Method Description voidHasEditorDelegate. 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 Modifier and Type Method Description voidListEditor. setDelegate(EditorDelegate<java.util.List<T>> delegate)voidOptionalFieldEditor. 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 Modifier and Type Class Description classMockEditorDelegate<T>A mock implementation ofEditorDelegate.Methods in com.google.gwt.editor.client.testing that return EditorDelegate Modifier and Type Method Description EditorDelegate<T>FakeEditorContext. getEditorDelegate()Returnsnull. -
Uses of EditorDelegate in com.google.gwt.editor.ui.client.adapters
Methods in com.google.gwt.editor.ui.client.adapters that return EditorDelegate Modifier and Type Method Description EditorDelegate<T>ValueBoxEditor. getDelegate()Returns theEditorDelegatefor this instance.Methods in com.google.gwt.editor.ui.client.adapters with parameters of type EditorDelegate Modifier and Type Method Description voidValueBoxEditor. setDelegate(EditorDelegate<T> delegate)Sets theEditorDelegatefor this instance.
-