Kanzi  3.9.2
Java API
PageHostMetadata Interface Reference

Metadata definitions for PageHost. More...

Inheritance diagram for PageHostMetadata:
[legend]

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< ResourceTransitionsProperty
 Transitions to be used within this PageHost node. More...
 

Detailed Description

Metadata definitions for PageHost.

Member Data Documentation

◆ DefaultSubPageProperty

DynamicPropertyType<String> DefaultSubPageProperty
Initial value:
=
new DynamicPropertyType<>("PageHost.DefaultSubPage", String.class)

The default or the currently active subpage, which Kanzi automatically activates whenever this PageHost node becomes active.

◆ LoopSubPagesProperty

DynamicPropertyType<Boolean> LoopSubPagesProperty
Initial value:
=
new DynamicPropertyType<>("PageHost.LoopSubPages", Boolean.class)

Loop the subpages when navigating to the next or previous subpage.

◆ NavigateNextMessage

AbstractMessageType NavigateNextMessage
Initial value:
=
new AbstractMessageType("Message.PageHost.NavigateNext")

Navigates to the next subpage.

◆ NavigatePreviousMessage

AbstractMessageType NavigatePreviousMessage
Initial value:
=
new AbstractMessageType("Message.PageHost.NavigatePrevious")

Navigates to the previous subpage.

◆ NavigationFinishedMessage

AbstractMessageType NavigationFinishedMessage
Initial value:
=
new AbstractMessageType("Message.PageHost.NavigationFinished")

Page host has finished navigation process.

◆ NavigationStartedMessage

AbstractMessageType NavigationStartedMessage
Initial value:
=
new AbstractMessageType("Message.PageHost.NavigationStarted")

Page host has started navigation process.

◆ TransitionsProperty

DynamicPropertyType<Resource> TransitionsProperty
Initial value:
=
new DynamicPropertyType<>("PageHost.Transitions", Resource.class)

Transitions to be used within this PageHost node.