Type to start searching...
association : string
An association path to the view containing the model and current instance from which to navigate.
control : identifier
The control name of the view to navigate to.
The target view must be bound to the same class as the target instance. The system will show the view and then position on the target instance.Valid values based on“string”. | |
---|---|
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* |
Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed. |
form : identifier
The layout name of the view to navigate to.
The target view must be bound to the same class as the target instance. The system will show the view and then position on the target instance.Valid values based on“string”. | |
---|---|
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* |
Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed. |
screen : identifier
The screen name of the view to navigate to.
The target view must be bound to the same class as the target instance. The system will show the view and then position on the target instance.Valid values based on“string”. | |
---|---|
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* |
Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed. |
target : identifierList
A non-primitive attribute on the current instance in the association model. The value is the instance to navigate to.
association = (EntityList)
target = performer
The system obtains the currently selected instance from the EntityList's model. Then uses the value of the "target" attribute on
this instance to navigate to.
Valid values based on“token”. | |
---|---|
(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)? |
Each element in the list must begin with a letter or underscore. Elements are space delimited. |