public class Confirm extends GenericActionCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CF_MESSAGE |
static java.lang.String |
CF_MESSAGE_TYPE |
static java.lang.String |
CF_OPTION_TYPE |
static TableFormat |
CFT_CONFIRM |
static java.lang.String |
RF_OPTION |
static TableFormat |
RFT_CONFIRM |
CF_COMPONENT_LOCATION| Constructor and Description |
|---|
Confirm() |
Confirm(java.lang.String message) |
Confirm(java.lang.String title,
DataTable parameters) |
Confirm(java.lang.String title,
java.lang.String message,
int optionType,
int messageType) |
| Modifier and Type | Method and Description |
|---|---|
DataTable |
constructParameters() |
GenericActionResponse |
createDefaultResponse() |
java.lang.String |
getMessage() |
int |
getMessageType() |
int |
getOptionType() |
static int |
parseConfirm(GenericActionResponse resp) |
void |
setMessage(java.lang.String message) |
void |
setMessageType(int messageType) |
void |
setOptionType(int optionType) |
clone, equals, getComponentLocation, getParameters, getRequestId, getResponseFormat, getTitle, getType, hashCode, isBatchEntry, isInteractive, isLast, isResponseValid, setBatchEntry, setComponentLocation, setComponentLocation, setInteractive, setLast, setParameters, setRequestId, setTitle, setType, toStringpublic static final java.lang.String CF_MESSAGE
public static final java.lang.String CF_OPTION_TYPE
public static final java.lang.String CF_MESSAGE_TYPE
public static final java.lang.String RF_OPTION
public static final TableFormat CFT_CONFIRM
public static final TableFormat RFT_CONFIRM
public Confirm()
public Confirm(java.lang.String message)
public Confirm(java.lang.String title,
java.lang.String message,
int optionType,
int messageType)
public Confirm(java.lang.String title,
DataTable parameters)
public DataTable constructParameters()
constructParameters in class GenericActionCommandpublic GenericActionResponse createDefaultResponse()
createDefaultResponse in class GenericActionCommandpublic static int parseConfirm(GenericActionResponse resp)
public java.lang.String getMessage()
public int getOptionType()
public int getMessageType()
public void setMessage(java.lang.String message)
public void setOptionType(int optionType)
public void setMessageType(int messageType)