Command class defines property and message types used in implementation of commands. More...
Static Public Attributes | |
| static final Metaclass | metaclass |
| The Metaclass for the class. | |
Additional Inherited Members | |
Public Attributes inherited from CommandMetadata | |
| DynamicMessageType< CommandMetadata.CommandMessageArguments > | CommandMessage |
| Command message arguments. | |
| DynamicPropertyType< String > | CommandPropertyProperty |
| The command executed by a UI control. | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.Command") |
| Metaclass for Command. | |
Command class defines property and message types used in implementation of commands.