Calendar - caf_h:dataCalendar

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.table.Calendar
Handler Classcom.webmethods.caf.faces.component.DynamicControlHandler
Renderer Typecom.webmethods.caf.faces.table.Calendar
Description Displays a list of calendar events in a calendar table
Palette LocationCAF Html/Control/Table/Calendar
Attributes 
NameRequiredTypeDescription
allDayfalsejavax.el.ValueExpression
(must evaluate to boolean)
Treat all calendar events as "all-day long" events

If not specified, the default value is "false".

calendarEndDatefalsejavax.el.ValueExpression
(must evaluate to java.util.Date)
End of range of calendar days to display
calendarStartDatefalsejavax.el.ValueExpression
(must evaluate to java.util.Date)
Start of range of calendar days to display
cellClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The CSS class to use when rendering the calendar day table cell
columnHeaderClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The CSS class to use when rendering the calendar column header
dayVartruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the variable reference to the current calendar day
displayAllIntervalsfalsejavax.el.ValueExpression
(must evaluate to boolean)
Display all time intervals, including those that do not contain an event
displayLeftHeaderfalsejavax.el.ValueExpression
(must evaluate to boolean)
Display time labels in leftmost column
displayUnitsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Unit of display (month, week, day)

If not specified, the default value is "month".

Valid values are:

  • day
  • month
  • week
  • year
endHourfalsejavax.el.ValueExpression
(must evaluate to integer)
Ending hour to display within a day (23=11pm)
eventClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The CSS class to use when rendering a calendar event
eventsfalsejava.lang.String List of ICalendarEvent objects or ICalendarEventProvider to display in the calendar
eventVartruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the variable reference to the current calendar event
firsttruejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Index of first item in model to display (zero-based)

If not specified, the default value is "0".

headerClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The CSS class for header cells
idfalsejava.lang.String Control identifier
initialDatefalsejavax.el.ValueExpression
(must evaluate to java.util.Date)
The date to initially display in the calendar
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

rowstruejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Number of rows to display per page
startHourfalsejavax.el.ValueExpression
(must evaluate to integer)
Starting hour to display within a day (0=midnight)
timeIncrementfalsejavax.el.ValueExpression
(must evaluate to integer)
Increments of time to display within a day

If not specified, the default value is "30".

timeslotLabelClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The CSS class to use when rendering the timeslot label
timeslotLabelFormatfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The time format used for the timeslot header column
valuefalsejava.lang.String Calendar Provider to supply unit paging and expose ICalendarDay row objects
varfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of the variable reference to the current calendar day

Output generated by Vdldoc View Declaration Language Documentation Generator.