Zimlet JavaScript API Reference - ZmApptRecurDialog

Class ZmApptRecurDialog


Extends DwtDialog.

This class provides a dialog for creating/editing recurrences for an appointment

Defined in: ZmApptRecurDialog.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmApptRecurDialog(parent, className, className)
Creates a new appointment recurrence dialog.
Method Summary
Method Attributes Method Name and Description
 
Gets the week day selection.
 
Gets the selected repeat value.
 
Sets custom daily values.
 
Sets custom monthly values.
 
Sets custom weekly values.
 
Sets custom yearly values.
 
Sets repeat end values.
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
ZmApptRecurDialog(parent, className, className)
Creates a new appointment recurrence dialog. The view displays itself on construction.
Author: Parag Shah.
Parameters:
{ZmControl} parent
the element that created this view
{String} className
optional class name for this view
className
Method Detail
{constant} getRecurrenceWeekDaySelection(repeatCustomDays)
Gets the week day selection.
Parameters:
{String} repeatCustomDays
the repeat custom days
Returns:
{constant} the week day selection (see ZmRecurrence.RECURRENCE_ constants
See:
ZmRecurrence

{constant} getSelectedRepeatValue()
Gets the selected repeat value.
Returns:
{constant} the repeat value

setCustomDailyValues(appt)
Sets custom daily values.
Parameters:
{ZmAppt} appt
the appointment

setCustomMonthlyValues(appt)
Sets custom monthly values.
Parameters:
{ZmAppt} appt
the appointment

setCustomWeeklyValues(appt)
Sets custom weekly values.
Parameters:
{ZmAppt} appt
the appointment

setCustomYearlyValues(appt)
Sets custom yearly values.
Parameters:
{ZmAppt} appt
the appointment

setRepeatEndValues(appt)
Sets repeat end values.
Parameters:
{ZmAppt} appt
the appointment

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:34 GMT-0400 (EDT)