Attributes |
Name | Required | Request-time | Type | Description |
oncurrentdateselect | false | false | java.lang.String | onCurrentDateSelect event handler |
width | false | false | java.lang.String | Defines a width of the calendar |
buttonLabel | false | false | java.lang.String | Defines label for the popup button element. If the attribute is set "buttonIcon" and "buttonIconDisabled" are ignored |
ondatemouseout | false | false | java.lang.String | onDateMouseOut event handler |
monthLabelsShort | false | false | java.lang.String | Attribute that allows to customize short names of the months. Should accept list with the month names |
oninputselect | false | false | java.lang.String | input onSelect event handler |
ondateselect | false | false | java.lang.String | onDateSelect event handler |
buttonClass | false | false | java.lang.String | Style Class attribute for the popup button |
focus | false | false | java.lang.String | id of element to set focus after request completed on client side |
id | false | false | java.lang.String | Every component may have a unique id that is automatically created if omitted |
onexpand | false | false | java.lang.String | onExpand event handler |
locale | false | false | java.lang.String | Used for locale definition |
bypassUpdates | false | false | java.lang.String | If "true", after process validations phase it skips updates of model beans on a force render response. It can be used for validating components input |
inputStyle | false | false | java.lang.String | Style attribute for text field |
requiredMessage | false | false | java.lang.String | A ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used |
limitToList | false | false | java.lang.String | If "true", updates on client side ONLY elements from this 'reRender' property. If "false" (default) updates all rendered by ajax region components |
style | false | false | java.lang.String | CSS style(s) is/are to be applied when this component is rendered |
buttonIconDisabled | false | false | java.lang.String | Defines disabled icon for the popup button element. The attribute is ignored if the "buttonLabel" is set |
oncollapse | false | false | java.lang.String | onCollapse event handler |
oninputfocus | false | false | java.lang.String | input onFocus event handler |
datePattern | false | false | java.lang.String | Defines date pattern |
oninputkeydown | false | false | java.lang.String | input onKeyDown event handler |
timeout | false | false | java.lang.String | Response waiting time on a particular request. If a response is not received during this time, the request is aborted |
oninputkeypress | false | false | java.lang.String | input onKeyPress event handler |
converter | false | false | java.lang.String | Id of Converter to be used or reference to a Converter |
toolTipMode | false | false | java.lang.String | Used to specify mode to load tooltips. Valid values are "none", "single" and "batch" |
disabled | false | false | java.lang.String | If "true", rendered is disabled. In "popup" mode both controls are disabled |
preloadDateRangeEnd | false | false | java.lang.String | Defines the last range of date which will be loaded to client from dataModel under rendering |
weekDayLabelsShort | false | false | java.lang.String | Attribute that allows to customize short names of the weeks. Should accept list with the weeks names. |
zindex | false | false | java.lang.String | Attribute is similar to the standard HTML attribute and can specify window placement relative to the content |
validator | false | false | java.lang.String | MethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component |
oninputclick | false | false | java.lang.String | input onClick event handler |
showInput | false | false | java.lang.String | "false" value for this attribute makes text field invisible. If "true" - input field will be shown |
popup | false | false | java.lang.String | If "true" calendar will be rendered initially as hidden with additional elements for calling as popup |
direction | false | false | java.lang.String | Defines direction of the calendar popup (top-left, top-right, bottom-left, bottom-right (Default), auto) |
currentDateChangeListener | false | false | java.lang.String | MethodBinding representing an action listener method that will be notified after date selection |
binding | false | false | java.lang.String | The attribute takes a value-binding expression for a component property of a backing bean |
enableManualInput | false | false | java.lang.String | If "true" calendar input will be editable and it will be possible to change the date manualy. If "false" value for this attribute makes a text field "read-only", so the value can be changed only from a handle |
jointPoint | false | false | java.lang.String | Set the corner of the button for the popup to be connected with (top-left, top-right, bottom-left (Default), bottom-right, auto) |
dataModel | false | false | java.lang.String | Used to provide data for calendar elements. If data is not provided, all Data Model related functions are disabled |
oncomplete | false | false | java.lang.String | JavaScript code for call after request completed on client side |
inputClass | false | false | java.lang.String | Style Class attribute for the text field |
rendered | false | false | java.lang.String | If "false", this component is not rendered |
reRender | false | false | java.lang.String | Id['s] (in format of call UIComponent.findComponent()) of components, rendered in case of AjaxRequest caused by this component. Can be single id, comma-separated list of Id's, or EL Expression with array or Collection |
weekDayLabels | false | false | java.lang.String | List of the day names displays on the days bar in the following way "Sun, Mon, Tue, Wed, â¦" |
styleClass | false | false | java.lang.String | Corresponds to the HTML class attribute |
height | false | false | java.lang.String | Defines a height of the calendar |
ajaxSingle | false | false | java.lang.String | if "true", submits ONLY one field/link, instead of all form controls |
oninputkeyup | false | false | java.lang.String | input onKeyUp event handler |
scrollMode | false | false | java.lang.String | Valid values are "ajax" and "client" |
oninputblur | false | false | java.lang.String | input onBlur event handler |
timeZone | false | false | java.lang.String | Used for current date calculations |
currentDate | false | false | java.lang.String | Defines current date |
value | false | false | java.lang.String | The initial value to set when rendered for the first time |
ondatemouseover | false | false | java.lang.String | onDateMouseOver event handler |
required | false | false | java.lang.String | If "true", this component is checked for non-empty input |
validatorMessage | false | false | java.lang.String | A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator |
valueChangeListener | false | false | java.lang.String | Listener for value changes |
status | false | false | java.lang.String | ID (in format of call UIComponent.findComponent()) of Request status component |
requestDelay | false | false | java.lang.String | Attribute defines the time (in ms.) that the request will be wait in the queue before it is ready to send. When the delay time is over, the request will be sent to the server or removed if the newest 'similar' request is in a queue already |
eventsQueue | false | false | java.lang.String | Name of requests queue to avoid send next request before complete other from same event. Can be used to reduce number of requests of frequently events (key press, mouse move etc.) |
preloadDateRangeBegin | false | false | java.lang.String | Define the initial range of date which will be loaded to client from dataModel under rendering |
converterMessage | false | false | java.lang.String | A ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter |
immediate | false | false | java.lang.String | A flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase |
buttonIcon | false | false | java.lang.String | Defines icon for the popup button element. The attribute is ignored if the "buttonLabel" is set |
onbeforedomupdate | false | false | java.lang.String | JavaScript code for call before DOM has been updated on client side |
ignoreDupResponses | false | false | java.lang.String | Attribute allows to ignore an Ajax Response produced by a request if the newest 'similar' request is in a queue already. ignoreDupResponses="true" does not cancel the request while it is processed on the server, but just allows to avoid unnecessary updates on the client side if the response isn't actual now |
monthLabels | false | false | java.lang.String | Attribute that allows to customize names of the months. Should accept list with the month names |
boundaryDatesMode | false | false | java.lang.String | Used for the dates boundaries in the list. Valid values are "inactive" (Default) â dates inactive and gray colored, "scroll" â boundaries work as month scrolling controls, and "select" â boundaries work in the same way as "scroll" but with the date clicked selection |
oninputchange | false | false | java.lang.String | input onChange event handler |