| Package | Description |
|---|---|
| org.gwtproject.editor.processor.model |
| Modifier and Type | Method and Description |
|---|---|
EditorProperty |
EditorProperty.getComposedData() |
EditorProperty |
EditorModel.getRootData() |
| Modifier and Type | Method and Description |
|---|---|
List<EditorProperty> |
EditorProperty.Builder.build(Optional<EditorProperty> parent) |
List<EditorProperty> |
EditorModel.getEditorData() |
List<EditorProperty> |
EditorModel.getEditorData(TypeMirror editor) |
| Modifier and Type | Method and Description |
|---|---|
List<EditorProperty> |
EditorProperty.Builder.build(Optional<EditorProperty> parent) |
| Constructor and Description |
|---|
EditorModel(Messager messager,
EditorTypes editorTypes,
EditorModel parent,
TypeMirror editorType,
EditorProperty subEditor,
TypeMirror proxyType) |
Copyright © 2018–2020 The GWT Authors. All rights reserved.