o
Tag monthTable


Displays a time-table for one month. This component is under construction.


Tag Information
Tag Classorg.openfaces.taglib.jsp.timetable.MonthTableJspTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredBinding TypeELDefaultDescription
bindingfalsejavax.el.ValueExpression
(must evaluate to org.openfaces.component.timetable.WeekTable)
onlynullA value-binding expression that associates the MonthTable with a backing bean property.
cellClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
cellHeaderClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
cellHeaderStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
cellStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
columnSeparatorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
dayfalsejavax.el.ValueExpression
(must evaluate to java.util.Date)
onlynullA day that belongs to the month for which this monthTable is going to show events.
dayHeaderRowClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
dayHeaderRowStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
defaultEventColorfalsejavax.el.ValueExpression
(must evaluate to java.awt.Color)
truenullNo Description
editablefalsejavax.el.ValueExpression
(must evaluate to boolean)
truetrueA flag that indicates whether or not a user can edit events in this MonthTable component.
eventsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
onlynullA 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.
eventVarfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
false"event"No Description
firstDayOfWeekfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
truenullNo Description
footerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
footerStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
headerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
headerStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
idfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
falsenullThe component identifier.
inactiveMonthCellClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
inactiveMonthCellHeaderClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
inactiveMonthCellHeaderStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
inactiveMonthCellStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
localefalsejavax.el.ValueExpression
(must evaluate to java.util.Locale)
trueclient's localeThe 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).
moreLinkClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
moreLinkElementClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
moreLinkElementStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
moreLinkStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
moreLinkTextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
true"More..."No Description
onchangefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript 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.
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user clicks the left mouse button over the MonthTable.
ondblclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed on the client when the user double-clicks the left mouse button over the MonthTable.
onmousedownfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user clicks over the MonthTable with either mouse button.
onmousemovefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer over the MonthTable.
onmouseoutfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer away from the MonthTable.
onmouseoverfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user moves the mouse pointer onto the MonthTable.
onmouseupfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullJavaScript code that should be executed when the user releases a mouse button over the MonthTable.
preloadedEventsfalsejavax.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
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
truefalseA flag that indicates whether or not the component is visible.
reservedTimeEventClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
reservedTimeEventColorfalsejavax.el.ValueExpression
(must evaluate to java.awt.Color)
truenullNo Description
reservedTimeEventStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
resourcesfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
onlynullUsing 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.
rolloverClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the MonthTable component in the rollover state.
rolloverEventNoteClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
rolloverEventNoteStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
rolloverStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the MonthTable component in the rollover state.
rowClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
rowSeparatorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
rowStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA style for the entire MonthTable component.
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullA CSS class name for the entire MonthTable component.
timetableChangeListenerfalsejavax.el.MethodExpression
(signature must match void timetableChangeListener(org.openfaces.component.timetable.TimetableChangeEvent))
onlynullAllows 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.
timeZonefalsejavax.el.ValueExpression
(must evaluate to java.util.TimeZone)
trueThe server's default time zoneTime 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().
todayCellClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
todayCellHeaderClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
todayCellHeaderStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
todayCellStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekdayClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekdayColumnSeparatorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekdayHeaderCellClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekdayHeaderCellStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekdayHeadersRowClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekdayHeadersRowSeparatorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekdayHeadersRowStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekdayPatternfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekdayStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekendCellClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekendCellHeaderClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekendCellHeaderStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekendCellStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekendWeekdayHeaderCellClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo Description
weekendWeekdayHeaderCellStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
truenullNo 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.