public class EditorTypes extends Object
| Constructor and Description |
|---|
EditorTypes(Types types,
Elements elements) |
| Modifier and Type | Method and Description |
|---|---|
TypeMirror |
getCompositeEditorInterface() |
TypeMirror |
getEditorInterface() |
Elements |
getElements() |
TypeMirror |
getHasEditorDelegateInterface() |
TypeMirror |
getHasEditorErrorsInterface() |
TypeMirror |
getIsEditorInterface() |
TypeMirror |
getLeafValueEditorInterface() |
Types |
getTypes() |
TypeMirror |
getValueAwareEditorInterface() |
public Types getTypes()
public Elements getElements()
public TypeMirror getCompositeEditorInterface()
public TypeMirror getIsEditorInterface()
public TypeMirror getEditorInterface()
public TypeMirror getLeafValueEditorInterface()
public TypeMirror getHasEditorErrorsInterface()
public TypeMirror getHasEditorDelegateInterface()
public TypeMirror getValueAwareEditorInterface()
Copyright © 2018–2020 The GWT Authors. All rights reserved.