Preparing search index...
The search index is not available
mdv
mdv
utilities/MultiSelect
MultiSelectDropdown
Class MultiSelectDropdown
Index
Constructors
constructor
Properties
config
div
doc
Listener
list
list
Wrap
options
search
Methods
_add
Doc
Listener
_bulk
Change
_callback
_handle
Click
_handle
List
Click
_handle
Search
_remove
List
add
Option
change
Document
create
Drop
Down
get
Selected
Values
refresh
remove
remove
Option
set
Selected
un
Select
All
Constructors
constructor
new
MultiSelectDropdown
(
div
:
any
,
options
:
any
,
config
:
any
,
)
:
MultiSelectDropdown
Parameters
div
:
any
options
:
any
config
:
any
Returns
MultiSelectDropdown
Properties
config
config
:
any
div
div
:
any
doc
Listener
docListener
:
undefined
|
(
e
:
any
)
=>
void
list
list
:
undefined
|
HTMLDivElement
list
Wrap
listWrap
:
undefined
|
null
|
HTMLDivElement
options
options
:
Map
<
any
,
any
>
search
search
:
undefined
|
HTMLInputElement
Methods
_add
Doc
Listener
_addDocListener
()
:
void
Returns
void
_bulk
Change
_bulkChange
(
type
:
any
)
:
void
Parameters
type
:
any
Returns
void
_callback
_callback
()
:
void
Returns
void
_handle
Click
_handleClick
(
e
:
any
)
:
void
Parameters
e
:
any
Returns
void
_handle
List
Click
_handleListClick
(
e
:
any
)
:
void
Parameters
e
:
any
Returns
void
_handle
Search
_handleSearch
()
:
void
Returns
void
_remove
List
_removeList
()
:
void
Returns
void
add
Option
addOption
(
__namedParameters
:
{
selected
:
any
;
text
:
any
;
value
:
any
}
)
:
void
Parameters
__namedParameters
:
{
selected
:
any
;
text
:
any
;
value
:
any
}
Returns
void
change
Document
changeDocument
(
newDoc
:
any
)
:
void
Parameters
newDoc
:
any
Returns
void
create
Drop
Down
createDropDown
()
:
void
Returns
void
get
Selected
Values
getSelectedValues
()
:
any
[]
Returns
any
[]
refresh
refresh
()
:
void
Returns
void
remove
remove
()
:
void
Returns
void
remove
Option
removeOption
(
value
:
any
)
:
boolean
Parameters
value
:
any
Returns
boolean
set
Selected
setSelected
(
selected
:
any
)
:
void
Parameters
selected
:
any
Returns
void
un
Select
All
unSelectAll
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
config
div
doc
Listener
list
list
Wrap
options
search
Methods
_add
Doc
Listener
_bulk
Change
_callback
_handle
Click
_handle
List
Click
_handle
Search
_remove
List
add
Option
change
Document
create
Drop
Down
get
Selected
Values
refresh
remove
remove
Option
set
Selected
un
Select
All
mdv
Loading...