Tomahawk tag library.
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
backgroundClassfalsefalsejava.lang.StringNo Description
columnClassfalsefalsejava.lang.StringNo Description
contentClassfalsefalsejava.lang.StringNo Description
dateClassfalsefalsejava.lang.StringNo Description
dayClassfalsefalsejava.lang.StringNo Description
entryClassfalsefalsejava.lang.StringNo Description
entryRendererfalsefalsejava.lang.StringNo Description
evenClassfalsefalsejava.lang.StringNo Description
foregroundClassfalsefalsejava.lang.StringNo Description
freeClassfalsefalsejava.lang.StringNo Description
gutterClassfalsefalsejava.lang.StringNo Description
headerClassfalsefalsejava.lang.StringNo Description
holidayClassfalsefalsejava.lang.StringNo Description
hoursClassfalsefalsejava.lang.StringNo Description
inactiveDayClassfalsefalsejava.lang.StringNo Description
minutesClassfalsefalsejava.lang.StringNo Description
monthClassfalsefalsejava.lang.StringNo Description
selectedClassfalsefalsejava.lang.StringNo Description
selectedEntryClassfalsefalsejava.lang.StringNo Description
subtitleClassfalsefalsejava.lang.StringNo Description
textClassfalsefalsejava.lang.StringNo Description
titleClassfalsefalsejava.lang.StringNo Description
unevenClassfalsefalsejava.lang.StringNo Description
weekClassfalsefalsejava.lang.Stringthe css class of the table representing a week in the compact mode (default: week)
enabledOnUserRolefalsefalsejava.lang.StringIf user is in given role, this component will be rendered normally. If not, no hyperlink is rendered but all nested tags (=body) are rendered.
visibleOnUserRolefalsefalsejava.lang.StringIf 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.
actionfalsefalsejava.lang.StringNo Description
actionListenerfalsefalsejava.lang.StringNo Description
mouseListenerfalsefalsejava.lang.StringNo Description
splitWeekendfalsefalsejava.lang.StringNo Description
submitOnClickfalsefalsejava.lang.StringShould 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.
compactMonthRowHeightfalsefalsejava.lang.StringNo Description
compactWeekRowHeightfalsefalsejava.lang.StringNo Description
converterfalsefalsejava.lang.StringNo Description
detailedRowHeightfalsefalsejava.lang.StringNo Description
expandToFitEntriesfalsefalsejava.lang.StringNo Description
headerDateFormatfalsefalsejava.lang.StringNo Description
immediatefalsefalsejava.lang.StringNo Description
readonlyfalsefalsejava.lang.StringNo Description
renderZeroLengthEntriesfalsefalsejava.lang.StringNo Description
themefalsefalsejava.lang.StringNo Description
tooltipfalsefalsejava.lang.StringNo Description
valuefalsefalsejava.lang.StringNo Description
visibleEndHourfalsefalsejava.lang.StringNo Description
visibleStartHourfalsefalsejava.lang.StringNo Description
workingEndHourfalsefalsejava.lang.StringNo Description
workingStartHourfalsefalsejava.lang.StringNo Description
hourNotationfalsefalsejava.lang.String

Show dates in 24 hour notation or 12 hour notation.

compactMonthDayOfWeekDateFormatfalsefalsejava.lang.StringNo Description
idfalsefalsejava.lang.StringAn identifier for this particular component instance within a component view.

The id must be unique within the scope of the tag's enclosing NamingContainer (eg h:form or f:subview). The id is not necessarily unique across all components in the current view

This value must be a static value, ie not change over the lifetime of a component. It cannot be defined via an EL expression; only a string is permitted.

renderedfalsefalsejava.lang.StringA boolean value that indicates whether this component should be rendered. Default value: true.
bindingfalsefalsejava.lang.StringIdentifies 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.