|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.time.CalendarSheet.CalendarSheetDay
protected static class CalendarSheet.CalendarSheetDay
Represents a day within the CalendarSheet based on the underlying
Duration.
| Nested Class Summary | |
|---|---|
protected static class |
CalendarSheet.CalendarSheetDay.SelectionMode
The selection mode of the current CalendarSheetDay. |
| Constructor Summary | |
|---|---|
protected |
CalendarSheet.CalendarSheetDay()
Deprecated. |
protected |
CalendarSheet.CalendarSheetDay(Duration dur, CalendarSheet.CalendarSheetDay.SelectionMode selMode)
Creates a new CalendarSheetDay for the given Duration
and SelectionMode. |
| Method Summary | |
|---|---|
protected CalendarJAXBOutputWrapper |
getCalendarJAXBOutputWrapper()
Returns a CalendarJAXBOutputWrapper based on the start time
stamp of the CalendarSheetDay. |
Duration |
getDuration()
Returns the Duration of the CalendarSheetDay. |
java.util.Locale |
getLocale()
Returns the Locale. |
CalendarSheet.CalendarSheetDay.SelectionMode |
getSelectionMode()
Returns the SlectionMode of the CalendarSheetDay. |
java.util.TimeZone |
getTimeZone()
Returns the TimeZone. |
protected void |
setDuration(Duration dur)
Sets the start/end time time stamp for the CalendarSheetDay from the given Duration. |
protected void |
setLocale(java.util.Locale loc)
Sets the Locale. |
protected void |
setSelectionMode(CalendarSheet.CalendarSheetDay.SelectionMode selMode)
Sets the given SlectionMode for the CalendarSheetDay. |
protected void |
setTimeZone(java.util.TimeZone tZone)
Sets the TimeZone. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected CalendarSheet.CalendarSheetDay()
protected CalendarSheet.CalendarSheetDay(Duration dur, CalendarSheet.CalendarSheetDay.SelectionMode selMode)
CalendarSheetDay for the given Duration
and SelectionMode.
dur - the DurationselMode - the SelectionMode| Method Detail |
|---|
public final Duration getDuration()
Duration of the CalendarSheetDay.
getDuration in interface IHasDurationprotected final void setDuration(Duration dur)
CalendarSheetDay from the given Duration.
dur - the Duration to set
TimeUtilityException - if the given Duration does not match Period.DAYpublic final CalendarSheet.CalendarSheetDay.SelectionMode getSelectionMode()
SlectionMode of the CalendarSheetDay.
protected final void setSelectionMode(CalendarSheet.CalendarSheetDay.SelectionMode selMode)
SlectionMode for the CalendarSheetDay.
selMode - the SelectionMode to setprotected final CalendarJAXBOutputWrapper getCalendarJAXBOutputWrapper()
CalendarJAXBOutputWrapper based on the start time
stamp of the CalendarSheetDay.
CalendarJAXBOutputWrapperpublic final java.util.TimeZone getTimeZone()
TimeZone.
protected final void setTimeZone(java.util.TimeZone tZone)
TimeZone.
tZone - the TimeZone to setpublic final java.util.Locale getLocale()
Locale.
protected final void setLocale(java.util.Locale loc)
Locale.
loc - the Locale to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||