Kanzi  3.9.9
Kanzi Engine Java API
CommandMetadata Interface Reference

Metadata definitions for Command. More...

Inheritance diagram for CommandMetadata:
[legend]

Classes

class  CommandMessageArguments
 Metadata definitions for CommandMessageArguments. More...
 

Public Attributes

DynamicMessageType< CommandMetadata.CommandMessageArgumentsCommandMessage
 Command message arguments. More...
 
DynamicPropertyType< String > CommandPropertyProperty
 The command executed by a UI control. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Command")
 Metaclass for Command.
 

Detailed Description

Metadata definitions for Command.

Member Data Documentation

Initial value:
=
new DynamicMessageType<>("Message.Command", CommandMetadata.CommandMessageArguments.class)

Command message arguments.

DynamicPropertyType<String> CommandPropertyProperty
Initial value:
=
new DynamicPropertyType<>("Command.CommandProperty", String.class)

The command executed by a UI control.