Functiondojox.data.demos.stores.LazyLoadJSIStore.isItemLoaded

dojo.require("dojox.data.demos.stores.LazyLoadJSIStore");
defined in dojox/data/demos/stores/LazyLoadJSIStore.js

Overload of the isItemLoaded function to look for items of type 'stub', which indicate the data hasn't been loaded in yet.

Usage

function (/*Object*/ item) (view source)
parametertypedescription
itemObjectThe item to examine. For this store, if it has the value of stub for its type attribute, then the item basn't been fully loaded yet. It's just a placeholder.