public class EditorProperty extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EditorProperty.Builder |
| Constructor and Description |
|---|
EditorProperty() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanOwnerExpression() |
String |
getBeanOwnerGuard(String ownerExpression) |
EditorProperty |
getComposedData() |
String |
getDeclaredPath()
Gets the path specified by the
@Path annotation or inferred via convention. |
TypeMirror |
getEditedType() |
TypeMirror |
getEditorType() |
String |
getExpression()
Returns a complete expression to retrieve the editor.
|
String |
getGetterExpression() |
String |
getPath()
Returns the complete path of the editor, relative to the root object.
|
String |
getPropertyName() |
TypeMirror |
getPropertyOwnerType() |
String |
getSetterName() |
String |
getSimpleExpression() |
boolean |
isCompositeEditor() |
boolean |
isDeclaredPathNested() |
boolean |
isDelegateRequired() |
boolean |
isLeafValueEditor() |
boolean |
isValueAwareEditor() |
public String getExpression()
public String getPath()
public boolean isCompositeEditor()
public EditorProperty getComposedData()
public TypeMirror getEditedType()
public TypeMirror getEditorType()
public boolean isDelegateRequired()
public boolean isLeafValueEditor()
public boolean isValueAwareEditor()
public boolean isDeclaredPathNested()
public String getBeanOwnerExpression()
public String getGetterExpression()
public String getSetterName()
public String getPropertyName()
public TypeMirror getPropertyOwnerType()
public String getSimpleExpression()
public String getDeclaredPath()
@Path annotation or inferred via convention.Copyright © 2018–2020 The GWT Authors. All rights reserved.