primefaces-p

Tag inplace

Component Information 
InfoValue
Component Typeorg.primefaces.component.Inplace
Handler ClassNone
Renderer Typeorg.primefaces.component.InplaceRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
renderedfalsejavax.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.
bindingfalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An el expression referring to a server side UIComponent instance in a backing bean.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Label to be shown in display mode.
emptyLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Label to be shown in display mode when value isempty.
effectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Effect to be used when toggling. Default fade.
effectSpeedfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Speed of the effect. Default normal.
disabledfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Prevents hidden content to be shown.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the main container element.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container element.
editorfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Displays "Save" and "Cancel" buttons when content is displayed. Default is "false".
saveLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Tooltip text of save button in editor mode. Default is "Save"
cancelLabelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Tooltip text of cancel button in editor mode. Default is "Cancel"
eventfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side event to display inline content. Default is click.
toggleablefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
No Description

Output generated by Vdldoc View Declaration Language Documentation Generator.