Info | Value |
---|---|
Component Type | org.primefaces.component.Inplace |
Handler Class | None |
Renderer Type | org.primefaces.component.InplaceRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
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. |
cancelLabel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Tooltip text of cancel button in editor mode. Default is "Cancel" |
disabled | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Prevents hidden content to be shown. |
editor | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Displays "Save" and "Cancel" buttons when content is displayed. Default is "false". |
effect | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Effect to be used when toggling. Default fade. |
effectSpeed | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Speed of the effect. Default normal. |
emptyLabel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Label to be shown in display mode when value is empty. |
event | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Name of the client side event to display inline content. Default is click. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
label | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Label to be shown in display mode. |
mode | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Defines the default mode to display (input or ouput). Default: output. |
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. |
saveLabel | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Tooltip text of save button in editor mode. Default is "Save" |
style | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Inline style of the main container element. |
styleClass | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Style class of the main container element. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Position of the output in the tabbing order. Default: "0". |
toggleable | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Defines if inplace is toggleable or not. |
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.