C D E G I M O P R S T

C

CalendarDecorator - interface org.calendartag.decorator.CalendarDecorator.
The Calendar Decorator defines the interface for decoraing a rendered calendar.
CalendarTag - class org.calendartag.tags.CalendarTag.
Author: James Smith Date: Aug 23, 2004 Time: 8:22:03 PM
CalendarTag() - Constructor for class org.calendartag.tags.CalendarTag
 
CalendarTagUtil - class org.calendartag.util.CalendarTagUtil.
 
CalendarTagUtil() - Constructor for class org.calendartag.util.CalendarTagUtil
 
calendar - Variable in class org.calendartag.decorator.DefaultCalendarDecorator
 

D

DefaultCalendarDecorator - class org.calendartag.decorator.DefaultCalendarDecorator.
 
DefaultCalendarDecorator() - Constructor for class org.calendartag.decorator.DefaultCalendarDecorator
 
dayCompare(Calendar, Calendar) - Static method in class org.calendartag.util.CalendarTagUtil
Determines if the leftCalendar is before, during or after the rightCalendar based on the year, month, and day of the date only.
days - Variable in class org.calendartag.decorator.DefaultCalendarDecorator
 
differenceInDays(Calendar, Calendar) - Static method in class org.calendartag.util.CalendarTagUtil
Accurately calculates the difference between two calendars in days.
doEndTag() - Method in class org.calendartag.tags.CalendarTag
 
doStartTag() - Method in class org.calendartag.tags.CalendarTag
 

E

end - Variable in class org.calendartag.decorator.DefaultCalendarDecorator
 

G

getCalendarTitle() - Method in interface org.calendartag.decorator.CalendarDecorator
Gets the calendar's title.
getCalendarTitle() - Method in class org.calendartag.decorator.DefaultCalendarDecorator
Returns the calendar's title using the month names and years.
getCssPrefix() - Method in class org.calendartag.tags.CalendarTag
 
getDate() - Method in class org.calendartag.tags.CalendarTag
 
getDay(String) - Method in interface org.calendartag.decorator.CalendarDecorator
Gets the contents of an unempty day.
getDay(String) - Method in class org.calendartag.decorator.DefaultCalendarDecorator
Returns a string representing the day of the month.
getDay() - Method in class org.calendartag.tags.CalendarTag
 
getDayHeight() - Method in class org.calendartag.tags.CalendarTag
 
getDayStyleClass(boolean, boolean) - Method in interface org.calendartag.decorator.CalendarDecorator
Called when a day cell is being rendered.
getDayStyleClass(boolean, boolean) - Method in class org.calendartag.decorator.DefaultCalendarDecorator
Returns an appropriate style class depending on whether the day is selected or unselected.
getDayWidth() - Method in class org.calendartag.tags.CalendarTag
 
getDecorator() - Method in class org.calendartag.tags.CalendarTag
 
getEmptyDay() - Method in interface org.calendartag.decorator.CalendarDecorator
Gets the contents of an empty day.
getEmptyDay() - Method in class org.calendartag.decorator.DefaultCalendarDecorator
Returns empty content
getEndDate() - Method in class org.calendartag.tags.CalendarTag
 
getId() - Method in class org.calendartag.tags.CalendarTag
 
getMonth() - Method in class org.calendartag.tags.CalendarTag
 
getNextLink(String) - Method in interface org.calendartag.decorator.CalendarDecorator
Gets the next link as HTML
getNextLink(String) - Method in class org.calendartag.decorator.DefaultCalendarDecorator
Returns a ">>" hyperlink using the passed url
getParent() - Method in class org.calendartag.tags.CalendarTag
 
getPreviousLink(String) - Method in interface org.calendartag.decorator.CalendarDecorator
Gets the previous link as HTML
getPreviousLink(String) - Method in class org.calendartag.decorator.DefaultCalendarDecorator
Returns a "<<" hyperlink using the passed url
getRequestURI() - Method in class org.calendartag.tags.CalendarTag
 
getShowPreviousNextLinks() - Method in class org.calendartag.tags.CalendarTag
 
getStartDate() - Method in class org.calendartag.tags.CalendarTag
 
getWeekStart() - Method in class org.calendartag.tags.CalendarTag
 
getWeekdayTitle(int) - Method in interface org.calendartag.decorator.CalendarDecorator
Gets the day of the week's abreviation for each column.
getWeekdayTitle(int) - Method in class org.calendartag.decorator.DefaultCalendarDecorator
Returns the weekday title as assigned to the protected days array.
getYear() - Method in class org.calendartag.tags.CalendarTag
 

I

initializeCalendar() - Method in interface org.calendartag.decorator.CalendarDecorator
Called before any of the calendar is displayed.
initializeCalendar() - Method in class org.calendartag.decorator.DefaultCalendarDecorator
Empty implementation
isSameDay(Calendar, Calendar) - Static method in class org.calendartag.util.CalendarTagUtil
Determines if two Calendar objects are the same day, month and year.

M

months - Variable in class org.calendartag.decorator.DefaultCalendarDecorator
 

O

org.calendartag.decorator - package org.calendartag.decorator
 
org.calendartag.tags - package org.calendartag.tags
 
org.calendartag.util - package org.calendartag.util
 

P

pageContext - Variable in class org.calendartag.decorator.DefaultCalendarDecorator
 

R

release() - Method in class org.calendartag.tags.CalendarTag
Ensures everything is reset

S

setCalendar(Calendar) - Method in interface org.calendartag.decorator.CalendarDecorator
Defines a Calendar object that will always reflect the current day being rendered.
setCalendar(Calendar) - Method in class org.calendartag.decorator.DefaultCalendarDecorator
Sets the calendar to the variable calendar
setCssPrefix(String) - Method in class org.calendartag.tags.CalendarTag
 
setDate(String) - Method in class org.calendartag.tags.CalendarTag
 
setDay(int) - Method in class org.calendartag.tags.CalendarTag
 
setDayHeight(int) - Method in class org.calendartag.tags.CalendarTag
 
setDayWidth(int) - Method in class org.calendartag.tags.CalendarTag
 
setDecorator(String) - Method in class org.calendartag.tags.CalendarTag
 
setEnd(Calendar) - Method in interface org.calendartag.decorator.CalendarDecorator
Sets the end date of the calendar's range
setEnd(Calendar) - Method in class org.calendartag.decorator.DefaultCalendarDecorator
Sets the end calendar to the variable end
setEndDate(String) - Method in class org.calendartag.tags.CalendarTag
 
setId(String) - Method in class org.calendartag.tags.CalendarTag
 
setMonth(int) - Method in class org.calendartag.tags.CalendarTag
 
setPageContext(PageContext) - Method in interface org.calendartag.decorator.CalendarDecorator
Defines the pageContext which should bea useful elsewhere.
setPageContext(PageContext) - Method in class org.calendartag.decorator.DefaultCalendarDecorator
Sets the page context to the variable pageContext
setPageContext(PageContext) - Method in class org.calendartag.tags.CalendarTag
 
setParent(Tag) - Method in class org.calendartag.tags.CalendarTag
 
setRequestURI(String) - Method in class org.calendartag.tags.CalendarTag
 
setShowPreviousNextLink(String) - Method in class org.calendartag.tags.CalendarTag
 
setStart(Calendar) - Method in interface org.calendartag.decorator.CalendarDecorator
Sets the start date of the calendar's range
setStart(Calendar) - Method in class org.calendartag.decorator.DefaultCalendarDecorator
Sets the start calendar to the variable start
setStartDate(String) - Method in class org.calendartag.tags.CalendarTag
 
setWeekStart(String) - Method in class org.calendartag.tags.CalendarTag
 
setYear(int) - Method in class org.calendartag.tags.CalendarTag
 
start - Variable in class org.calendartag.decorator.DefaultCalendarDecorator
 

T

trimCalendar(Calendar) - Static method in class org.calendartag.util.CalendarTagUtil
Removes the milliseconds, minutes, seconds, and hours from a Calendar object
trimDate(Date) - Static method in class org.calendartag.util.CalendarTagUtil
Uses trimCalendar to remove milliseconds, minutes, seconds, and hours from a Date object

C D E G I M O P R S T

Copyright © 2004-2005 Sourceforge. All Rights Reserved.