public class CalendarData extends Object
| Constructor and Description |
|---|
CalendarData()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAgendaBackgroundColor() |
Date |
getEndDate()
End date calculation
|
ICalendarGenerator |
getGenerator()
Getter for generator.
|
PeriodTypes |
getPeriodType()
Getter for periodType.
|
String |
getScrollViewDayWeek()
Getter for scroll position of the day and week view
|
String |
getScrollViewMonth()
Getter for scroll position of the month view
|
Date |
getSelectedDate()
Getter for selectedDate.
|
Date |
getStartDate()
Getter for startDate.
|
String |
getStartDateToString()
Getter for the start date in yyyy,MM,dd format
|
void |
setAgendaBackgroundColor(String agendaBackgroundColor) |
void |
setEndDate(Date endDate)
Setter for endDate.
|
void |
setGenerator(ICalendarGenerator generator)
Setter for generator.
|
void |
setPeriodType(PeriodTypes periodType)
Setter for periodType.
|
void |
setScrollViewDayWeek(String scrollViewDayWeek)
Setter for scroll position of the day and week view
|
void |
setScrollViewMonth(String scrollViewMonth)
Setter for scroll position of the month view
|
void |
setSelectedDate(Date selectedDate)
Setter for selectedDate.
|
void |
setStartDate(Date startDate)
Setter for startDate.
|
public PeriodTypes getPeriodType()
public void setPeriodType(PeriodTypes periodType)
periodType - the periodType to setpublic ICalendarGenerator getGenerator()
public void setGenerator(ICalendarGenerator generator)
generator - the generator to setpublic Date getSelectedDate()
public void setSelectedDate(Date selectedDate)
selectedDate - the selectedDate to setpublic String getScrollViewDayWeek()
public void setScrollViewDayWeek(String scrollViewDayWeek)
scroll - position of the day and week viewpublic String getScrollViewMonth()
public void setScrollViewMonth(String scrollViewMonth)
scroll - position of the month viewpublic Date getStartDate()
public String getStartDateToString()
public void setStartDate(Date startDate)
startDate - the startDate to setpublic Date getEndDate()
public void setEndDate(Date endDate)
endDate - the endDate to setpublic String getAgendaBackgroundColor()
public void setAgendaBackgroundColor(String agendaBackgroundColor)
agendaBackgroundColor - the agendaBackgroundColor to setCopyright © 2019 OSIVIA. All rights reserved.