Search
Preparing search index...
The search index is not available
PrimeFaces JavaScript API Docs
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
PrimeFaces JavaScript API Docs
node_modules/@types/jqueryui
JQueryUI
SelectMenu
Interface SelectMenu
Hierarchy
Widget
SelectMenuOptions
SelectMenu
Callable
Select
Menu
(
methodName
:
string
)
:
JQuery
<
HTMLElement
>
Select
Menu
(
options
:
WidgetOptions
)
:
JQuery
<
HTMLElement
>
Select
Menu
(
options
:
AccordionOptions
)
:
JQuery
<
HTMLElement
>
Select
Menu
(
optionLiteral
:
string
, optionName
:
string
)
:
any
Select
Menu
(
optionLiteral
:
string
, options
:
WidgetOptions
)
:
any
Select
Menu
(
optionLiteral
:
string
, optionName
:
string
, optionValue
:
any
)
:
JQuery
<
HTMLElement
>
Select
Menu<T>
(
name
:
string
, prototype
:
T
&
ThisType
<
T
&
WidgetCommonProperties
>
)
:
JQuery
<
HTMLElement
>
Select
Menu<T>
(
name
:
string
, base
:
Function
, prototype
:
T
&
ThisType
<
T
&
WidgetCommonProperties
>
)
:
JQuery
<
HTMLElement
>
Parameters
methodName:
string
Returns
JQuery
<
HTMLElement
>
Parameters
options:
WidgetOptions
Returns
JQuery
<
HTMLElement
>
Parameters
options:
AccordionOptions
Returns
JQuery
<
HTMLElement
>
Parameters
optionLiteral:
string
optionName:
string
Returns
any
Parameters
optionLiteral:
string
options:
WidgetOptions
Returns
any
Parameters
optionLiteral:
string
optionName:
string
optionValue:
any
Returns
JQuery
<
HTMLElement
>
Type parameters
T
Parameters
name:
string
prototype:
T
&
ThisType
<
T
&
WidgetCommonProperties
>
Returns
JQuery
<
HTMLElement
>
Type parameters
T
Parameters
name:
string
base:
Function
prototype:
T
&
ThisType
<
T
&
WidgetCommonProperties
>
Returns
JQuery
<
HTMLElement
>
Index
Properties
append
To
change
classes
close
create
disabled
focus
icons
open
position
select
width
Properties
Optional
append
To
append
To
:
undefined
|
string
Optional
change
change
:
undefined
|
SelectMenuEvent
Optional
classes
classes
:
undefined
|
SelectMenuClasses
Optional
close
close
:
undefined
|
SelectMenuEvent
Optional
create
create
:
undefined
|
SelectMenuEvent
Optional
disabled
disabled
:
undefined
|
boolean
Optional
focus
focus
:
undefined
|
SelectMenuEvent
Optional
icons
icons
:
any
Optional
open
open
:
undefined
|
SelectMenuEvent
Optional
position
position
:
undefined
|
JQueryPositionOptions
Optional
select
select
:
undefined
|
SelectMenuEvent
Optional
width
width
:
undefined
|
number
Modules
node_
modules/@types/jqueryui
JQuery
JQueryUI
Select
Menu
append
To
change
classes
close
create
disabled
focus
icons
open
position
select
width
Generated using
TypeDoc