primefaces-p

Tag calendar

Component Information 
InfoValue
Component Typeorg.primefaces.component.Calendar
Handler ClassNone
Renderer Typeorg.primefaces.component.CalendarRenderer
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.
accesskeyfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Access key to transfer focus to the input element.
altfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Alternate textual description of the input element.
autocompletefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Controls browser autocomplete behavior.
dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Direction indication for text that does not inherit directionality.
disabledfalsejavax.el.ValueExpression
(must evaluate to boolean)
Disables the input element, default is false.
labelfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name.
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name.
maxlengthfalsejavax.el.ValueExpression
(must evaluate to int)
Maximum number of characters that may be entered in this field.
onblurfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element loses focus.
onchangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element loses focus and its value has been modified since gaining focus.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element is clicked.
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element is double clicked.
onfocusfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when input element receives focus.
onkeydownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed down over input element.
onkeypressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is pressed and released over input element.
onkeyupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a key is released over input element.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is pressed down over input element.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is moved within input element.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is moved away from input element.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is moved onto input element.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when a pointer input element is released over input element.
onselectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side callback to execute when text within input element is selected by user.
readonlyfalsejavax.el.ValueExpression
(must evaluate to boolean)
Flag indicating that this input element will prevent changes by the user.
sizefalsejavax.el.ValueExpression
(must evaluate to int)
Number of characters used to determine the width of the input element.
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the component.
tabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the element in the tabbing order.
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Advisory tooltip information.
placeholderfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The placeholder attribute specifies a short hint that describes the expected value of an input field.
widgetVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.
mindatefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Sets calendar's minimum visible date.
maxdatefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Sets calendar's maximum visible date.
pagesfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Enables multiple page rendering.
modefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines how the calendar will be displayed. Default is popup
patternfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
DateFormat pattern for localization.
localefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Locale to be used for labels and conversion.
timeZonefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
String or a java.util.TimeZone instance to specify the timezone used for date conversion, defaults to TimeZone.getDefault()
readonlyInputfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Makes input text of a popup calendar readonly. Default is false.
showButtonPanelfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Visibility of button panel containing today and done buttons. Default is false.
effectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Effect to use when displaying and showing the popup calendar.
effectDurationfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Duration of the effect. Default is normal.
showOnfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side event that displays the popup calendar.
showWeekfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Displays the week number next to each week. Default is false.
disabledWeekendsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Disables weekend columns. Default is false.
showOtherMonthsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Displays days belonging to other months. Default is false.
selectOtherMonthsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Enables selection of days belonging to other months. Default is false.
yearRangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Year range for the navigator, default is "c-10:c+10"
timeOnlyfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Shows only time picker without date.
stepHourfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Hour steps, default is 1.
stepMinutefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Minute steps, default is 1.
stepSecondfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Second steps, default is 1.
minHourfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum boundary for hour selection. Default is 0.
maxHourfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum boundary for hour selection. Default is 23.
minMinutefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum boundary for minute selection. Default is 0.
maxMinutefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum boundary for minute selection. Default is 59.
minSecondfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Minimum boundary for second selection. Default is 0.
maxSecondfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Maximum boundary for second selection. Default is 59.
pagedatefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Sets the initial date when value is not populated.
beforeShowDayfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Callback to execute before displaying a date, used to customize date display.
maskfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines if a mask should be applied to the input field. Default value is "false" and valid values to enable are "true" that uses the pattern as the mask or a custom template. Refer to inputMask component for more information about custom templates.
timeControlTypefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Defines the type of element to use for time picker, valid values are "slider" , "select" and "custom"(with "timeControlObject" attribute).
beforeShowfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Callback to execute before displaying calendar, element and calendar instance are passed as parameters.
maskSlotCharfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
PlaceHolder in mask template.
maskAutoClearfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Clears the field on blur when incomplete input is entered.
timeControlObjectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side object to use in custom timeControlType.
timeInputfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Allows direct input in time field. Default is false.
showHourfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Whether to show the hour control, valid values are "true" and "false".
showMinutefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Whether to show the minute control, valid values are "true" and "false".
showSecondfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Whether to show the second control, valid values are "true" and "false".
showMillisecfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Whether to show the millisecond control, valid values are "true" and "false".
showTodayButtonfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Whether to show the "Current Date" button if showButtonPanel is rendered. Default is "true".
buttonTabindexfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Position of the button in the tabbing order.
inputStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Inline style of the input element. Used when mode is popup.
inputStyleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the input element. Used when mode is popup.
typefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Input field type. Default is text.
focusOnSelectfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
If enabled, the input is focused again after selecting a date. Default is false.
oneLinefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
Try to show the time dropdowns all on one line. This should be used with controlType 'select'.

Output generated by Vdldoc View Declaration Language Documentation Generator.