net.sf.nachocalendar.tasks
Class TaskCalendarFactory
java.lang.Objectnet.sf.nachocalendar.tasks.TaskCalendarFactory
public final class TaskCalendarFactory
extends java.lang.Object
Factory class used to obtain objects customized to show Tasks.
static CalendarPanel | createCalendarPanel()- Returns a new CalendarPanel customized to show Tasks.
|
static CalendarPanel | createCalendarPanel(int quantity)- Returns a new CalendarPanel customized to show Tasks.
|
static CalendarPanel | createCalendarPanel(int quantity, int orientation)- Returns a new CalendarPanel customized to show Tasks.
|
static DateField | createDateField()- Returns a new DateField customized to show Tasks.
|
static DateField | createDateField(String formatter, Locale userLocale)- Returns a formatted DateField.
|
static DatePanel | createDatePanel()- Returns a new DatePanel customized to show Tasks.
|
static DatePanel | createDatePanel(boolean showWeekNumbers)- Returns a new DatePanel customized to show Tasks.
|
createCalendarPanel
public static CalendarPanel createCalendarPanel()
Returns a new CalendarPanel customized to show Tasks.
createCalendarPanel
public static CalendarPanel createCalendarPanel(int quantity)
Returns a new CalendarPanel customized to show Tasks.
quantity - quantity of months to show
createCalendarPanel
public static CalendarPanel createCalendarPanel(int quantity,
int orientation) Returns a new CalendarPanel customized to show Tasks.
quantity - quantity of months to showorientation - the orientation
createDateField
public static DateField createDateField()
Returns a new DateField customized to show Tasks.
createDateField
public static DateField createDateField(String formatter,
Locale userLocale) Returns a formatted DateField.
- a new formatted DatePanel
createDatePanel
public static DatePanel createDatePanel()
Returns a new DatePanel customized to show Tasks.
createDatePanel
public static DatePanel createDatePanel(boolean showWeekNumbers)
Returns a new DatePanel customized to show Tasks.
showWeekNumbers - true to show week numbers