Class ZmContactGroupMenu
Extends
ZmPopupMenu.
This class represents a menu structure of contact groups that to which
contacts can be added. It also provides ability for user to create a new
contact group.
Defined in: ZmContactGroupMenu.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates an empty contact menu.
|
Method Summary
Method Attributes |
Method Name and Description |
|
Sets "New Contact Group" to be enabled/disabled
|
- Methods borrowed from class ZmPopupMenu:
- addSelectionListener, createMenuItem, createSeparator, enable, enableAll, getMenuItem, getMenuItems, getSearchMenu, removeSelectionListener, setItemVisible
- Methods borrowed from class DwtMenu:
- addPopdownListener, addPopupListener, checkItem, getItem, getItemById, getItemCount, getItems, isPoppedUp, removePopdownListener, removePopupListener, scrollToItem, setSelectedItem
- 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
ZmContactGroupMenu(parent, controller)
Creates an empty contact menu.
- Parameters:
-
{DwtControl} parent
- the parent widget
-
{ZmController} controller
- the owning controller
Method Detail
setNewDisabled(disabled)
Sets "New Contact Group" to be enabled/disabled
- Parameters:
-
{Boolean} disabled
- true to set disabled
|