Tree
Extends:
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
createTree: * |
|
| public |
elems: *[] |
|
| public |
state: {"expandedKeys": *, "autoExpandParent": boolean, "searchValue": *, "checkedKeys": *, "selectedKeys": *, "searchKeys": *} |
|
| public |
treeRef: * |
|
Method Summary
| Public Methods | ||
| public |
componentDidUpdate(prevProps: *) |
|
| public |
|
|
| public |
onCheck(keys: *) |
|
| public |
onCustomActions(_: *, key: *) |
|
| public |
|
|
| public |
onExpand(expandedKeys: *) |
|
| public |
onFilter(value: *) |
|
| public |
|
|
| public |
|
|
| public |
|
|
| public |
render(): * |
|
| public |
renderSwitcherIcon(): * |
|
| public |
|
|
Public Constructors
public constructor() source
Public Members
public createTree: * source
public elems: *[] source
public state: {"expandedKeys": *, "autoExpandParent": boolean, "searchValue": *, "checkedKeys": *, "selectedKeys": *, "searchKeys": *} source
public treeRef: * source
Public Methods
public componentDidUpdate(prevProps: *) source
Params:
| Name | Type | Attribute | Description |
| prevProps | * |
public createSelectedKeys() source
public onCheck(keys: *) source
Params:
| Name | Type | Attribute | Description |
| keys | * |
public onCustomActions(_: *, key: *) source
Params:
| Name | Type | Attribute | Description |
| _ | * | ||
| key | * |
public onDoubleClickHandler() source
public onExpand(expandedKeys: *) source
Params:
| Name | Type | Attribute | Description |
| expandedKeys | * |
public onFilter(value: *) source
Params:
| Name | Type | Attribute | Description |
| value | * |
public onHideAllTreeItem() source
public onSelect(keys: *, objectPattern1: {"nativeEvent": *}): boolean source
Params:
| Name | Type | Attribute | Description |
| keys | * | ||
| objectPattern1 | {"nativeEvent": *} |
|