public static class EditorProperty.Builder extends Object
| Constructor and Description |
|---|
Builder(EditorTypes types,
TypeMirror dataType) |
| Modifier and Type | Method and Description |
|---|---|
EditorProperty.Builder |
access(ExecutableElement method) |
EditorProperty.Builder |
access(VariableElement field) |
EditorProperty.Builder |
beanOwnerExpression(String value) |
EditorProperty.Builder |
beanOwnerGuard(String value) |
List<EditorProperty> |
build(Optional<EditorProperty> parent) |
EditorProperty.Builder |
getterExpression(String value) |
EditorProperty.Builder |
propertyOwnerType(TypeMirror ownerType) |
EditorProperty.Builder |
root(TypeMirror type) |
EditorProperty.Builder |
setterName(String value) |
public Builder(EditorTypes types, TypeMirror dataType)
public EditorProperty.Builder root(TypeMirror type)
public EditorProperty.Builder access(VariableElement field)
public EditorProperty.Builder access(ExecutableElement method)
public EditorProperty.Builder getterExpression(String value)
public EditorProperty.Builder propertyOwnerType(TypeMirror ownerType)
public EditorProperty.Builder setterName(String value)
public EditorProperty.Builder beanOwnerExpression(String value)
public EditorProperty.Builder beanOwnerGuard(String value)
public List<EditorProperty> build(Optional<EditorProperty> parent)
Copyright © 2018–2020 The GWT Authors. All rights reserved.