Kanzi 3.9.10
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.
 
DynamicPropertyType< String > CommandPropertyProperty
 The command executed by a UI control.
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Command")
 Metaclass for Command.
 

Detailed Description

Metadata definitions for Command.

Member Data Documentation

◆ CommandMessage

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

Command message arguments.

◆ CommandPropertyProperty

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

The command executed by a UI control.