LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUI.TreeGrid Methods

A list of methods in IntegralUI TreeGrid component.

Methods


  • addColumn
  • Adds a new column
  • addRow
  • Adds a new row
  • beginLoad
  • Enables change of the expand box image with an animated gif
  • clearColumns
  • Removes all columns
  • clearRows
  • Removes all rows
  • clearSelection
  • Removes the selection status for all rows
  • cloneRow
  • Creates a deep copy of the specified row object
  • collapse
  • Collapses the specified row
  • endLoad
  • Disables changes of the expand box image and returns its default appearance
  • expand
  • Expands the specified row
  • filter
  • Filters the list based on specified parameters
  • findRowById
  • Searches for an row using specified id
  • findRowByText
  • Searches for an row using specified text
  • getFullList
  • Returns an array representing the whole tree structure as a flat list
  • getList
  • Gets the list of child rows for specified tree row
  • getRowParent
  • Gets the parent row of the specified row
  • insertColumnAfter
  • Inserts a new column after specified column
  • insertColumnAt
  • Inserts a new column at specified position
  • insertColumnBefore
  • Inserts a new column before specified column
  • insertRowAfter
  • Inserts a new row after specified row
  • insertRowAt
  • Inserts a new row at specified position
  • insertRowBefore
  • Inserts a new row before specified row
  • isHorScrollVisible
  • Checks whether the horizontal scrollbar is visible
  • isVerScrollVisible
  • Checks whether the vertical scrollbar is visible
  • loadData
  • Populates the TreeGrid content using local or remote data source
  • moveFocusFromCell
  • Moves the input focus from specified cell to another cell depending on direction
  • refresh
  • Refreshes the appearance and layout of a specified column, row or cell
  • removeColumn
  • Removes the specified column
  • removeColumnAt
  • Removes a column at specified position
  • removeRow
  • Removes the specified row
  • removeRowAt
  • Removes an row at specified position
  • resumeLayout
  • Resumes the component layout and updates it
  • scrollPos
  • Gets or sets the position of the TreeGrid scroll bar
  • scrollTo
  • Scrolls the list so that specified row is visible in current view
  • selectRows
  • Sets a collection of tree rows as selected
  • sort
  • Reorders all rows in treegrid structure either in ascending or descending order by specified column
  • suspendLayout
  • Suspends the component layout from any update operations
  • toggle
  • Toggles the specified row to either the expanded or collapsed state
  • updateLayout
  • Updates the TreeGrid layout
  • updateView
  • Updates only the current view of the TreeGrid