Class ZmApptDeleteNotifyDialog
Extends
DwtDialog.
Defined in: ZmApptDeleteNotifyDialog.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates a dialog allowing user to choose between an Instance or Series for an appointment.
|
Method Summary
Method Attributes |
Method Name and Description |
|
Initializes the dialog.
|
|
Checks if the default option is checked.
|
- 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, reset, 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
ZmApptDeleteNotifyDialog(params)
Creates a dialog allowing user to choose between an Instance or Series for an appointment.
Author: Parag Shah.
- Parameters:
-
{Hash} params
- a hash of parameters
-
{DwtComposite} params.parent
- a parent widget (the shell)
-
{String} params.title
- a title of dialog
-
{String} params.confirmMsg
- a dialog confirmation message
-
{String} params.choiceLabel1
- a label value for choice 1
-
{String} params.choiceLabel2
- a label value for choice 2
Method Detail
initialize(appt, attId)
Initializes the dialog.
- Parameters:
-
{ZmAppt} appt
- the appointment
-
{String} attId
- the id
{Boolean}
isDefaultOptionChecked()
Checks if the default option is checked.
- Returns:
- {Boolean}
true if the default option is checked
|