Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/data/CssClassStore.js

  • Provides:

    • dojox.data.CssClassStore
  • Requires:

    • dojox.data.CssRuleStore in common
  • dojox.data.CssClassStore

    • type
      Function
    • chains:
      • dojox.data.CssRuleStore: (prototype)
      • dojox.data.CssRuleStore: (call)
    • summary
      Basic store to display CSS information.
    • description
      The CssClassStore allows users to get information about active Css classes in the page running the CssClassStore.
      It can also filter out classes from specific stylesheets.  The attributes it exposes on classes are as follows:
      class:		The classname, including the '.'.
      classSans:	The classname without the '.'.
  • dojox.data.CssClassStore._labelAttribute

    • type
      String
  • dojox.data.CssClassStore._idAttribute

    • type
      String
  • dojox.data.CssClassStore._cName

    • type
      String
  • dojox.data.CssClassStore.getFeatures

    • summary
      See dojo.data.api.Read.getFeatures()
    • type
      Function
  • dojox.data.CssClassStore.getAttributes

    • parameters:
      • item
    • summary
      See dojo.data.api.Read.getAttributes()
    • type
      Function
  • dojox.data.CssClassStore.getValue

    • parameters:
      • item
      • attribute
      • defaultValue
    • summary
      See dojo.data.api.Read.getValue()
    • type
      Function
  • dojox.data.CssClassStore.getValues

    • parameters:
      • item
      • attribute
    • summary
      See dojo.data.api.Read.getValues()
    • type
      Function
  • dojox.data.CssClassStore._handleRule

    • parameters:
      • rule
      • styleSheet
      • href
    • summary
      Handles the creation of an item based on the passed rule.  In this store, this implies
      parsing out all available class names.
    • type
      Function
  • dojox.data.CssClassStore._handleReturn

    • summary
      Handles the return from a fetching action.  Delegates requests to act on the resulting
      item set to eitehr the _handleFetchReturn or _handleFetchByIdentityReturn depending on
      where the request originated.
    • type
      Function
  • dojox.data.CssClassStore._handleFetchByIdentityReturn

    • parameters:
      • request
    • summary
      Handles a fetchByIdentity request by finding the correct item.
    • type
      Function
  • dojox.data.CssClassStore.getIdentity

    • parameters:
      • item: (typeof item)
    • summary
      See dojo.data.api.Identity.getIdentity()
    • type
      Function
  • dojox.data.CssClassStore.getIdentityAttributes

    • parameters:
      • item: (typeof item)
    • summary
      See dojo.data.api.Identity.getIdentityAttributes()
    • type
      Function
  • dojox.data.CssClassStore.fetchItemByIdentity

    • parameters:
      • request: (typeof request)
    • summary
      See dojo.data.api.Identity.fetchItemByIdentity()
    • type
      Function
  • dojox.data.CssClassStore._pending

    • type
      Array
  • dojox.data

    • type
      Object
  • dojox

    • type
      Object