| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.calendar.CalendarJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.calendar.Calendar )
| only | null | A value-binding expression that associates the Calendar component with a backing bean property. |
bodyClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the calendar body. |
bodyStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the calendar body. |
dayClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for all dates. |
daysHeaderClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the row displaying weekday names. |
daysHeaderStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the row displaying weekday names. |
dayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for all dates. |
disabled | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that enables or disables the component. |
disabledClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire Calendar component in the disabled state. |
disabledDayClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for disabled dates. |
disabledDayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the disabled dates. |
disabledStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire Calendar component in the disabled state. |
firstDayOfWeek | false | javax.el.ValueExpression
(must evaluate to int )
| true | 1 | The first day of the week which is used by the Calendar component to arrange days by weeks. It can take the values from "1" (Sunday) to "7" (Monday). |
focusable | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| true | true | Specifies whether this component can have input focus for keyboard control. |
focusedClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name of the Calendar component when it is focused. |
focusedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style of the Calendar component when it is focused. |
footerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the calendar footer. |
footerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the calendar footer. |
headerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the calendar header. |
headerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the calendar header. |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
immediate | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the valueChangeListener should be executed immediately (during the Apply Request Values phase of the request processing lifecycle instead of Process Validations phase) and the component's input should be converted and validated immediately (during the Apply Request Values phase of the request processing lifecycle instead of the Process Validations phase). |
inactiveMonthDayClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the dates of a non-current month. |
inactiveMonthDayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the dates of a non-current month. |
keepTime | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not to keep time portion of the bound date value. |
label | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A localized user presentable name for this component. Used when constructing validation messages for this component in the same way as for the standard |
locale | false | javax.el.ValueExpression
(must evaluate to java.util.Locale )
| true | client's locale | The locale used by the Calendar component. You can specify the "locale" attribute as a value-binding expression or as String in "ll_CC_vv" format, where: ll stands for the language - lowercase two-letter ISO-639 code. CC stands for the country - uppercase two-letter ISO-3166 code (optional). vv stands for the variant - vendor and browser specific code (optional). |
noneText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | The label for the "None" button. |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the Calendar loses focus. |
onchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user changes a selected date. |
onclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the Calendar. |
oncontextmenu | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses right mouse button over the component (or performs the other context menu invocation action depending on the platform). |
ondblclick | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the Calendar. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the Calendar receives focus. |
onkeydown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user presses a key over the Calendar. |
onkeypress | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client when the user presses and releases a key over the Calendar. |
onkeyup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a key over the Calendar. |
onmousedown | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user clicks over the Calendar with either mouse button. |
onmousemove | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer over the Calendar. |
onmouseout | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the Calendar. |
onmouseover | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the Calendar. |
onmouseup | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the user releases a mouse button over the Calendar. |
onperiodchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed on the client on the first load of the Calendar component and then when the user changes months or years. |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the component is visible. |
required | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the Calendar requires a value. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire Calendar component in a rollover state. |
rolloverDayClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for all dates in the rollover state. |
rolloverDayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for all dates in the rollover state. |
rolloverDisabledDayClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for disabled dates in the rollover state. |
rolloverDisabledDayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the disabled dates in the rollover state. |
rolloverInactiveMonthDayClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the dates of a non-current month in the rollover state. |
rolloverInactiveMonthDayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the dates of a non-current month in the rollover state. |
rolloverSelectedDayClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the selected dates in the rollover state. |
rolloverSelectedDayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the selected date in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire Calendar component in a rollover state. |
rolloverTodayClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for today's date in the rollover state. |
rolloverTodayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for today's date in the rollover state. |
rolloverWeekendDayClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the weekend dates in the rollover state. |
rolloverWeekendDayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the weekend dates in the rollover state. |
selectedDayClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the selected dates. |
selectedDayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the selected date. |
showFooter | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not to show the calendar footer. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire Calendar component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire Calendar component. |
timeZone | false | javax.el.ValueExpression
(must evaluate to java.util.TimeZone )
| true | The server's default time zone | Time zone in which to interpret any time information in the date String. Value must be either a VB expression that evaluates to a java.util.TimeZone instance, or a String that is a timezone ID as described in the javadocs for java.util.TimeZone.getTimeZone(). |
todayClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for today's date. |
todayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for today's date. |
todayText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "Today" | The label for the "Today" button. |
validator | false | javax.el.MethodExpression
(signature must match void validate(javax.faces.context.FacesContext, javax.faces.component.UIComponent, java.lang.Object) )
| only | null | A MethodBinding that should point to the method in the backing bean that is called to validate the calendar's value. |
value | false | javax.el.ValueExpression
(must evaluate to java.util.Date )
| only | null | A currently selected date. |
valueChangeListener | false | javax.el.MethodExpression
(signature must match void valueChange(javax.faces.event.ValueChangeEvent) )
| only | null | A MethodBinding that should point to the method that accepts a ValueChangeEvent. If the value of the Calendar changes, this method is executed. |
weekendDayClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the weekend dates. |
weekendDayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the weekend dates. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |