Kanzi  3.9.5
Java API
CommandMetadata Interface Reference

Metadata definitions for Command. More...

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

◆ 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.