RichFaces
Tag calendar




Tag Information
Tag Classorg.richfaces.taglib.CalendarTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
ajaxSinglefalsefalsejava.lang.Stringif "true", submits ONLY one field/link, instead of all form controls
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
boundaryDatesModefalsefalsejava.lang.StringUsed 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
buttonClassfalsefalsejava.lang.StringStyle Class attribute for the popup button
buttonIconfalsefalsejava.lang.StringDefines icon for the popup button element. The attribute is ignored if the "buttonLabel" is set
buttonIconDisabledfalsefalsejava.lang.StringDefines disabled icon for the popup button element. The attribute is ignored if the "buttonLabel" is set
buttonLabelfalsefalsejava.lang.StringDefines label for the popup button element. If the attribute is set "buttonIcon" and "buttonIconDisabled" are ignored
bypassUpdatesfalsefalsejava.lang.StringIf "true", after process validations phase it skips updates of model beans on a force render response. It can be used for validating components input
cellHeightfalsefalsejava.lang.Stringattribute to set fixed cells height
cellWidthfalsefalsejava.lang.Stringattribute to set fixed cells width
converterfalsefalsejava.lang.StringId of Converter to be used or reference to a Converter
converterMessagefalsefalsejava.lang.StringA ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter
currentDatefalsefalsejava.lang.StringDefines current date
currentDateChangeListenerfalsefalsejava.lang.StringMethodBinding representing an action listener method that will be notified after date selection
dataModelfalsefalsejava.lang.StringUsed to provide data for calendar elements. If data is not provided, all Data Model related functions are disabled
datePatternfalsefalsejava.lang.StringDefines date pattern
dayStyleClassfalsefalsejava.lang.StringShould be binded to some JS function that will provide style classes for special sets of days highlighting.
directionfalsefalsejava.lang.StringDefines direction of the calendar popup (top-left, top-right, bottom-left, bottom-right (Default), auto)
disabledfalsefalsejava.lang.StringIf "true", rendered is disabled. In "popup" mode both controls are disabled
enableManualInputfalsefalsejava.lang.StringIf "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
eventsQueuefalsefalsejava.lang.StringName 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.)
focusfalsefalsejava.lang.Stringid of element to set focus after request completed on client side
horizontalOffsetfalsefalsejava.lang.StringSets the horizontal offset between button and calendar element conjunction point
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
ignoreDupResponsesfalsefalsejava.lang.StringAttribute 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
immediatefalsefalsejava.lang.StringA 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
inputClassfalsefalsejava.lang.StringStyle Class attribute for the text field
inputStylefalsefalsejava.lang.StringStyle attribute for text field
isDayEnabledfalsefalsejava.lang.StringShould be binded to some JS function that returns day state.
jointPointfalsefalsejava.lang.StringSet the corner of the button for the popup to be connected with (top-left, top-right, bottom-left (Default), bottom-right, auto)
limitToListfalsefalsejava.lang.StringIf "true", updates on client side ONLY elements from this 'reRender' property. If "false" (default) updates all rendered by ajax region components
localefalsefalsejava.lang.StringUsed for locale definition
modefalsefalsejava.lang.StringValid values = ajax or client
monthLabelsfalsefalsejava.lang.StringAttribute that allows to customize names of the months. Should accept list with the month names
monthLabelsShortfalsefalsejava.lang.StringAttribute that allows to customize short names of the months. Should accept list with the month names
onbeforedomupdatefalsefalsejava.lang.StringJavaScript code for call before DOM has been updated on client side
oncollapsefalsefalsejava.lang.StringonCollapse event handler
oncompletefalsefalsejava.lang.StringJavaScript code for call after request completed on client side
oncurrentdateselectfalsefalsejava.lang.StringonCurrentDateSelect event handler
ondatemouseoutfalsefalsejava.lang.StringonDateMouseOut event handler
ondatemouseoverfalsefalsejava.lang.StringonDateMouseOver event handler
ondateselectfalsefalsejava.lang.StringonDateSelect event handler
ondateselectedfalsefalsejava.lang.StringonDateSelected event handler
onexpandfalsefalsejava.lang.StringonExpand event handler
oninputblurfalsefalsejava.lang.Stringinput onBlur event handler
oninputchangefalsefalsejava.lang.Stringinput onChange event handler
oninputclickfalsefalsejava.lang.Stringinput onClick event handler
oninputfocusfalsefalsejava.lang.Stringinput onFocus event handler
oninputkeydownfalsefalsejava.lang.Stringinput onKeyDown event handler
oninputkeypressfalsefalsejava.lang.Stringinput onKeyPress event handler
oninputkeyupfalsefalsejava.lang.Stringinput onKeyUp event handler
oninputselectfalsefalsejava.lang.Stringinput onSelect event handler
popupfalsefalsejava.lang.StringIf "true" calendar will be rendered initially as hidden with additional elements for calling as popup
preloadDateRangeBeginfalsefalsejava.lang.StringDefine the initial range of date which will be loaded to client from dataModel under rendering
preloadDateRangeEndfalsefalsejava.lang.StringDefines the last range of date which will be loaded to client from dataModel under rendering
reRenderfalsefalsejava.lang.StringId['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
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered
requestDelayfalsefalsejava.lang.StringAttribute 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
requiredfalsefalsejava.lang.StringIf "true", this component is checked for non-empty input
requiredMessagefalsefalsejava.lang.StringA 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
showApplyButtonfalsefalsejava.lang.StringIf false ApplyButton should not be shown
showInputfalsefalsejava.lang.String"false" value for this attribute makes text field invisible. If "true" - input field will be shown
showScrollerBarfalsefalsejava.lang.StringIf false this bar should not be shown
showWeekDaysBarfalsefalsejava.lang.StringIf false this bar should not be shown
showWeeksBarfalsefalsejava.lang.StringIf false this bar should not be shown
statusfalsefalsejava.lang.StringID (in format of call UIComponent.findComponent()) of Request status component
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
timeZonefalsefalsejava.lang.StringUsed for current date calculations
timeoutfalsefalsejava.lang.StringResponse waiting time on a particular request. If a response is not received during this time, the request is aborted
todayControlModefalsefalsejava.lang.StringPossible values are "scroll", "select", "hidden"
toolTipModefalsefalsejava.lang.StringUsed to specify mode to load tooltips. Valid values are "none", "single" and "batch"
validatorfalsefalsejava.lang.StringMethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component
validatorMessagefalsefalsejava.lang.StringA ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
valuefalsefalsejava.lang.StringThe initial value to set when rendered for the first time
valueChangeListenerfalsefalsejava.lang.StringListener for value changes
verticalOffsetfalsefalsejava.lang.StringSets the vertical offset between button and calendar element conjunction point
weekDayLabelsfalsefalsejava.lang.StringList of the day names displays on the days bar in the following way "Sun, Mon, Tue, Wed, …"
weekDayLabelsShortfalsefalsejava.lang.StringAttribute that allows to customize short names of the weeks. Should accept list with the weeks names.
zindexfalsefalsejava.lang.StringAttribute is similar to the standard HTML attribute and can specify window placement relative to the content

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.