Java com.google.gwt.editor.client EditorContext fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.editor.client EditorContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.editor.client EditorContext.

The text is from its open source code.

Implementation

com.google.gwt.editor.client.EditorContext has the following implementations.
Click this link to see all its implementation.

Method

CompositeEditorasCompositeEditor()
Returns a non-null value if the editor returned by #getEditor() implements CompositeEditor .
HasEditorDelegateasHasEditorDelegate()
Returns a non-null value if the editor returned by #getEditor() implements HasEditorDelegate .
HasEditorErrorsasHasEditorErrors()
Returns a non-null value if the editor returned by #getEditor() implements HasEditorErrors .
LeafValueEditorasLeafValueEditor()
Returns a non-null value if the editor returned by #getEditor() implements LeafValueEditor .
ValueAwareEditorasValueAwareEditor()
Returns a non-null value if the editor returned by #getEditor() implements ValueAwareEditor .
booleancanSetInModel()
Returns true if #setInModel(Object) can be called successfully.
StringgetAbsolutePath()
Returns the absolute path of the Editor within the hierarchy.
ClassgetEditedType()
Returns the T type.
EditorgetEditor()
Returns the associated Editor.
EditorDelegategetEditorDelegate()
Returns the EditorDelegate associated with the current Editor, which may be null for LeafValueEditor LeafValueEditors .
voidsetInModel(T data)
Sets a new value in the data hierarchy being edited.
voidtraverseSyntheticCompositeEditor(EditorVisitor visitor)
Traverse an editor created by CompositeEditor#createEditorForTraversal() that reflects an uninitialized instance of a composite sub-editor.