pe

Tag lightSwitch

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.LightSwitch
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.LightSwitchRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
automaticfalsejakarta.el.ValueExpression
(must evaluate to boolean)
Flag indicating to switch to the theme based on the OS setting automatically. Default true.
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
darkfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Dark theme. Default 'arya'.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
lightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Light theme. Default 'saga'.
renderedfalsejakarta.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.
selectedtruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Selected theme. Should point to a value in a session scoped bean which you should also use as the context param 'primefaces.THEME'.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.