Metadata definitions for PageHost. More...
Public Attributes | |
| DynamicPropertyType< String > | DefaultSubPageProperty |
| The default or the currently active subpage, which Kanzi automatically activates whenever this PageHost node becomes active. More... | |
| DynamicPropertyType< Boolean > | LoopSubPagesProperty |
| Loop the subpages when navigating to the next or previous subpage. More... | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.PageHost") |
| Metaclass for PageHost. | |
| AbstractMessageType | NavigateNextMessage |
| Navigates to the next subpage. More... | |
| AbstractMessageType | NavigatePreviousMessage |
| Navigates to the previous subpage. More... | |
| AbstractMessageType | NavigationFinishedMessage |
| Page host has finished navigation process. More... | |
| AbstractMessageType | NavigationStartedMessage |
| Page host has started navigation process. More... | |
| DynamicPropertyType< Resource > | TransitionsProperty |
| Transitions to be used within this PageHost node. More... | |
| DynamicPropertyType<String> DefaultSubPageProperty |
The default or the currently active subpage, which Kanzi automatically activates whenever this PageHost node becomes active.
| DynamicPropertyType<Boolean> LoopSubPagesProperty |
Loop the subpages when navigating to the next or previous subpage.
| AbstractMessageType NavigateNextMessage |
Navigates to the next subpage.
| AbstractMessageType NavigatePreviousMessage |
Navigates to the previous subpage.
| AbstractMessageType NavigationFinishedMessage |
Page host has finished navigation process.
| AbstractMessageType NavigationStartedMessage |
Page host has started navigation process.
| DynamicPropertyType<Resource> TransitionsProperty |
Transitions to be used within this PageHost node.