public class OwMultipleSelectionCall.OwValidatorMessageBox extends OwMessageBox
OwDialog.OwDialogListener
OwLayout.OwDispatchRegion, OwLayout.OwLayoutViewRefrence
ACTION_STYLE_BUTTON, ACTION_STYLE_LINK, ICON_TYPE_EXCLAMATION, ICON_TYPE_INFO, ICON_TYPE_QUESTION, ICON_TYPE_WARNING, TYPE_CANCEL, TYPE_OK, TYPE_OK_CANCEL, TYPE_YES_NO, TYPE_YES_NO_CANCEL
CLOSE_BTN_REGION, FOOTER_REGION, HELP_BTN_REGION, INFO_ICON_REGION, LEFT_REGION, m_strHelpPath, m_strInfoIconURL, m_strTitle, MAIN_REGION, MENU_REGION, RIGHT_REGION, STANDARD_DIALOG_REGION_MAX, TITLE_REGION
m_iDEBUG_DocumentViewSize, m_iDEBUG_InitDocument, m_iDEBUG_TargetCount, m_Listener
CURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTarget
EMPTY_STRING
Constructor and Description |
---|
OwMultipleSelectionCall.OwValidatorMessageBox(int type_p,
int iconType_p,
String title_p,
String strText_p)
Constructor
|
OwMultipleSelectionCall.OwValidatorMessageBox(String title_p,
String strText_p)
Constructor.
Creates a yes/no question validation message box. |
Modifier and Type | Method and Description |
---|---|
void |
onCancel(javax.servlet.http.HttpServletRequest request_p)
NO handler.
|
void |
onNo(javax.servlet.http.HttpServletRequest request_p)
NO handler.
|
void |
onYes(javax.servlet.http.HttpServletRequest request_p)
YES handler.
|
init, onCancel, onNo, onOK, onOK, onYes, renderRegion
getInfoIcon, getTitle, hasHelpButton, isRegion, onClose, onHelp, onRender, renderCloseButton, renderHelpButton, setHelp, setInfoIcon, setTitle
closeDialog, setListener
addRegion, addView, addView, addViewReference, getIterator, getViewRegion, isRegionMaximized, isRegionMinimized, isRegionNormal, renderNamedRegion
activate, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getViewList, isFormTargetExternal, isNamedRegion, isShowMaximized, isShowMinimized, isShowNormal, onActivate, onUpdate, render, renderHTMLFormular, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributes
attach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTarget
public OwMultipleSelectionCall.OwValidatorMessageBox(String title_p, String strText_p)
title_p
- strText_p
- public OwMultipleSelectionCall.OwValidatorMessageBox(int type_p, int iconType_p, String title_p, String strText_p)
title_p
- type_p
- message box type as in OwMessageBox.OwMessageBox(int, int, String, String)
iconType_p
- message box icon type as in OwMessageBox.OwMessageBox(int, int, String, String)
strText_p
- public void onYes(javax.servlet.http.HttpServletRequest request_p) throws Exception
onYes
in class OwMessageBox
request_p
- Exception
public void onNo(javax.servlet.http.HttpServletRequest request_p) throws Exception
onNo
in class OwMessageBox
request_p
- Exception
public void onCancel(javax.servlet.http.HttpServletRequest request_p) throws Exception
onCancel
in class OwMessageBox
request_p
- Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.