| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.openfaces.taglib.jsp.timetable.MonthTableJspTag |
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.timetable.WeekTable )
| only | null | A value-binding expression that associates the MonthTable with a backing bean property. |
cellClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
cellHeaderClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
cellHeaderStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
cellStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
columnSeparator | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
day | false | javax.el.ValueExpression
(must evaluate to java.util.Date )
| only | null | A day that belongs to the month for which this monthTable is going to show events. |
dayHeaderRowClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
dayHeaderRowStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
defaultEventColor | false | javax.el.ValueExpression
(must evaluate to java.awt.Color )
| true | null | No Description |
editable | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | true | A flag that indicates whether or not a user can edit events in this MonthTable component. |
events | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| only | null | A set of events those should be shown in this timetable. Each entry in this set should be an instance of org.openfaces.component.timetable.TimetableEvent class. |
eventVar | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | "event" | No Description |
firstDayOfWeek | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| true | null | No Description |
footerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
footerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
headerClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
headerStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| false | null | The component identifier. |
inactiveMonthCellClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
inactiveMonthCellHeaderClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
inactiveMonthCellHeaderStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
inactiveMonthCellStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
locale | false | javax.el.ValueExpression
(must evaluate to java.util.Locale )
| true | client's locale | The locale used by the MonthTable 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). |
moreLinkClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
moreLinkElementClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
moreLinkElementStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
moreLinkStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
moreLinkText | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | "More..." | No Description |
onchange | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | JavaScript code that should be executed when any data is edited inside of the MonthTable. Note that the changes that don't affect the underlying data (such as switching the current day) don't trigger the onchange event. |
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 MonthTable. |
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 MonthTable. |
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 MonthTable 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 MonthTable. |
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 MonthTable. |
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 MonthTable. |
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 MonthTable. |
preloadedEvents | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| true | "all" | Defines the amount of events that are preloaded on the client when a page with the MonthTable component is loaded. Available values are: "none" — events for days other than the current one are not preloaded and are loaded only when a user switches the current day "all" — all events are preloaded and no loading is required when switching between the days |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| true | false | A flag that indicates whether or not the component is visible. |
reservedTimeEventClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
reservedTimeEventColor | false | javax.el.ValueExpression
(must evaluate to java.awt.Color )
| true | null | No Description |
reservedTimeEventStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
resources | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| only | null | Using this attribute turns on the multi-resource mode for this MonthTable. This attribute specifies a set of resources those should be displayed in this timetable. Each entry in this set should be an instance of the org.openfaces.component.timetable.TimetableResource class. |
rolloverClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the MonthTable component in the rollover state. |
rolloverEventNoteClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
rolloverEventNoteStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
rolloverStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the MonthTable component in the rollover state. |
rowClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
rowSeparator | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
rowStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A style for the entire MonthTable component. |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | A CSS class name for the entire MonthTable component. |
timetableChangeListener | false | javax.el.MethodExpression
(signature must match void timetableChangeListener(org.openfaces.component.timetable.TimetableChangeEvent) )
| only | null | Allows handling of client-side event changes performed by the user for saving these changes into the underlying storage on the server. This attribute is a MethodBinding that must point to the method that accepts a org.openfaces.component.timetable.TimetableChangeEvent parameter. |
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(). |
todayCellClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
todayCellHeaderClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
todayCellHeaderStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
todayCellStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekdayClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekdayColumnSeparator | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekdayHeaderCellClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekdayHeaderCellStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekdayHeadersRowClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekdayHeadersRowSeparator | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekdayHeadersRowStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekdayPattern | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekdayStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekendCellClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekendCellHeaderClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekendCellHeaderStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekendCellStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekendWeekdayHeaderCellClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
weekendWeekdayHeaderCellStyle | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| true | null | No Description |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |