Class ZmListView
Class Detail
ZmListView(params)
Creates a list view.
Author: Parag Shah, Conrad Damon.
Method Detail
deselectAll()
Deselects all items.
{ZmListController}
getController()
Gets the controller.
getItemList()
Returns the underlying ZmList.
{int}
getLimit(offset)
Gets the limit value.
{int}
getPagelessThreshold()
Gets the pageless threshold.
{int}
getReplenishThreshold()
Gets the replenish threshold.
{String}
getToolTipContent(ev)
Gets the tool tip content.
<static>
ZmListView.handleScroll(ev)
Scroll-based paging. Make sure we have at least one page of items below the visible list.
{Boolean}
hasItem(item)
Checks if the given item is in this view's list. Note that the view's list may
be only part of the controller's list (the currently visible page).
selectAll(allResults)
Selects all items.
setSelectedItems(selectedArray, dontCheck)
Sets the selected items.
setSelectionCbox(obj, bContained)
Sets the selection checkbox.
setSelectionHdrCbox(check)
Sets the selection header checkbox.
|
||||||||||||||||||||||||||||||||
Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:41 GMT-0400 (EDT)
|