Kanzi framework  3.9.1
Java API
All Classes Functions Variables Enumerator Modules
CommandMetadata Interface Reference

Metadata definitions for Command. More...

Classes

interface  CommandMessageArguments
 Metadata definitions for CommandMessageArguments. More...
 

Public Attributes

AbstractMessageType CommandMessage = new AbstractMessageType("Message.Command")
 Command message arguments.
 
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

◆ CommandPropertyProperty

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

The command executed by a UI control.