Search
Preparing search index...
The search index is not available
LineUpJS
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"ui/panel/SearchBox"
SearchBox
Class SearchBox<T>
Type parameters
T
:
IItem
Hierarchy
AEventDispatcher
SearchBox
Implements
IEventHandler
Index
Constructors
constructor
Events
select
Properties
node
EVENT_
SELECT
Accessors
data
Methods
focus
on
Constructors
constructor
new
Search
Box
(
options
?:
Partial
<
ISearchBoxOptions
<
T
>
>
)
:
SearchBox
Parameters
Default value
options:
Partial
<
ISearchBoxOptions
<
T
>
>
= {}
Returns
SearchBox
Events
select
select
(
item
:
any
)
:
void
Parameters
item:
any
Returns
void
Properties
node
node
:
HTMLElement
Static
EVENT_
SELECT
EVENT_
SELECT
:
"select"
= "select"
Accessors
data
data
:
Methods
focus
focus
(
)
:
void
Returns
void
on
on
(
type
:
"select"
, listener
:
select
|
null
)
:
this
on
(
type
:
string
|
string
[]
, listener
:
IEventListener
|
null
)
:
this
Parameters
type:
"select"
listener:
select
|
null
Returns
this
Parameters
type:
string
|
string
[]
listener:
IEventListener
|
null
Returns
this
Globals
"ui/panel/
Search
Box"
Search
Box
constructor
select
node
EVENT_
SELECT
data
focus
on
IGroup
Search
Item
IItem
ISearch
Box
Options