Version: 2022.3
LanguageEnglish
  • C#

ITableView

interface in UnityEditor.Search

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Table view interface.

Properties

contextReturns the search context driving the table view.
readOnlyInvoked to check if the table view is read-only.

Public Methods

AddColumnInvoked when the table view need to add a new column at a specific location.
AddColumnHeaderContextMenuItemsInvoked when the user opens a contextual menu on a column.
AddColumnsInvoked when a set of columns are inserted.
GetColumnsInvoked when the table needs to get the list of columns to be displayed.
GetElementsInvoked when the property table needs all view elements not necessarily sorted.
GetRowsInvoked when the property table needs all search items sorted.
GetSearchTableInvoked to get the table configuration.
OnItemExecutedInvoked when the user double click on a search item row.
OpenContextualMenuInvoked when the user opens a contextual menu on the selected search item row.
RemoveColumnInvoked when a column gets removed.
SetDirtyInvoked when the table view gets dirty.
SetSelectionInvoked when the table view selection has changed.
SetupColumnsInvoked when columns are being intialized.
SwapColumnsInvoked when two columns are being swapped.
UpdateColumnSettingsInvoked when a column is being edited.