v
Tag calendar


The calendar Component shows a calendar. It can be customized in differents ways (days off, holidays, tool tips ...).

The calendar Component has the following capabilities :



Tag Information
Tag Classorg.rcfaces.core.internal.taglib.CalendarTag
TagExtraInfo Classorg.rcfaces.core.internal.taglib.CameliaTagExtraInfo
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringA string specifying the identifier for this component. This value must be unique within the closest parent component that is a naming container.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
The value binding expression linking this component to a property in a backing bean.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
A string value holding the current value of the component.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
converterfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The converter id to use. as specified in faces-config.xml.
helpMessagefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the message to be shown by a helpMessageZone Component.
helpURLfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
An URL that points to a help page for the component. it is used for example by a helpButton Component.
toolTipTextfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the tooltip for the component (shown when the pointe hover the component).
blurListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the focus quits the component. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
focusListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the component gets the focus. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
backgroundColorfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A color value (as specified by CSS) for the background.
foregroundColorfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A color value (as specified by CSS) for the text.
visiblefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating wether the composant is visible.
errorListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
disabledfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value that represents the disabled state of the component.
validationListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
fontBoldfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
A boolean value indicating the bold property for the specified font.
fontItalicfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
A boolean value indicating the italic property for the specified font.
fontNamefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value indicating the name of the font used for this component.
fontSizefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string indicating the size to use for the selected font. (or any other CSS accepted value for font size).
values [xx-small|x-small|small|medium|large|x-large|xx-large|smaller|larger|length for example 10px|%]
fontUnderlinefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
A boolean value indicating the underline property for the specified font.
mouseOutListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the pointer leaves the area of the component. A string that represent a javascript expression to evaluate.
mouseOverListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the pointer hover the component's area. A string that represent a javascript expression to evaluate.
unlockedClientAttributeNamesfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value holding a comma separated list of the client modifiable properties.
tabIndexfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
An int value specifying the position of this element in the tabbing order for the current document. This value must be an integer between 0 and 32767.
propertyChangeListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when a component's property is changed (by javascript). A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
marginBottomfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the margin size for the component's bottom (compliant to CSS margin-bottom).
marginLeftfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the margin size for the component's left (compliant to CSS margin-left).
marginRightfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the margin size for the component's right (compliant to CSS margin-right).
marginTopfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the margin size for the component's top (compliant to CSS margin-top).
keyUpListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the component detects a key up event. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
keyDownListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the component detects a key down event. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
keyPressListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the component detects a key pressed event. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
xfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value (as specified by CSS) for the x position of the component.
yfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value (as specified by CSS) for the x position of the component.
userEventListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the component is called. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
styleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A space-separated list of CSS style class(es) to be applied to the component. This value will be passed through as the "class" attribute on generated markup.
lookIdfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the choosen look of the component.
widthfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value (as specified by CSS) for the width of the component.
heightfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value (as specified by CSS) for the height of the component.
textAlignmentfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the alignement for the text in the component :
  • left
  • right
  • center
accessKeyfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string that indicates the alphanumeric key used to execute an action from the keyboard (in conjunction with a alteration key ex : Alt).
waiRolefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
initListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the component is intialized. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
hiddenModefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the management of invisible state on the client. Authorized values are :
  • server : if not visible, nothing is sent to the client
  • phantom : if not visible, the data is sent to the client and the page estate is reserved for a futur eventual display of the component
  • ignore : if not visible, the data is sent to the client but no page estate is reserved
valueLockedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description
immediatefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating that this component's value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until Process Validations phase.
marginsfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string value specifying the margins for the component (compliant to CSS margin).
selectionListenerfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Executed when the component is selected. A string that represent a javascript expression to evaluate and eventually a server action to execute. the two parts are separated by a semi-column. If the javascript evaluation return false (by using the return keyword) the server action is not executed. The server action is represented by a binding.
readOnlyfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating that this component will prohibit changes by the user. The element may receive focus unless it has also been disabled.
literalLocalefalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Locale)
No Description
literalTimeZonefalsefalsejavax.el.ValueExpression
(must evaluate to java.util.TimeZone)
No Description
componentLocalefalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Locale)
No Description
componentTimeZonefalsefalsejavax.el.ValueExpression
(must evaluate to java.util.TimeZone)
No Description
clientDatesStrategyfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string indicating the AJAX transfert strategy for the calendar component : the dates' characteristics (styleClass, toolTip ...). Those characteristics can be retrieved by month, year or totally.
twoDigitYearStartfalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Date)
A string value specifying the year considered as base for selecting a date when the associated dateEntry's value's year has only two digits.
minDatefalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Date)
A date value indicating the minimum acceptable date for the component. the first accepted value is minDate plus one day.
maxDatefalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Date)
A date value indicating the maximum acceptable date for the component. The last accepted value is maxDate minus one day.
cursorDatefalsefalsejavax.el.ValueExpression
(must evaluate to java.util.Date)
No Description
disabledWeekDaysfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A list of disabled week days (depending on the locale specified for the component).
borderfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value that indicates if the component should show a border or not.
calendarLayoutfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
multipleSelectfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value indicating wether multiple selection is permitted.
modefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
A string specifying the selection mode :
  • date: one day per selection
  • period: a continuous period of time
  • periods: several non-continuous period of time (for example every wednesday)
autoSelectionfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description

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.