Class: SemanticListViews

WinJSContrib.UI. SemanticListViews

Control wrapping semantic zoom and listviews with a WinJSContrib.UI.DataSources.DataSourceManager

new SemanticListViews(element, options)

Parameters:
Name Type Description
element HTMLElement

DOM element containing the control

options Object
Source:
Example
{@lang xml}

Members

dataManager :WinJSContrib.UI.DataSources.DataSourceManager

dataManager datasource manager

Type:
Source:

listview :WinJS.UI.ListView

items listview

Type:
  • WinJS.UI.ListView
Source:

semanticZoom :WinJS.UI.SemanticZoom

semantic zoom control

Type:
  • WinJS.UI.SemanticZoom
Source:

zoomedOutListview :WinJS.UI.ListView

listview for zoomed out items (usually groups)

Type:
  • WinJS.UI.ListView
Source:

Methods

dispose()

release control

Source: