public class CalendarBean extends Object
Constructor and Description |
---|
CalendarBean() |
Modifier and Type | Method and Description |
---|---|
List<Day> |
getDays() |
Day[][] |
getDaysBloc() |
ICalFilter |
getFilter() |
static CalendarBean |
getInstance(ContentContext ctx) |
static CalendarBean |
getInstance(ContentContext ctx,
int year,
int month) |
static CalendarBean |
getInstance(ContentContext ctx,
int year,
int month,
int step) |
static CalendarBean |
getInstance(ContentContext ctx,
String key) |
static CalendarBean |
getInstance(ContentContext ctx,
String key,
int step) |
String |
getKey() |
String |
getLabel() |
int |
getMonth() |
Map<Integer,List<ICal>> |
getMonthEvents() |
String |
getNextKey() |
String |
getPreviousKey() |
int |
getYear() |
static void |
main(String[] args) |
void |
setFilter(ICalFilter filter) |
void |
setMonth(int month) |
void |
setYear(int year) |
public static CalendarBean getInstance(ContentContext ctx) throws Exception
Exception
public static CalendarBean getInstance(ContentContext ctx, String key) throws Exception
Exception
public static CalendarBean getInstance(ContentContext ctx, String key, int step) throws Exception
Exception
public static CalendarBean getInstance(ContentContext ctx, int year, int month) throws Exception
Exception
public static CalendarBean getInstance(ContentContext ctx, int year, int month, int step) throws Exception
Exception
public int getYear()
public void setYear(int year)
public int getMonth()
public String getKey()
public String getNextKey()
public String getPreviousKey()
public void setMonth(int month)
public String getLabel()
public Day[][] getDaysBloc()
public static void main(String[] args)
public ICalFilter getFilter()
public void setFilter(ICalFilter filter)
Copyright © 2012-2018. All Rights Reserved.