Info | Value |
---|---|
Component Type | org.primefaces.extensions.component.Clipboard |
Handler Class | None |
Renderer Type | org.primefaces.extensions.component.ClipboardRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
action | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Action whether to 'copy' or 'cut'. Default is 'copy'. |
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
onerror | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute when text fails to copy/cut to clipboard. |
onsuccess | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Javascript handler to execute if text is successfully copied/cut. |
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. |
target | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| The target component to copy/cut the text from. |
text | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| If you don't use target you can set text to the value you want copied/cut. Default is 'PrimeFaces Rocks!' if you forget to set it. |
trigger | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| The trigger to execute the action. Typically, a button. |
widgetVar | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side widget. |
Output generated by Vdldoc View Declaration Language Documentation Generator.