public class OwBPMResubmitDialog extends OwBPMInsertNoteDialog
Dialog for setting the resubmission date.
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
Modifier and Type | Field and Description |
---|---|
static int |
KEY_RESUBMIT_DATE |
INSERT_NOTE_DIALOG_REGION_MAX, m_currentItem, m_fieldManager, m_MenuView, m_noteProperty, m_workitems, NOTE_REGION
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
Constructor and Description |
---|
OwBPMResubmitDialog(List workitems_p,
String noteProperty_p,
com.wewebu.ow.server.app.OwClientRefreshContext refreshCtx_p)
create a new instance of the dialog
|
OwBPMResubmitDialog(com.wewebu.ow.server.ecm.bpm.OwWorkitem workitem_p,
String noteProperty_p,
com.wewebu.ow.server.app.OwClientRefreshContext refreshCtx_p)
create a new instance of the dialog
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorEditField()
getter method for errorEditField
|
protected void |
init() |
void |
onOkDo(javax.servlet.http.HttpServletRequest request_p,
Object reason_p)
event called when user clicked the OK button should be overloaded by
specific Dialog
|
void |
renderRegion(Writer w_p,
int iRegion_p)
render the views of the region
|
detach, getCurrentItem, getField, getFieldProviderName, getFieldProviderSource, getFieldProviderType, getFields, getSafeFieldValue, getWorkitems, onCancelDo, onRender, renderNote, setField, setNote, unlockAll, usesFormWithAttributes
getInfoIcon, getTitle, hasHelpButton, isRegion, onClose, onHelp, renderCloseButton, renderHelpButton, setHelp, setInfoIcon, setTitle
addRegion, addView, addView, addViewReference, getIterator, getViewRegion, isRegionMaximized, isRegionMinimized, isRegionNormal, renderNamedRegion
activate, 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
public static final int KEY_RESUBMIT_DATE
public OwBPMResubmitDialog(List workitems_p, String noteProperty_p, com.wewebu.ow.server.app.OwClientRefreshContext refreshCtx_p) throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwException
public OwBPMResubmitDialog(com.wewebu.ow.server.ecm.bpm.OwWorkitem workitem_p, String noteProperty_p, com.wewebu.ow.server.app.OwClientRefreshContext refreshCtx_p) throws com.wewebu.ow.server.exceptions.OwException
noteProperty_p
- com.wewebu.ow.server.exceptions.OwException
protected void init() throws Exception
init
in class OwBPMInsertNoteDialog
Exception
OwBPMInsertNoteDialog.init()
public void onOkDo(javax.servlet.http.HttpServletRequest request_p, Object reason_p) throws Exception
onOkDo
in class OwBPMInsertNoteDialog
request_p
- a HttpServletRequest
reason_p
- Exception
public void renderRegion(Writer w_p, int iRegion_p) throws Exception
renderRegion
in interface com.wewebu.ow.server.ui.OwBaseView
renderRegion
in class OwBPMInsertNoteDialog
w_p
- Writer object to write HTML toiRegion_p
- ID of the region to renderException
public String getErrorEditField()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.