Zimlet JavaScript API Reference - ZmContactSimpleView

Class ZmContactSimpleView


Extends ZmContactsBaseView.

This class represents a simple contact list view (contains only full name).

Defined in: ZmContactSplitView.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a simple view.
Method Summary
Method Attributes Method Name and Description
 
set(list, defaultColumnSort, folderId, isSearchResults)
Sets the list.
 
setSelection(item, skipNotify)
Sets the selection.
Methods borrowed from class ZmContactsBaseView:
getListView, getTitle, toString
Methods borrowed from class ZmListView:
deselectAll, getController, getItemList, getLimit, getPagelessThreshold, getReplenishThreshold, getToolTipContent, hasItem, selectAll, setSelectedItems, setSelectionCbox, setSelectionHdrCbox
Methods borrowed from class DwtListView:
addActionListener, addItem, addItems, addSelectionListener, addStateChangeListener, findItem, findItemDiv, getItemIndex, getSelectedItems, getSelectionCount, getTargetItem, getTargetItemDiv, removeActionListener, removeAll, removeItem, removeSelectionListener, removeStateChangeListener, scrollPage, selectItem, setEnabled, setSize, setUI, size, useListElement
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, 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, setEventPropagation, setFocusElement, setHandler, setHtmlElementId, setLocation, setOpacity, setPosition, setScrollStyle, setToolTipContent, setVisibility, setVisible, setZIndex, showAlert, zShow
Class Detail
ZmContactSimpleView(params)
Creates a simple view.
Parameters:
{Hash} params
a hash of parameters
Method Detail
set(list, defaultColumnSort, folderId, isSearchResults)
Sets the list.
Parameters:
{ZmContactList} list
the list
{String} defaultColumnSort
the sort field
{String} folderId
the folder id
{Boolean} isSearchResults
is this a search tab?

setSelection(item, skipNotify)
Sets the selection.
Parameters:
{Object} item
the item
{Boolean} skipNotify
true to skip notification

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