| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | teamdev.jsf.taglib.DateChooserJspTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | |||||
Name | Required | Binding Type | EL | Default | Description |
binding | false | teamdev.jsf.component.datechooser.DateChooser | only | null | A value-binding expression that associates the DateChooser component with a backing bean property. |
buttonImageUrl | false | java.lang.String | true | null | URL to the image file that is used to render the button that opens the pop-up calendar. |
buttonStyle | false | java.lang.String | true | null | A style for the button that opens the pop-up calendar. |
calendarClass | false | java.lang.String | true | null | A CSS class name for the pop-up calendar. |
calendarStyle | false | java.lang.String | true | null | A style for the pop-up calendar. |
dateFormat | false | 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 | java.lang.String | true | null | A CSS class name for all dates. |
daysHeaderClass | false | java.lang.String | true | null | A CSS class name for the row displaying weekday names. |
daysHeaderStyle | false | java.lang.String | true | null | A style for the row displaying weekday names. |
dayStyle | false | java.lang.String | true | null | A style for all dates. |
firstDayOfWeek | false | 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). |
footerClass | false | java.lang.String | true | null | A CSS class name for the footer of the pop-up calendar. |
footerStyle | false | java.lang.String | true | null | A style for the footer of the pop-up calendsar. |
headerClass | false | java.lang.String | true | null | A CSS class name for the header of the pop-up calendar. |
headerStyle | false | java.lang.String | true | null | A style for the header of the pop-up calendar. |
id | false | java.lang.String | false | null | The component identifier. |
immediate | false | 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 | java.lang.String | true | null | A CSS class name for the dates of a non-current month. |
inactiveMonthDayStyle | false | java.lang.String | true | null | A style for the dates of a non-current month. |
locale | false | 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 | java.lang.String | true | null | The label for the "None" button in the pop-up calendar. |
onblur | false | java.lang.String | true | null | JavaScript code that should be executed when the DateChooser loses focus. |
onchange | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user changes a date. |
onclick | false | 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. |
ondblclick | false | 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 | java.lang.String | true | null | JavaScript code that should be executed when the DateChooser receives focus. |
onkeydown | false | java.lang.String | true | null | JavaScript code that should be executed when the user presses a key over the DateChooser. |
onkeypress | false | 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 | java.lang.String | true | null | JavaScript code that should be executed when the user releases a key over the DateChooser. |
onmousedown | false | java.lang.String | true | null | JavaScript code that should be executed when the user clicks over the DateChooser with either mouse button. |
onmousemove | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer over the DateChooser. |
onmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the DateChooser. |
onmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the DateChooser. |
onmouseup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases a mouse button over the DateChooser. |
pattern | false | java.lang.String | false | null | The date format with the pattern similar to that in the java.text.SimpleDateFormat class. |
rendered | false | boolean | true | false | A flag that indicates whether or not the component is visible. |
required | false | boolean | true | false | A flag that indicates whether or not the DateChooser requires a value. |
rolloverButtonStyle | false | java.lang.String | true | null | A style for the button in the rollover state that opens the pop-up calendar. |
rolloverDayClass | false | java.lang.String | true | null | A CSS class name for all dates in the rollover state. |
rolloverDayStyle | false | java.lang.String | true | null | A style for all dates in the rollover state. |
rolloverInactiveMonthDayClass | false | java.lang.String | true | null | A CSS class name for the dates of a non-current month in the rollover state. |
rolloverInactiveMonthDayStyle | false | java.lang.String | true | null | A style for the dates of a non-current month in the rollover state. |
rolloverSelectedDayClass | false | java.lang.String | true | null | A CSS class name for a selected date in the rollover state. |
rolloverSelectedDayStyle | false | java.lang.String | true | null | A style for a selected date in the rollover state. |
rolloverTodayClass | false | java.lang.String | true | null | A CSS class name for today's date in the rollover state. |
rolloverTodayStyle | false | java.lang.String | true | null | A style for today's date in the rollover state. |
rolloverWeekendDayClass | false | java.lang.String | true | null | A CSS class name for the weekend dates in the rollover state. |
rolloverWeekendDayStyle | false | java.lang.String | true | null | A style for the weekend dates in the rollover state. |
selectedDayClass | false | java.lang.String | true | null | A CSS class name for a selected date. |
selectedDayStyle | false | java.lang.String | true | null | A style for a selected date. |
showFooter | false | boolean | true | true | A flag that indicates whether or not to show the footer of the pop-up calendar. |
showWeekNumber | false | boolean | true | false | A flag that indicates whether or not to show the week number of a selected date in the header of the pop-up calendar. |
style | false | java.lang.String | true | null | A style for the entire DateChooser component. |
styleClass | false | java.lang.String | true | null | A CSS class name for the entire DateChooser component. |
timeZone | false | java.util.TimeZone | true | GMT | The timeZone is used by the DateChooser component. You can specify the "timeZone" attribute as a value-binding expression or as a String: either as abbreviation ("PST"), a full name ("America/Los_Angeles"), or a custom ID ("GMT-8:00"). |
todayClass | false | java.lang.String | true | null | A CSS class name for today's date. |
todayStyle | false | java.lang.String | true | null | A style for today's date. |
todayText | false | java.lang.String | true | "Today" | The label for the "Today" button in the pop-up calendar. |
validator | false | javax.faces.el.MethodBinding | 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 | java.lang.String | none | none | No Description |
valueChangeListener | false | javax.faces.el.MethodBinding | 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 | java.lang.String | true | null | A CSS class name for the weekend dates. |
weekendDayStyle | false | java.lang.String | true | null | A style for the weekend dates. |
weekText | false | java.lang.String | true | "Wk" | The label that is displayed before the week number in the pop-up calendar. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |