C H A P T E R  49

User-Defined Command

The User-defined Command component represents a reference to any command component within the current application or its component libraries.

Property Name

Description

Notes

Command Class Name

The fully qualified name of the command class.

Req

Name

The name of the component instance.

Req

Operation Name

The name of the operation that will be passed into the command's execute() method via the CommandEvent parameter.

 

Parameters

An array of developer-defined parameters which can be any Java type, including a Java expression. The parameters will be passed into the specified command component's execute() method via the CommandEvent parameter.