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
Button
Interface Button
Hierarchy
Widget
ButtonOptions
Button
Callable
Button
(
methodName
:
string
)
:
JQuery
<
HTMLElement
>
Button
(
options
:
WidgetOptions
)
:
JQuery
<
HTMLElement
>
Button
(
options
:
AccordionOptions
)
:
JQuery
<
HTMLElement
>
Button
(
optionLiteral
:
string
, optionName
:
string
)
:
any
Button
(
optionLiteral
:
string
, options
:
WidgetOptions
)
:
any
Button
(
optionLiteral
:
string
, optionName
:
string
, optionValue
:
any
)
:
JQuery
<
HTMLElement
>
Button<T>
(
name
:
string
, prototype
:
T
&
ThisType
<
T
&
WidgetCommonProperties
>
)
:
JQuery
<
HTMLElement
>
Button<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
click
disabled
icons
label
text
Properties
Optional
click
click
:
undefined
|
(
(
event
?:
Event
)
=>
void
)
Optional
disabled
disabled
:
undefined
|
boolean
Optional
icons
icons
:
any
Optional
label
label
:
undefined
|
string
Optional
text
text
:
undefined
|
string
|
boolean
Modules
node_
modules/@types/jqueryui
JQuery
JQueryUI
Button
click
disabled
icons
label
text
Generated using
TypeDoc