primefaces-p

Tag resizable

Component Information 
InfoValue
Component Typeorg.primefaces.component.Resizable
Handler ClassNone
Renderer Typeorg.primefaces.component.ResizableRenderer
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.
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Identifier of the target component to make resizable.
aspectRatiofalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Defines if aspectRatio should be kept or not. Default is false.
proxyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Displays proxy element instead of actual element.
handlesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the resize handles.
ghostfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
In ghost mode, resize helper is displayed as the original element with less opacity. Default is false.
animatefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enables animation. Default is false.
effectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Effect to use in animation. Default is swing.
effectDurationfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Effect duration of animation. Default is normal.
maxWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum width boundary in pixels. Default is max integer value.
maxHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum height boundary in pixels. Default is max integer value.
minWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum width boundary in pixels. Default is min integer value.
minHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum height boundary in pixels. Default is min integer value.
containmentfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Sets resizable boundaries as the parents size. Default is false.
gridfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Snaps resizing to grid structure. Default is 1.
onStartfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when resizing begins.
onResizefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute during resizing.
onStopfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute after resizing end.

Output generated by Vdldoc View Declaration Language Documentation Generator.