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/storage/GearsStorageProvider.js

  • Provides:

    • dojox.storage.GearsStorageProvider
  • Requires:

    • dojo.gears in common
    • dojox.storage.Provider in common
    • dojox.storage.manager in common
    • dojox.sql in common
  • dojox.storage.GearsStorageProvider

    • type
      Function
    • chains:
      • dojox.storage.Provider: (prototype)
      • dojox.storage.Provider: (call)
    • summary
      Storage provider that uses the features of Google Gears
      to store data (it is saved into the local SQL database
      provided by Gears, using dojox.sql)
    • description
      You can disable this storage provider with the following djConfig
      variable:
      var djConfig = { disableGearsStorage: true };
      
      Authors of this storage provider-
      Brad Neuberg, bkn3@columbia.edu
      
      
      instance methods and properties
  • dojox.storage.GearsStorageProvider.constructor

    • constructor - constructor
    • type
      Function
  • dojox.storage.GearsStorageProvider.TABLE_NAME

    • type
      String
  • dojox.storage.GearsStorageProvider.initialized

    • type
      Object
  • dojox.storage.GearsStorageProvider._available

    • type
      Object
  • dojox.storage.GearsStorageProvider._storageReady

    • type
      Object
  • dojox.storage.GearsStorageProvider.initialize

    • type
      Function
  • dojox.storage.GearsStorageProvider.isAvailable

    • type
      Function
  • dojox.storage.GearsStorageProvider.put

    • parameters:
      • key
      • value
      • resultsHandler
      • namespace
    • type
      Function
  • dojox.storage.GearsStorageProvider.DEFAULT_NAMESPACE

    • type
      Object
  • dojox.storage.GearsStorageProvider.get

    • parameters:
      • key
      • namespace
    • type
      Function
  • dojox.storage.GearsStorageProvider.getNamespaces

    • type
      Function
  • dojox.storage.GearsStorageProvider.getKeys

    • parameters:
      • namespace
    • type
      Function
  • dojox.storage.GearsStorageProvider.clear

    • parameters:
      • namespace
    • type
      Function
  • dojox.storage.GearsStorageProvider.remove

    • parameters:
      • key
      • namespace
    • type
      Function
  • dojox.storage.GearsStorageProvider.putMultiple

    • parameters:
      • keys
      • values
      • resultsHandler
      • namespace
    • type
      Function
  • dojox.storage.GearsStorageProvider._statusHandler

  • dojox.storage.GearsStorageProvider.getMultiple

    • parameters:
      • keys
      • namespace
    • type
      Function
  • dojox.storage.GearsStorageProvider.removeMultiple

    • parameters:
      • keys
      • namespace
    • type
      Function
  • dojox.storage.GearsStorageProvider.isPermanent

    • type
      Function
  • dojox.storage.GearsStorageProvider.getMaximumSize

    • type
      Function
  • dojox.storage.GearsStorageProvider.hasSettingsUI

    • type
      Function
  • dojox.storage.GearsStorageProvider.showSettingsUI

    • type
      Function
  • dojox.storage.GearsStorageProvider.hideSettingsUI

    • type
      Function
  • dojox.storage.GearsStorageProvider._initStorage

    • type
      Function
  • dojox.storage

    • type
      Object
  • dojox

    • type
      Object