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_externalFormEventTarget
EMPTY_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, renderRegion
activate, 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, usesFormWithAttributes
attach, disableRequestListener, enableRequestListener, getAjaxEventURL, getContext, getEventURL, getFormEventFunction, getFormEventURL, getID, onExternalRequest, onFormEvent, onRequest, updateExternalFormTarget
protected OwDialog.OwDialogListener m_Listener
public int m_iDEBUG_TargetCount
public OwDocument m_iDEBUG_InitDocument
public int m_iDEBUG_DocumentViewSize
public void closeDialog() throws Exception
Exception
public 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.