primefaces-p

Tag imageCropper

Component Information 
InfoValue
Component Typeorg.primefaces.component.ImageCropper
Handler ClassNone
Renderer Typeorg.primefaces.component.ImageCropperRenderer
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.
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
converterfalsejavax.el.ValueExpression
(must evaluate to java.faces.convert.Converter)
An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id.
immediatefalsejavax.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.
requiredfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.
validatorfalsejavax.el.ValueExpression
(must evaluate to javax.faces.validator.Validator)
A method expression referring to a method validationg the input.
valueChangeListenerfalsejavax.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
requiredMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when required field validation fails.
converterMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when conversion fails.
validatorMessagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display when validation fails.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
imagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Context relative path to the image.
altfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Alternate text of the image.
aspectRatiofalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
Aspect ratio of the cropper area.
minSizefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Minimum size of the cropper area.
maxSizefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Maximum size of the cropper area.
initialCoordsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Initial coordinates of the cropper area.
boxWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum box width of the cropping area.
boxHeightfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum box height of the cropping area.
sizeLimitfalsejavax.el.ValueExpression
(must evaluate to java.lang.Long)
Maximum number of bytes the image may consist of. Default is 10MB.
responsivefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Re-render the cropper when resizing the window. Default is true.
guidesfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Show the dashed lines in the crop box. Default is true.
viewModefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Define the view mode of the cropper. If you set 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. A 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.

Output generated by Vdldoc View Declaration Language Documentation Generator.