Class ecm.widget.dialog.WorkflowPreferencesDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that is used to view FileNet P8 workflow user preferences.
Defined in: <ecm\widget\dialog\WorkflowPreferencesDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Displays a dialog where the user can change their IBM FileNet P8 workflow user preferences.
Fields borrowed from class ecm.widget.dialog.BaseDialog:
expandable, fitContentArea, lockFullscreen

Method Summary

Method Attributes Method Name and Description
 
 
Destroys the dialog.
 
 
 
show(callback)
Shows the dialog.
Methods borrowed from class ecm.widget.dialog.BaseDialog:
addButton, appendSecondaryMessage, buildRendering, clearMessage, clearSecondaryMessage, hide, isMaximized, onDragOver, setExpandable, setIntroText, setIntroTextRef, setMaximized, setMessage, setReferenceLink, setResizable, setSize, setSizeToViewportRatio, setTitle, setWidth, showActionBar

Constructor Detail

ecm.widget.dialog.WorkflowPreferencesDialog()

Displays a dialog where the user can change their IBM FileNet P8 workflow user preferences.

Method Detail

constructor(args)

Parameters:
args

destroy()

Destroys the dialog.

postCreate()


resize()


show(callback)

Shows the dialog.
Parameters:
callback
A callback function to be called after the workflow preferences are saved.