WinJS.Binding.WinJS.Binding.FilteredListProjection object

This topic has not yet been rated - Rate this topic

Do not instantiate. A list returned by the createFiltered method.

Syntax


var filteredList = list.createFiltered(predicate);

Members

The FilteredListProjection object has these types of members:

Methods

The FilteredListProjection object has these methods.

MethodDescription
getItem

Returns a key/data pair for the specified index.

indexOfKey

Returns the index of the first occurrence of a key in a list.

notifyMutated

Forces the list to send a itemmutated notification to any listeners for the value at the specified index.

setAt

Replaces the value at the specified index with a new value.

 

Properties

The FilteredListProjection object has these properties.

PropertyDescription

length

The length of the list. Returns an integer value one higher than the highest element defined in an list.

 

Requirements

Namespace

WinJS.Binding

Library

Base.js

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.