Class ecm.widget.dialog.BatchResultsDialog


Extends ecm.widget.dialog.BaseDialog.
Provides a dialog box that displays the results of a batch operation. This dialog requires that an object be passed to the constructor that provides these four public variables:

Descriptions of the public variable are provided below.


Defined in: <ecm\widget\dialog\BatchResultsDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Fields borrowed from class ecm.widget.dialog.BaseDialog:
fitContentArea, lockFullscreen

Method Summary

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

Constructor Detail

ecm.widget.dialog.BatchResultsDialog()

Method Detail

destroy()

Cleans up the widget.

postCreate()

Creates the batch results dialog.

resize()

Resizes the widget

show()

Shows the batch results dialog.