primefaces-extensions

Tag clipboard

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.Clipboard
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
actionfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Clipboard action: 'copy' or 'cut'.Default is copy.
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
onerrorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback when the copy/cut action fails.
onsuccessfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Client-side callback when the copy/cut action succeeds.
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.Default is true.
targetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Search expression for the element whose content is copied/cut.
textfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Text to copy when no target is specified.Default is PrimeFaces Rocks!.
triggertruejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Search expression for the element that triggers the clipboard action.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.