T
- the type of object the editor displays.public static class Editor extends Object
Editors, which may be classes or interfaces, may expose their sub-editors in one or more of the following ways:
propertyNameEditor
.
propertyNameEditor
.
Path
annotation may be used on the field or accessor method
to specify a dotted path or to bypass the implicit naming convention.IsEditor
interface to provide an Editor instance. This allows view
objects to be written that can be attached to an Editor hierarchy without the
view directly implementing an Editor interface.Copyright © 2018. All rights reserved.