Zimlet JavaScript API Reference - ZmShareReply

Class ZmShareReply


Extends DwtComposite.

This class implements a share reply query box and additional input controls to allow the user to specify the reply type and quick reply note, if wanted. This control can be used from within the various share dialogs to add reply capabilities.

Defined in: ZmShareReply.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmShareReply(parent, className, options)
Creates a share reply widget.
Field Summary
Field Attributes Field Name and Description
<static>  
ZmShareReply.NONE
Defines the "none" reply type.
<static>  
ZmShareReply.QUICK
Defines the "quick" reply type.
<static>  
ZmShareReply.STANDARD
Defines the "standard" reply type.
Method Summary
Method Attributes Method Name and Description
 
Gets the reply note.
 
Gets the reply options.
 
Gets the reply type.
 
Sets the reply note.
 
setReplyOptions(options)
Sets the reply options.
 
Sets the reply type.
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, setContent, 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
ZmShareReply(parent, className, options)
Creates a share reply widget.
Parameters:
{DwtControl} parent
the parent
{String} className
the class name
{Array} options
an array of options
Field Detail
<static> ZmShareReply.NONE
Defines the "none" reply type.

<static> ZmShareReply.QUICK
Defines the "quick" reply type.

<static> ZmShareReply.STANDARD
Defines the "standard" reply type.
Method Detail
{String} getReplyNote()
Gets the reply note.
Returns:
{String} the reply note

{Array} getReplyOptions()
Gets the reply options.
Returns:
{Array} an array of options

{constant} getReplyType()
Gets the reply type.
Returns:
{constant} the reply type

setReplyNote(note)
Sets the reply note.
Parameters:
{String} note
the note

setReplyOptions(options)
Sets the reply options.
Parameters:
{Array} options
an array of options

setReplyType(type)
Sets the reply type.
Parameters:
{constant} type
the type

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