|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CalendarSheet.CalendarSheetDay.SelectionMode>
org.torweg.pulse.util.time.CalendarSheet.CalendarSheetDay.SelectionMode
protected static enum CalendarSheet.CalendarSheetDay.SelectionMode
The selection mode of the current CalendarSheetDay.
| Enum Constant Summary | |
|---|---|
CURRENT
CURRENT: indicates that a day within the currently selected month is selected. |
|
POST
POST: indicates that a day following the current month is selected. |
|
PREVIOUS
PREVIOUS: indicates that a day prior the current month is selected. |
|
SELECTED
SELECTED: indicates the selected day within the currently selected month. |
|
| Method Summary | |
|---|---|
static CalendarSheet.CalendarSheetDay.SelectionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CalendarSheet.CalendarSheetDay.SelectionMode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CalendarSheet.CalendarSheetDay.SelectionMode SELECTED
public static final CalendarSheet.CalendarSheetDay.SelectionMode PREVIOUS
public static final CalendarSheet.CalendarSheetDay.SelectionMode CURRENT
public static final CalendarSheet.CalendarSheetDay.SelectionMode POST
| Method Detail |
|---|
public static final CalendarSheet.CalendarSheetDay.SelectionMode[] values()
for(CalendarSheet.CalendarSheetDay.SelectionMode c : CalendarSheet.CalendarSheetDay.SelectionMode.values())
System.out.println(c);
public static CalendarSheet.CalendarSheetDay.SelectionMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||