t_UIActionType_Navigate
Navigate
Properties
association : stringAn association path to the view containing the model and current instance from which to navigate.
control : identifierThe 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 : identifierThe 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 : identifierThe 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 : identifierListA non-primitive attribute on the current instance in the association model. The value is the instance to navigate to.
- Example
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.
Content
Sequence of:
Parents
t_UIActionsType_UIAction - A UI Action is a user interface handler that is invoked in response to a UIEvent.
Parent topic: t_UIActionsType_UIAction