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/HtmlTableStore.js

  • Provides:

    • dojox.data.HtmlTableStore
  • Requires:

    • dojo.data.util.simpleFetch in common
    • dojo.data.util.filter in common
    • dojox.xml.parser in common
  • dojox.data.HtmlTableStore

    • type
      Function
    • chains:
      • dojo.data.util.simpleFetch: (prototype)
    • parameters:
      • args: (typeof Object)
  • dojox.data.HtmlTableStore.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • args: (typeof Object)
  • dojox.data.HtmlTableStore.url

    • tags: public
    • type
      string
    • summary
      The URL from which to load an HTML document for data loading
  • dojox.data.HtmlTableStore.tableId

    • tags: public
    • type
      string
    • summary
      The id of the table to load as store contents.
  • dojox.data.HtmlTableStore._getHeadings

    • summary
      Function to load the attribute names from the table header so that the
      attributes (cells in a row), can have a reasonable name.
    • type
      Function
  • dojox.data.HtmlTableStore._headings

    • type
      Array
  • dojox.data.HtmlTableStore._getAllItems

    • returns
      array
    • summary
      Function to return all rows in the table as an array of items.
    • type
      Function
  • dojox.data.HtmlTableStore._assertIsItem

    • parameters:
      • item: (typeof item)
        The item to test for being contained by the store.
    • summary
      This function tests whether the item passed in is indeed an item in the store.
    • type
      Function
  • dojox.data.HtmlTableStore._assertIsAttribute

    • parameters:
      • attribute: (typeof String)
        The attribute to test for being contained by the store.
    • returns
      int
    • summary
      This function tests whether the item passed in is indeed a valid 'attribute' like type for the store.
    • return_summary
      Returns the index (column) that the attribute resides in the row.
    • type
      Function
  • dojox.data.HtmlTableStore.getValue

    • parameters:
      • item: (typeof item)
      • attribute: (typeof attribute-name-string)
      • defaultValue: (typeof value)
    • returns
      Object||int|Boolean
    • summary
      See dojo.data.api.Read.getValue()
    • type
      Function
  • dojox.data.HtmlTableStore.getValues

    • parameters:
      • item: (typeof item)
      • attribute: (typeof attribute-name-string)
    • returns
      Array
    • summary
      See dojo.data.api.Read.getValues()
    • type
      Function
  • dojox.data.HtmlTableStore.getAttributes

    • parameters:
      • item: (typeof item)
    • returns
      Array
    • summary
      See dojo.data.api.Read.getAttributes()
    • type
      Function
  • dojox.data.HtmlTableStore.hasAttribute

    • parameters:
      • item: (typeof item)
      • attribute: (typeof attribute-name-string)
    • summary
      See dojo.data.api.Read.hasAttribute()
    • type
      Function
  • dojox.data.HtmlTableStore.containsValue

    • parameters:
      • item: (typeof item)
      • attribute: (typeof attribute-name-string)
      • value: (typeof anything)
    • returns
      boolean.
    • summary
      See dojo.data.api.Read.containsValue()
    • type
      Function
  • dojox.data.HtmlTableStore._containsValue

    • parameters:
      • item: (typeof item)
        The data item to examine for attribute values.
      • attribute: (typeof attribute-name-string)
        The attribute to inspect.
      • value: (typeof anything)
        The value to match.
      • regexp: (typeof RegExp)
        Optional regular expression generated off value if value was of string type to handle wildcarding.
        If present and attribute values are string, then it can be used for comparison instead of 'value'
    • returns
      Boolean
    • summary
      Internal function for looking at the values contained by the item.
    • description
      Internal function for looking at the values contained by the item.  This
      function allows for denoting if the comparison should be case sensitive for
      strings or not (for handling filtering cases where string case should not matter)
    • type
      Function
  • dojox.data.HtmlTableStore.isItem

    • parameters:
      • something: (typeof anything)
    • returns
      boolean
    • summary
      See dojo.data.api.Read.isItem()
    • type
      Function
  • dojox.data.HtmlTableStore.isItemLoaded

    • parameters:
      • something: (typeof anything)
    • summary
      See dojo.data.api.Read.isItemLoaded()
    • type
      Function
  • dojox.data.HtmlTableStore.loadItem

    • parameters:
      • keywordArgs: (typeof Object)
    • summary
      See dojo.data.api.Read.loadItem()
    • type
      Function
  • dojox.data.HtmlTableStore._fetchItems

    • parameters:
      • request: (typeof A)
        request object
      • fetchHandler: (typeof A)
        function to call for fetched items
      • errorHandler: (typeof A)
        function to call on error
    • summary
      Fetch items (XML elements) that match to a query
    • description
      If '_fetchUrl' is specified, it is used to load an XML document
      with a query string.
      Otherwise and if 'url' is specified, the XML document is
      loaded and list XML elements that match to a query (set of element
      names and their text attribute values that the items to contain).
      A wildcard, "*" can be used to query values to match all
      occurrences.
      If '_rootItem' is specified, it is used to fetch items.
    • type
      Function
  • dojox.data.HtmlTableStore._rootNode

    • type
      Object
  • dojox.data.HtmlTableStore._finishFetchItems

    • parameters:
      • request
      • fetchHandler
      • errorHandler
    • summary
      Internal function for processing the passed in request and locating the requested items.
    • type
      Function
  • dojox.data.HtmlTableStore.getFeatures

    • summary
      See dojo.data.api.Read.getFeatures()
    • type
      Function
  • dojox.data.HtmlTableStore.close

    • parameters:
      • request: (typeof dojo.data.api.Request)
        || keywordArgs || null
    • summary
      See dojo.data.api.Read.close()
      nothing to do here!
    • type
      Function
  • dojox.data.HtmlTableStore.getLabel

    • parameters:
      • item: (typeof item)
    • summary
      See dojo.data.api.Read.getLabel()
    • type
      Function
  • dojox.data.HtmlTableStore.getLabelAttributes

    • parameters:
      • item: (typeof item)
    • summary
      See dojo.data.api.Read.getLabelAttributes()
    • type
      Function
  • dojox.data.HtmlTableStore.getIdentity

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

    • parameters:
      • item: (typeof item)
    • summary
      See dojo.data.api.Identity.getIdentityAttributes()
      Identity isn't taken from a public attribute.
    • type
      Function
  • dojox.data.HtmlTableStore.fetchItemByIdentity

    • parameters:
      • keywordArgs
    • summary
      See dojo.data.api.Identity.fetchItemByIdentity()
    • type
      Function
  • dojox.data

    • type
      Object
  • dojox

    • type
      Object