LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUIDataService

Represents a service that includes a set of data related functions for different operations like: add/remove, search, etc.

Methods


  • clear
  • Removes all objects present in the data set
  • clone
  • Returns a deep copy of specified object
  • init
  • Initialize the service with custom data set
  • insert
  • Inserts an object into the data set
  • insertAt
  • Inserts an object at specified position into the data set
  • insertByRef
  • Inserts an object into the data set at position based on specified object
  • removeAt
  • Removes the specified object from the data set
  • findObjectById
  • Returns an object that matches the specified id value
  • findObjectByText
  • Returns an object that matches the specified string value
  • getList
  • Returns a list in whole or a list of child objects for specified parent object
  • getParent
  • Returns an object that is parent of specified object
  • getUniqueId
  • Returns a unique identifier as string
  • updateDataFields
  • Update the names of object fields in the data set