| java.lang.Object com.sun.satsa.pki.Dialog
Field Summary | |
final public static int | CANCELLED Answer that indicates that the dialog was cancelled. | final public static int | CONFIRMED Answer that indicates successful completion. |
Constructor Summary | |
| Dialog(String title, boolean withCancel) Construct message dialog for informational message or
confirmation request. |
CANCELLED | final public static int CANCELLED(Code) | | Answer that indicates that the dialog was cancelled.
|
CONFIRMED | final public static int CONFIRMED(Code) | | Answer that indicates successful completion.
|
Dialog | Dialog(String title, boolean withCancel)(Code) | | Construct message dialog for informational message or
confirmation request.
Parameters: title - dialog title Parameters: withCancel - show Cancel button |
append | void append(Item item)(Code) | | Adds an Item into the Form.
Parameters: item - the Item to be added |
commandAction | public void commandAction(Command c, Displayable s)(Code) | | Respond to a command issued on form.
Sets the user's answer and notifies waitForAnswer and
ends the form.
Parameters: c - command activiated by the user Parameters: s - the Displayable the command was on. |
|
|