Package | Description |
---|---|
com.google.gwt.editor.client |
A framework for editing bean-like objects.
|
com.google.gwt.editor.client.impl | |
com.google.gwt.editor.client.testing |
Classes used for testing the bean editor support.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleBeanEditorDriver<T,E extends Editor<? super T>>
Automates editing of simple bean-like objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSimpleBeanEditorDriver<T,E extends Editor<T>>
A base implementation class for generated SimpleBeanEditorDriver
implementations.
|
Modifier and Type | Method and Description |
---|---|
static DelegateMap |
DelegateMap.of(EditorDriver<?> driver,
DelegateMap.KeyMethod key) |
static void |
SimpleViolation.pushViolations(Iterable<SimpleViolation> violations,
EditorDriver<?> driver,
DelegateMap.KeyMethod keyMethod)
Maps an abstract representation of a violation into the appropriate
EditorDelegate.
|
Modifier and Type | Class and Description |
---|---|
class |
MockSimpleBeanEditorDriver<T,E extends Editor<T>>
A no-op implementation of
SimpleBeanEditorDriver that records its
inputs. |
Modifier and Type | Method and Description |
---|---|
static String |
EditorHierarchyPrinter.toString(EditorDriver<?> driver)
Produce a string representation of the Editor hierarchy being controlled by
driver . |
Copyright © 2018. All rights reserved.