|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.nachocalendar.holidays.HoliDayCalendarFactory
public final class HoliDayCalendarFactory
Factory for holiday showing components.
| Method Summary | |
|---|---|
static CalendarPanel |
createCalendarPanel()
Creates a new CalendarPanel with default values. |
static CalendarPanel |
createCalendarPanel(int quantity,
int orientation)
Creates a new CalendarPanel. |
static DateField |
createDateField()
Creates a DateField with a parent Dialog. |
static DateField |
createDateField(java.lang.String formatter,
java.util.Locale userLocale)
Returns a formatted DateField. |
static DatePanel |
createDatePanel()
Factory Method to create a DatePanel customized to show holidays. |
static DatePanel |
createDatePanel(boolean showWeekNumbers)
Factory Method to create a DatePanel customized to show holidays. |
| 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(int quantity,
int orientation)
quantity - quantity of months to showorientation - the orientation
public static CalendarPanel createCalendarPanel()
public static DatePanel createDatePanel()
public static DatePanel createDatePanel(boolean showWeekNumbers)
showWeekNumbers - true to show the week numbers
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||