| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.input.DateChooserJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
accesskey | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An access key for the DateChooser component. |
binding | false | javax.el.ValueExpression
(must evaluate to org.openfaces.component.input.DateChooser )
| only | null | A value-binding expression that associates the DateChooser component with a backing bean property. |
buttonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the button that opens the pop-up calendar |
buttonImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the image file that is used to render the button that opens the pop-up calendar. |
buttonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the button that opens the pop-up calendar. |
calendarClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the pop-up calendar. |
calendarStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the pop-up calendar. |
dateFormat | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "medium" | This attribute defines which of the predefined date formats for a given locale should be used. Available values are: "short" — the same as "SHORT" format in the java.text.DateFormat "medium" — the same as "MEDIUM" format in the java.text.DateFormat "long" — the same as "LONG" format in the java.text.DateFormat "full" — the same as "FULL" format in the java.text.DateFormat |
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. |
disabledButtonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the button in the disabled state. |
disabledButtonImageUrl | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | URL of the image file that is used to render the button that opens the pop-up calendar in the disabled state. |
disabledButtonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the button in the disabled state. |
disabledClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire DateChooser component in the disabled state. |
disabledFieldClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the text field in the disabled state. |
disabledFieldStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the text field in the disabled state. |
disabledStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire DateChooser component in the disabled state. |
fieldClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the text field. |
fieldStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the text field. |
firstDayOfWeek | false | javax.el.ValueExpression
(must evaluate to int )
| true | 1 | The first day of the week which is used by the pop-up calendar to arrange days by weeks. It can take the values from "1" (Sunday) to "7" (Monday). |
focusable | false | javax.el.ValueExpression
(must evaluate to 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 DateChooser component when it is focused. |
focusedStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style of the DateChooser component when it is focused. |
footerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the footer of the pop-up calendar. |
footerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the footer of the pop-up calendsar. |
headerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the header of the pop-up calendar. |
headerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the header of the pop-up calendar. |
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 DateChooser component. You can specify the "locale" attribute as a value-binding expression or as a 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 in the pop-up calendar. |
onblur | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the DateChooser 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 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 DateChooser. |
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 DateChooser. |
onfocus | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when the DateChooser 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 DateChooser. |
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 DateChooser. |
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 DateChooser. |
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 DateChooser 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 DateChooser. |
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 DateChooser. |
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 DateChooser. |
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 DateChooser. |
pattern | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The date format with the pattern similar to that in the java.text.SimpleDateFormat class. |
pressedButtonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the button in the pressed state. |
pressedButtonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the button in the pressed state. |
promptText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | This prompt text will be shown when value of component is empty. |
promptTextClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the prompt text. |
promptTextStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the prompt text. |
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 DateChooser requires a value. |
rolloverButtonClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A class for the button in the rollover state that opens the pop-up calendar. |
rolloverButtonStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the button in the rollover state that opens the pop-up calendar. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A class for the component in the 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. |
rolloverFieldClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A class for the text field in the rollover state. |
rolloverFieldStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the text field 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 a selected date in the rollover state. |
rolloverSelectedDayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for a selected date in the rollover state. |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the component in the 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 a selected date. |
selectedDayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for a selected date. |
showFooter | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not to show the footer of the pop-up calendar. |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire DateChooser component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire DateChooser component. |
tabindex | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | Position of the component in the focus transition chain for the current document. |
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(). |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | An advisory title for the text field of the DateChooser component. |
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 in the pop-up calendar. |
typingAllowed | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | Allows disabling typing in the date with keyboard when this attribute is set to false. |
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 DateChooser's value. |
value | false | javax.el.ValueExpression
(must evaluate to java.util.Date )
| true | null | The current value of the DateChooser component component that is displayed in the text field. |
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 DateChooser 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 |