com.emarson.lemonade.bluelemon.midp1
Class ActionCommand

java.lang.Object
  extended by com.emarson.lemonade.bluelemon.midp1.ActionCommand

public class ActionCommand
extends Object

This class represents Command MIDP1 Java class in the Bluelemon environment.

Instances of this class are immutable. To instantiate this class use UtilsManager.getActionCommand(String, Number, Number, types.BluelemonCode)


Field Summary
static Number BACK
          A navigation command that returns the user to the logically previous screen.
static Number CANCEL
          A command that is a standard negative answer to a dialog implemented by current screen.
static Number EXIT
          A command used for exiting from the application.
static Number HELP
          This command specifies a request for on-line help.
static Number ITEM
          With this command type the application can hint to the implementation that the command is specific to a particular item on the screen.
static Number OK
          A command that is a standard positive answer to a dialog implemented by current screen.
static Number SCREEN
          Specifies an application-defined command that pertains to the current screen.
static Number STOP
          A command that will stop some currently running process, operation, etc.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BACK

public static Number BACK
A navigation command that returns the user to the logically previous screen.

See Also:
MIDP1 Command.BACK

CANCEL

public static Number CANCEL
A command that is a standard negative answer to a dialog implemented by current screen.

See Also:
MIDP1 Command.CANCEL

EXIT

public static Number EXIT
A command used for exiting from the application.

See Also:
MIDP1 Command.EXIT

HELP

public static Number HELP
This command specifies a request for on-line help.

See Also:
MIDP1 Command.HELP

ITEM

public static Number ITEM
With this command type the application can hint to the implementation that the command is specific to a particular item on the screen.

See Also:
MIDP1 Command.ITEM

OK

public static Number OK
A command that is a standard positive answer to a dialog implemented by current screen.

See Also:
MIDP1 Command.OK

SCREEN

public static Number SCREEN
Specifies an application-defined command that pertains to the current screen.

See Also:
MIDP1 Command.SCREEN

STOP

public static Number STOP
A command that will stop some currently running process, operation, etc.

See Also:
MIDP1 Command.STOP


Copyright © 2007 E-MARSON. All Rights Reserved.