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
Progressbar
Interface Progressbar
Hierarchy
Widget
ProgressbarOptions
Progressbar
Callable
Progressbar
(
methodName
:
string
)
:
JQuery
<
HTMLElement
>
Progressbar
(
options
:
WidgetOptions
)
:
JQuery
<
HTMLElement
>
Progressbar
(
options
:
AccordionOptions
)
:
JQuery
<
HTMLElement
>
Progressbar
(
optionLiteral
:
string
, optionName
:
string
)
:
any
Progressbar
(
optionLiteral
:
string
, options
:
WidgetOptions
)
:
any
Progressbar
(
optionLiteral
:
string
, optionName
:
string
, optionValue
:
any
)
:
JQuery
<
HTMLElement
>
Progressbar<T>
(
name
:
string
, prototype
:
T
&
ThisType
<
T
&
WidgetCommonProperties
>
)
:
JQuery
<
HTMLElement
>
Progressbar<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
change
complete
create
disabled
max
value
Properties
Optional
change
change
:
undefined
|
ProgressbarEvent
Optional
complete
complete
:
undefined
|
ProgressbarEvent
Optional
create
create
:
undefined
|
ProgressbarEvent
Optional
disabled
disabled
:
undefined
|
boolean
Optional
max
max
:
undefined
|
number
Optional
value
value
:
undefined
|
number
|
boolean
Modules
node_
modules/@types/jqueryui
JQuery
JQueryUI
Progressbar
change
complete
create
disabled
max
value
Generated using
TypeDoc