public class EditorModel extends Object
| Constructor and Description |
|---|
EditorModel(Messager messager,
EditorTypes editorTypes,
EditorModel parent,
TypeMirror editorType,
EditorProperty subEditor,
TypeMirror proxyType) |
EditorModel(Messager messager,
EditorTypes editorTypes,
TypeMirror intfType,
TypeMirror driverType) |
| Modifier and Type | Method and Description |
|---|---|
List<EditorProperty> |
getEditorData() |
List<EditorProperty> |
getEditorData(TypeMirror editor) |
TypeMirror |
getEditorType() |
TypeMirror |
getProxyType() |
EditorProperty |
getRootData() |
public EditorModel(Messager messager, EditorTypes editorTypes, TypeMirror intfType, TypeMirror driverType)
public EditorModel(Messager messager, EditorTypes editorTypes, EditorModel parent, TypeMirror editorType, EditorProperty subEditor, TypeMirror proxyType)
public TypeMirror getEditorType()
public TypeMirror getProxyType()
public List<EditorProperty> getEditorData()
public List<EditorProperty> getEditorData(TypeMirror editor)
public EditorProperty getRootData()
Copyright © 2018–2020 The GWT Authors. All rights reserved.