Package | Description |
---|---|
com.google.gwt.editor.client.impl |
Modifier and Type | Class and Description |
---|---|
class |
SimpleBeanEditorDelegate<T,E extends Editor<T>>
A limited EditorDelegate for editing standard bean-like objects.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractEditorDelegate<?,?> |
AbstractEditorDelegate.createComposedDelegate()
Only implemented by delegates for a
CompositeEditor . |
protected abstract AbstractEditorDelegate<T,E> |
BaseEditorDriver.createDelegate() |
protected AbstractEditorDelegate<T,E> |
BaseEditorDriver.getDelegate() |
Modifier and Type | Method and Description |
---|---|
List<AbstractEditorDelegate<?,?>> |
DelegateMap.get(Object object) |
List<AbstractEditorDelegate<?,?>> |
DelegateMap.getDelegatesByPath(String path)
Returns a list of EditorDelegates available at a particular absolute path.
|
List<AbstractEditorDelegate<?,?>> |
DelegateMap.getRaw(Object key)
Accesses the delegate map without using the KeyMethod.
|
Iterator<AbstractEditorDelegate<?,?>> |
DelegateMap.iterator() |
Modifier and Type | Method and Description |
---|---|
protected <R,S extends Editor<R>> |
AbstractEditorDelegate.addSubDelegate(AbstractEditorDelegate<R,S> subDelegate,
String path,
S subEditor)
Initialize a sub-delegate whenever one is added to the editor hierarchy.
|
protected void |
BaseEditorDriver.configureDelegate(AbstractEditorDelegate<T,E> rootDelegate) |
void |
AbstractEditorContext.setEditorDelegate(AbstractEditorDelegate<T,?> delegate) |
void |
AbstractEditorContext.traverse(EditorVisitor visitor,
AbstractEditorDelegate<?,?> next) |
Constructor and Description |
---|
RootEditorContext(AbstractEditorDelegate<T,?> editorDelegate,
Class<T> editedType,
T value) |
Copyright © 2018. All rights reserved.