Navigable (enum)
Tells the framework which method or field to use in order to construct a navigable chain of parent domain object instances. The Navigable.PARENT 'flag' can only be used once per class declaration.
API
Navigable.java
enum Navigable {
NOT_SPECIFIED
IGNORE
PARENT (1)
boolean isParent()
}
1 | PARENT
When used via PropertyLayout , identifies a logical parent, that is navigable via the UI. |
Members
PARENT
When used via PropertyLayout , identifies a logical parent, that is navigable via the UI.