LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUIListView Methods

A list of methods in IntegralUI ListView component.

Methods


  • addItem
  • Adds a new item
  • clearItems
  • Removes all items
  • clearSelection
  • Removes the selection status for all items
  • cloneItem
  • Creates a deep copy of specified item
  • filter
  • Filters the list based on specified parameters
  • findItemById
  • Searches for an item using specified id
  • findItemByText
  • Searches for an item using specified text
  • getList
  • Returns a list of all items
  • insertItemAfter
  • Inserts a new item after specified item
  • insertItemAt
  • Inserts a new item at specified position
  • insertItemBefore
  • Inserts a new item before specified item
  • moveFocusFromItem
  • Moves the input focus from specified item to another item depending on direction
  • refresh
  • Applies the control styles and updates the appearance of the ListView
  • removeItem
  • Removes the specified item
  • removeItemAt
  • Removes an item at specified position
  • resumeLayout
  • Resumes the component layout and updates it
  • scrollTo
  • Scrolls the list so that specified item is visible in current view
  • selectItems
  • Changes the status of provided items as selected
  • scrollPos
  • Gets or Sets the position of the scrollbar
  • sort
  • Reorders all items in tree structure either in ascending or descending order
  • suspendLayout
  • Suspends the component layout from any update operations
  • updateLayout
  • Updates the ListView layout