Zimlet JavaScript API Reference - ZmGroupView

Class ZmGroupView


Extends DwtComposite.

This class represents the contact group view.

Defined in: ZmGroupView.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmGroupView(parent, controller)
Creates the group view.
Field Summary
Field Attributes Field Name and Description
 
reuse functions from ZmContactPicker, some called from ZmContactPicker code we re-use here.
Method Summary
Method Attributes Method Name and Description
 
Gets the contact.
 
Gets the controller.
 
very important method to have in order for the tab group (and tabbing) to be set up correctly (called from ZmBaseController.prototype._initializeTabGroup)
 
this is called from ZmContactController.prototype._postShowCallback
 
Returns a string representation of the object.
Methods borrowed from class DwtComposite:
addChild, cleanupSeparators, clear, dispose, getChild, getChildren, getNumChildren, 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
ZmGroupView(parent, controller)
Creates the group view.
Parameters:
{DwtComposite} parent
the parent
{ZmContactController} controller
the controller
Field Detail
search
reuse functions from ZmContactPicker, some called from ZmContactPicker code we re-use here.
Method Detail
{ZmContact} getContact()
Gets the contact.
Returns:
{ZmContact} the contact

{ZmContactController} getController()
Gets the controller.
Returns:
{ZmContactController} the controller

getTabGroupMember()
very important method to have in order for the tab group (and tabbing) to be set up correctly (called from ZmBaseController.prototype._initializeTabGroup)

postShow()
this is called from ZmContactController.prototype._postShowCallback

{String} toString()
Returns a string representation of the object.
Returns:
{String} a string representation of the object

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