Tomahawk tag library 2.0.
Tag schedule


A schedule component similar to the ones found in Outlook or Evolution

Renders a schedule component, showing appointments and events in a day, workweek, week or month view, similar to the schedule part of MS Outlook or Evolution.

The component is backed by an implementation of the ScheduleModel interface. Creating a custom model can be easily achieved by implementing this interface, or by overriding the AbstractScheduleModel class.

AbstractHtmlSchedule class holds all properties specific to the HTML version of the Schedule component.



Tag Information
Tag Classorg.apache.myfaces.custom.schedule.ScheduleTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
backgroundClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
columnClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
contentClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
dateClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
dayClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
entryClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
entryRendererfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
evenClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
foregroundClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
freeClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
gutterClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
headerClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
holidayClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
hoursClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
inactiveDayClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
minutesClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
monthClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
selectedClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
selectedEntryClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
subtitleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
textClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
titleClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
unevenClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
weekClassfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
the css class of the table representing a week in the compact mode (default: week)
enabledOnUserRolefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
If user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered.
visibleOnUserRolefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
actionfalsefalsejavax.el.MethodExpression
(signature must match java.lang.String myMethod( ))
Gets Specifies the action to take when this command is invoked. If the value is an expression, it is expected to be a method binding EL expression that identifies an action method. An action method accepts no parameters and has a String return value, called the action outcome, that identifies the next view displayed. The phase that this event is fired in can be controlled via the immediate attribute. If the value is a string literal, it is treated as a navigation outcome for the current view. This is functionally equivalent to a reference to an action method that returns the string literal.
mouseListenerfalsefalsejavax.el.MethodExpression
(signature must match void myMethod( org.apache.myfaces.custom.schedule.ScheduleMouseEvent ))
No Description
actionListenerfalsefalsejavax.el.MethodExpression
(signature must match void myMethod( javax.faces.event.ActionEvent ))
No Description
splitWeekendfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description
submitOnClickfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
Should the parent form of this schedule be submitted when the user clicks on a day? Note that this will only work when the readonly property is set to false.
compactMonthRowHeightfalsefalsejavax.el.ValueExpression
(must evaluate to int)
No Description
compactWeekRowHeightfalsefalsejavax.el.ValueExpression
(must evaluate to int)
No Description
converterfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.convert.Converter)
No Description
detailedRowHeightfalsefalsejavax.el.ValueExpression
(must evaluate to int)
No Description
expandToFitEntriesfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description
headerDateFormatfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
immediatefalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description
readonlyfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description
renderZeroLengthEntriesfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description
themefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
tooltipfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
No Description
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
No Description
visibleEndHourfalsefalsejavax.el.ValueExpression
(must evaluate to int)
No Description
visibleStartHourfalsefalsejavax.el.ValueExpression
(must evaluate to int)
No Description
workingEndHourfalsefalsejavax.el.ValueExpression
(must evaluate to int)
No Description
workingStartHourfalsefalsejavax.el.ValueExpression
(must evaluate to int)
No Description
hourNotationfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)

Show dates in 24 hour notation or 12 hour notation.

compactMonthDayOfWeekDateFormatfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
No Description
idfalsetruejava.lang.StringGet a string which uniquely identifies this UIComponent within the scope of the nearest ancestor NamingContainer component. The id is not necessarily unique across all components in the current view.
renderedfalsefalsejavax.el.ValueExpression
(must evaluate to boolean)
A boolean value that indicates whether this component should be rendered. Default value: true.
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
Identifies a backing bean property (of type UIComponent or appropriate subclass) to bind to this component instance. This value must be an EL expression.

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.