Fires when this component is added to a parent but before rendering
the index in the parents' items
Fires before a node expands
You can cancel the expand by returning false.
Could be useful to populate the tree.
The main tree
The tree component that will load the children of the expanding ndoe
The record of the expanding node
The index of the record in the store
Fires before hide. You can cancel the hide by returning false.
Component.hide()
Fires before the element is removed. You can cancel the remove by returning false
Component.remove()
Fires just before rendering
Component.render()
Fires before show. You can cancel the show by returning false
Component.show()
Fires when a node collapses
The main tree
The tree component that will load the children of the collapsing ndoe
The record of the collapsing node
The index of the record in the store
Fires when a node collapses
The main tree
The tree component that will load the children of the collapsing ndoe
The record of the collapsing node
The index of the record in the store
Fires when the delete key is pressed
Fires when something was dropped
The draag event
The row element that is dropped on
Store index
The arbitrary drag data that is set
Fires when a node expands
The main tree
The tree component that will load the children of the expanding ndoe
The record of the expanding node
The index of the record in the store
Fires on focus
Optional
o: FocusOptionsFires after hiding the component
Component.show()
Fires when a row is clicked or navigated with arrows
Fires after the component has been removed
Component.remove()
Fires when the component renders and is added to the DOM
Component.render()
Fires when records are rendered into rows.
Fires when a row is clicked
Fires when a row is right clicked
Fires when a row is double clicked
Fires when a row is mousedowned
Fires when the user scrolled to the bottom
Fires after showing the component
Component.show()
Fires when the user sorts the list
Generated using TypeDoc
Component events
See
ComponentEventMap