public abstract class OwStandardSequenceDialog extends OwStandardDialog implements OwSequenceView
Extends the Standard Dialog with a prev / next button, as well as a overridden listener interface to handle sequences.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
OwDialog.OwDialogListenerOwLayout.OwDispatchRegion, OwLayout.OwLayoutViewRefrenceCLOSE_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_REGIONm_iDEBUG_DocumentViewSize, m_iDEBUG_InitDocument, m_iDEBUG_TargetCount, m_ListenerCURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTargetEMPTY_STRING| Constructor and Description |
|---|
OwStandardSequenceDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getNextHREF() |
protected String |
getPrevHREF() |
boolean |
hasNext()
called when the Dialog needs to know if there is a next item
|
boolean |
hasPrev()
called when the Dialog needs to know if there is a prev item
|
void |
onNext(javax.servlet.http.HttpServletRequest request_p)
event called when user clicked a close on the dialog
|
void |
onPrev(javax.servlet.http.HttpServletRequest request_p)
event called when user clicked a close on the dialog
|
void |
renderNavigationButtons(Writer w_p)
render Prev and Next buttons
|
void |
renderRegion(Writer w_p,
int iRegion_p)
render the views of the region
|
getInfoIcon, getTitle, hasHelpButton, isRegion, onClose, onHelp, onRender, renderCloseButton, renderHelpButton, setHelp, setInfoIcon, setTitlecloseDialog, setListeneraddRegion, addView, addView, addViewReference, getIterator, getViewRegion, isRegionMaximized, isRegionMinimized, isRegionNormal, renderNamedRegionactivate, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getViewList, init, isFormTargetExternal, isNamedRegion, isShowMaximized, isShowMinimized, isShowNormal, onActivate, onUpdate, render, renderHTMLFormular, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributesattach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTargetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCount, next, prevpublic boolean hasNext()
throws Exception
hasNext in interface OwSequenceViewExceptionpublic boolean hasPrev()
throws Exception
hasPrev in interface OwSequenceViewExceptionpublic void renderRegion(Writer w_p, int iRegion_p) throws Exception
renderRegion in interface OwBaseViewrenderRegion in class OwStandardDialogw_p - Writer object to write HTML toiRegion_p - ID of the region to renderExceptionpublic void renderNavigationButtons(Writer w_p) throws Exception
w_p - Exceptionprotected String getPrevHREF()
protected String getNextHREF()
public void onPrev(javax.servlet.http.HttpServletRequest request_p)
throws Exception
request_p - HttpServletRequestExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.