| Package | Description |
|---|---|
| org.gwtproject.editor.processor.model |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
BeanMethod.matches(EditorTypes types,
ExecutableElement method)
Returns
true if the BeanLikeMethod matches the method. |
static BeanMethod |
BeanMethod.which(EditorTypes types,
ExecutableElement method)
Determine which Action a method maps to.
|
| Constructor and Description |
|---|
Builder(EditorTypes types,
TypeMirror dataType) |
EditorModel(Messager messager,
EditorTypes editorTypes,
EditorModel parent,
TypeMirror editorType,
EditorProperty subEditor,
TypeMirror proxyType) |
EditorModel(Messager messager,
EditorTypes editorTypes,
TypeMirror intfType,
TypeMirror driverType) |
Copyright © 2018–2020 The GWT Authors. All rights reserved.