| Info | Value |
|---|---|
| Component Type | org.primefaces.component.Knob |
| Handler Class | None |
| Renderer Type | org.primefaces.component.KnobRenderer |
| Description | None |
| Name | Required | Type | Description |
|---|---|---|---|
backgroundColor | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Background color of the component, you can use an hex value, a css constant or a java.awt.Color object |
binding | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
| An el expression referring to a server side UIComponent instance in a backing bean. |
colorTheme | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Theme of the knob. |
converter | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
| An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id. |
converterMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Message to display when conversion fails. |
cursor | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Set true to show only a cursor instead of the full bar, default is false. |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Disables the input element, default is false. |
foregroundColor | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Foreground color of the component, you can use an hex value, a css constant or a java.awt.Color object |
height | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Height of the component |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Unique identifier of the component in a namingContainer. |
immediate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| When set true, process validations logic is executed at apply request values phase for this component. Default is false. |
labelTemplate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Template of the progress value e.g. "{value}%" |
lineCap | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Gauge stroke endings. Valid values are "butt" (default) and "round". |
max | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Max valid value of the component. |
min | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| min valid value of the component. |
onchange | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| No Description |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Boolean value to specify the rendering of the component, when set to false component will not be rendered. |
required | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Marks component as required. |
requiredMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Message to display when required field validation fails. |
showLabel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
| Set false to hide the label, default is true. |
step | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
| Increment/decrement step of the component. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Style class of the component. |
thickness | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Float)
| Thickness of the bar. |
validator | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
| A method expression referring to a method validating the input. |
validatorMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Message to display when validation fails. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Value of the component. |
valueChangeListener | false | jakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ValueChangeListener)
| A method binding expression referring to a method for handling a valuchangeevent. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name of the client side widget. |
width | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object)
| Width of the component |
Output generated by Vdldoc View Declaration Language Documentation Generator.