|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.nachocalendar.tasks.TaskCalendarFactory
public final class TaskCalendarFactory
Factory class used to obtain objects customized to show Tasks.
Method Summary | |
---|---|
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(java.lang.String formatter,
java.util.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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DateField createDateField(java.lang.String formatter, java.util.Locale userLocale)
public static DateField createDateField()
public static CalendarPanel createCalendarPanel()
public static CalendarPanel createCalendarPanel(int quantity, int orientation)
quantity
- quantity of months to showorientation
- the orientation
public static CalendarPanel createCalendarPanel(int quantity)
quantity
- quantity of months to show
public static DatePanel createDatePanel()
public static DatePanel createDatePanel(boolean showWeekNumbers)
showWeekNumbers
- true to show week numbers
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |