primefaces

Tag imageCropper

Component Information 
InfoValue
Component Typeorg.primefaces.component.ImageCropper
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
altfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Alternate text of the image.
aspectRatiofalsejakarta.el.ValueExpression
(must evaluate to java.lang.Double)
Aspect ratio of the cropper area.Default is 0.0.
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.
boxHeightfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum box height of the cropping area.Default is 0.
boxWidthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum box width of the cropping area.Default is 0.
cachefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls browser caching mode of the resource.Default is true.
converterfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
EL expression resolves to a converter instance or literal converter ID defining a component converter.
converterMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
guidesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Show the dashed lines in the crop box.Default is true.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
imagetruejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Binary data to stream or context relative path.
immediatefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
When set true, process validations logic is executed at apply request values phase for this component.Default is false.
initialCoordsfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Initial coordinates of the cropper area (x, y, width,height).
maxSizefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Maximum size of the cropper area (width,height).
minSizefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Minimum size of the cropper area (width,height).
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.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.Default is false.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
responsivefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Re-render the cropper when resizing the window.Default is true.
sizeLimitfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Long)
Maximum number of bytes the image.Default is 10485760L.
validatorfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
A method expression referring to a method validating the input.
validatorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
valueChangeListenerfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
viewModefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Define the view mode of the cropper. ViewMode to 0, the crop box can extend outside the canvas, while a value of 1, 2 or 3 will restrict the crop box to the size of the canvas. ViewMode of 2 or 3 will additionally restrict the canvas to the container. Note that if the proportions of the canvas and the container are the same, there is no difference between 2 and 3.Default is 1.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
zoomOnTouchfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enable to zoom the image by dragging touch.Default is true.
zoomOnWheelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enable to zoom the image by wheeling mouse.Default is true.

Output generated by Vdldoc View Declaration Language Documentation Generator.