Kanzi framework  3.9.1
Java API
CommandMetadata.CommandMessageArguments Interface Reference

Metadata definitions for CommandMessageArguments. More...

Public Attributes

DynamicPropertyType< String > CommandArgumentPropertyProperty
 The command argument executed by a UI control. More...
 
AbstractMetaclass metaclass
 Metaclass for CommandMessageArguments. More...
 

Detailed Description

Member Data Documentation

◆ CommandArgumentPropertyProperty

DynamicPropertyType<String> CommandArgumentPropertyProperty
Initial value:
= new DynamicPropertyType<>(
"Command.CommandMessageArguments.CommandArgumentProperty", String.class)

The command argument executed by a UI control.

◆ metaclass

AbstractMetaclass metaclass
Initial value:
=
new AbstractMetaclass("Kanzi.Command.CommandMessageArguments")

Metaclass for CommandMessageArguments.