public class OwDialog extends OwLayout
Base Class for Dialog Views. Dialog Views display as a dialog with the OwAppContext.openDialog(...) Method.
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 | Class and Description |
|---|---|
static interface |
OwDialog.OwDialogListener
Event listener for dialog events.
|
OwLayout.OwDispatchRegion, OwLayout.OwLayoutViewRefrence| Modifier and Type | Field and Description |
|---|---|
int |
m_iDEBUG_DocumentViewSize
count of the attached views to the dialog manager document
must not change after close
|
OwDocument |
m_iDEBUG_InitDocument
init document must not change in dialog
if it changes, attached views may not be detached and cause memory overflow
|
int |
m_iDEBUG_TargetCount
count that keeps track of the target count deltas before/after opening a dialog.
|
protected OwDialog.OwDialogListener |
m_Listener
Listener that wants to be notified upon dialog events.
|
CURRENT_MODULE_KEY, FORMULAR_PLACEHOLDER_END_DELIMITER, FORMULAR_PLACEHOLDER_START_DELIMITER, m_externalFormEventTargetEMPTY_STRING| Constructor and Description |
|---|
OwDialog() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeDialog()
visually close the Dialog.
|
void |
setListener(OwDialog.OwDialogListener listener_p)
set the view that opens the dialog
|
addRegion, addView, addView, addViewReference, getIterator, getViewRegion, isRegion, isRegionMaximized, isRegionMinimized, isRegionNormal, renderNamedRegion, renderRegionactivate, detach, getBreadcrumbPart, getDocument, getExternalFormEventTarget, getFormName, getFormTarget, getIcon, getMaximizeView, getParent, getRenderedNamedRegion, getRenderedRegion, getTitle, getViewList, init, isFormTargetExternal, isNamedRegion, isShowMaximized, isShowMinimized, isShowNormal, onActivate, onRender, onUpdate, render, renderHTMLFormular, serverSideDesignInclude, serverSideInclude, setDocument, setExternalFormTarget, setMaximizeView, setParent, showMaximized, showMinimized, showNormal, usesFormWithAttributesattach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTargetprotected OwDialog.OwDialogListener m_Listener
public int m_iDEBUG_TargetCount
public OwDocument m_iDEBUG_InitDocument
public int m_iDEBUG_DocumentViewSize
public void closeDialog()
throws Exception
Exceptionpublic void setListener(OwDialog.OwDialogListener listener_p)
listener_p - Listener that wants to be notified upon dialog events.Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.