Package net.sf.nachocalendar.tasks

This is a sample and useful customization.

See:
          Description

Interface Summary
Task Interface that must be implemented to show a Task using the TaskDataModel.
 

Class Summary
DefaultTask Default implementation of the Task interface.
TaskCalendarFactory Factory class used to obtain objects customized to show Tasks.
TaskDataModel Implementation of the interface DataModel, created to manage tasks.
TaskDecorator  
TaskQuantityRenderer Renderer customized to show dates with tasks assigned in yellow background.
TaskRenderer Deprecated. As of version 0.20 replaced by net.sf.nachocalendar.tasks.TaskDecorator
 

Package net.sf.nachocalendar.tasks Description

This is a sample and useful customization. It's used to show tasks related to Dates with other color and with a tooltip showing the task quantity. You can use the factory class TaskCalendarFactory to create DateField, DatePanel and CalendarPanel components customized this way.