Class ZmRetentionWarningDialog
Extends
DwtMessageDialog.
Creates an retention warning can have a "Delete All", "Delete Valid" or Cancel buttons
"Delete All" will delete all the messages that the user chose for deletion.
"Delete Valid" will delete those messages of the ones chosen that are unaffected by the
retention policy (i.e. they are older than now - retention_policy_keep_period, or
are in a folder that does not have a retention policy).
Defined in: ZmRetentionWarningDialog.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates a retention warning dialog.
|
- Methods borrowed from class DwtMessageDialog:
- reset, setHelpURL, setMessage, toString
- Methods borrowed from class DwtDialog:
- associateEnterWithButton, getButton, getButtonEnabled, popup, registerCallback, resetButtonStates, setButtonEnabled, setButtonListener, setButtonVisible, setEnterListener, unregisterCallback
- Methods borrowed from class DwtBaseDialog:
- addEnterListener, addPopdownListener, addPopupListener, cleanup, isPoppedUp, popdown, removePopdownListener, removePopupListener, setContent, setTitle, setView
- Methods borrowed from class DwtComposite:
- addChild, cleanupSeparators, clear, dispose, getChild, getChildren, getNumChildren, getTabGroupMember, removeChild, removeChildren
- Methods borrowed from class DwtControl:
- addClassName, addControlListener, addDisposeListener, addListener, appendElement, blur, clearContent, clearHandler, condClassName, delClassName, focus, getBounds, getClassName, getContent, getCursor, getData, getDragBox, getDragSource, getDropTarget, getEnabled, getFocusElement, getH, getHtmlElement, getHTMLElId, getInsetBounds, getInsets, getLocation, getMargins, getOpacity, getOuterSize, getPosition, getScrollContainer, getScrollStyle, getSize, getTooltipBase, getToolTipContent, getVisibility, getVisible, getW, getX, getXW, getY, getYH, getZIndex, hasFocus, isAlertShown, isDisposed, isInitialized, isListenerRegistered, notifyListeners, preventContextMenu, preventSelection, removeAllListeners, removeControlListener, removeDisposeListener, removeListener, reparent, reparentHtmlElement, replaceElement, setBounds, setClassName, setCursor, setData, setDisplay, setDisplayState, setDragBox, setDragSource, setDropTarget, setEnabled, setEventPropagation, setFocusElement, setHandler, setHtmlElementId, setLocation, setOpacity, setPosition, setScrollStyle, setSize, setToolTipContent, setVisibility, setVisible, setZIndex, showAlert, zShow
Class Detail
ZmRetentionWarningDialog(parent)
Creates a retention warning dialog.
- Parameters:
-
{Object} parent
- the parent
|