public class ConfirmationObject extends java.lang.Object implements UIObject, Constants, IConfirmationObject
TYPE_BROWSER_TEXTBOX, TYPE_CHECKBOX, TYPE_CONFIRM, TYPE_DYN_TABLE, TYPE_EXPAND_TABLE, TYPE_FILE_BROWSER, TYPE_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX
Constructor and Description |
---|
ConfirmationObject(java.lang.String message, boolean ok)
constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
returns the message
|
int |
getType()
returns the type
|
boolean |
isConfirmed()
returns the confirmed flag
|
void |
setConfirmed(boolean confirmed)
sets the confirmed flag
|
public ConfirmationObject(java.lang.String message, boolean ok)
public java.lang.String getMessage()
getMessage
in interface IConfirmationObject
public boolean isConfirmed()
isConfirmed
in interface IConfirmationObject
public void setConfirmed(boolean confirmed)
setConfirmed
in interface IConfirmationObject