Preparing search index...
@universe-dg/sdk
Universe
Platform
Tree
DropDownTreeStore
Class DropDownTreeStore<T>
Public
Type Parameters
T
Index
Constructors
constructor
Properties
add
Root
Child
drop
Down
Tree
Nodes
get
Filter
Text
is
Node
Filtered
key
Pressed
path
Separator
reset
Navigation
set
Filter
Text
set
Key
set
Key
Pressed
set
Root
Children
Accessors
key
Methods
collapse
Node
decrease
Index
expand
Node
increase
Index
is
Ancestor
reset
Index
set
Child
Index
Constructors
constructor
new
DropDownTreeStore
<
T
>
()
:
DropDownTreeStore
<
T
>
Type Parameters
T
Returns
DropDownTreeStore
<
T
>
Properties
add
Root
Child
addRootChild
:
(
child
:
DropDownTreeNode
<
T
>
)
=>
void
drop
Down
Tree
Nodes
dropDownTreeNodes
:
DropDownTreeNode
<
T
>
[]
get
Filter
Text
getFilterText
:
()
=>
string
is
Node
Filtered
isNodeFiltered
:
(
node
:
DropDownTreeNode
<
T
>
,
text
:
string
,
defaultFiltering
:
boolean
,
)
=>
boolean
key
Pressed
keyPressed
:
boolean
Readonly
path
Separator
pathSeparator
:
string
reset
Navigation
resetNavigation
:
()
=>
void
set
Filter
Text
setFilterText
:
(
text
:
string
)
=>
void
set
Key
setKey
:
(
path
:
string
[]
,
shouldExpand
:
boolean
)
=>
void
set
Key
Pressed
setKeyPressed
:
(
keyPressed
:
boolean
)
=>
void
set
Root
Children
setRootChildren
:
(
children
:
DropDownTreeNode
<
T
>
[]
)
=>
void
Accessors
key
get
key
()
:
undefined
|
string
Returns
undefined
|
string
Methods
collapse
Node
collapseNode
()
:
void
Returns
void
decrease
Index
decreaseIndex
()
:
void
Returns
void
expand
Node
expandNode
()
:
void
Returns
void
increase
Index
increaseIndex
()
:
void
Returns
void
is
Ancestor
isAncestor
(
key
:
string
)
:
boolean
Parameters
key
:
string
Returns
boolean
reset
Index
resetIndex
()
:
void
Returns
void
set
Child
Index
setChildIndex
(
index
:
number
)
:
void
Parameters
index
:
number
Returns
void
On This Page
Constructors
constructor
Properties
add
Root
Child
drop
Down
Tree
Nodes
get
Filter
Text
is
Node
Filtered
key
Pressed
path
Separator
reset
Navigation
set
Filter
Text
set
Key
set
Key
Pressed
set
Root
Children
Accessors
key
Methods
collapse
Node
decrease
Index
expand
Node
increase
Index
is
Ancestor
reset
Index
set
Child
Index
Юниверс DG SDK UI
Loading...
Public