Skip navigation links
A C D E F G H I N O R S T W 

A

addEvent(Event) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
Deprecated.
addEvent(Event, boolean) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
Adds an event to be drawn as an indicator in the calendar.
addEvents(List<Event>) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
Adds multiple events to the calendar and invalidates the view once all events are added.
AnimationListener - Class in com.github.sundeepk.compactcalendarview
 
AnimationListener() - Constructor for class com.github.sundeepk.compactcalendarview.AnimationListener
 
AnimatorListener - Class in com.github.sundeepk.compactcalendarview
 
AnimatorListener() - Constructor for class com.github.sundeepk.compactcalendarview.AnimatorListener
 

C

canScrollHorizontally(int) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
com.github.sundeepk.compactcalendarview - package com.github.sundeepk.compactcalendarview
 
com.github.sundeepk.compactcalendarview.comparators - package com.github.sundeepk.compactcalendarview.comparators
 
com.github.sundeepk.compactcalendarview.domain - package com.github.sundeepk.compactcalendarview.domain
 
CompactCalendarView - Class in com.github.sundeepk.compactcalendarview
 
CompactCalendarView(Context) - Constructor for class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
CompactCalendarView(Context, AttributeSet) - Constructor for class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
CompactCalendarView(Context, AttributeSet, int) - Constructor for class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
CompactCalendarView.CompactCalendarAnimationListener - Interface in com.github.sundeepk.compactcalendarview
 
CompactCalendarView.CompactCalendarViewListener - Interface in com.github.sundeepk.compactcalendarview
 
compare(Event, Event) - Method in class com.github.sundeepk.compactcalendarview.comparators.EventComparator
 
computeScroll() - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 

D

displayOtherMonthDays(boolean) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 

E

equals(Object) - Method in class com.github.sundeepk.compactcalendarview.domain.Event
 
Event - Class in com.github.sundeepk.compactcalendarview.domain
 
Event(int, long) - Constructor for class com.github.sundeepk.compactcalendarview.domain.Event
 
Event(int, long, Object) - Constructor for class com.github.sundeepk.compactcalendarview.domain.Event
 
EventComparator - Class in com.github.sundeepk.compactcalendarview.comparators
 
EventComparator() - Constructor for class com.github.sundeepk.compactcalendarview.comparators.EventComparator
 
EventsContainer - Class in com.github.sundeepk.compactcalendarview
 
EventsContainer(Calendar) - Constructor for class com.github.sundeepk.compactcalendarview.EventsContainer
 

F

FILL_LARGE_INDICATOR - Static variable in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 

G

getColor() - Method in class com.github.sundeepk.compactcalendarview.domain.Event
 
getData() - Method in class com.github.sundeepk.compactcalendarview.domain.Event
 
getEvents(Date) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
Fetches the events for the date passed in
getEvents(long) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
Fetches the events for the epochMillis passed in
getEventsForMonth(long) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
Fetches the events for the month of the epochMillis passed in and returns a sorted list of events
getEventsForMonth(Date) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
Fetches the events for the month of the date passed in and returns a sorted list of events
getFirstDayOfCurrentMonth() - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
getHeightPerDay() - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
getTimeInMillis() - Method in class com.github.sundeepk.compactcalendarview.domain.Event
 
getWeekNumberForCurrentMonth() - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 

H

hashCode() - Method in class com.github.sundeepk.compactcalendarview.domain.Event
 
hideCalendar() - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
hideCalendarWithAnimation() - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 

I

isAnimating() - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 

N

NO_FILL_LARGE_INDICATOR - Static variable in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 

O

onAnimationCancel(Animator) - Method in class com.github.sundeepk.compactcalendarview.AnimatorListener
 
onAnimationEnd(Animation) - Method in class com.github.sundeepk.compactcalendarview.AnimationListener
 
onAnimationEnd(Animator) - Method in class com.github.sundeepk.compactcalendarview.AnimatorListener
 
onAnimationRepeat(Animation) - Method in class com.github.sundeepk.compactcalendarview.AnimationListener
 
onAnimationRepeat(Animator) - Method in class com.github.sundeepk.compactcalendarview.AnimatorListener
 
onAnimationStart(Animation) - Method in class com.github.sundeepk.compactcalendarview.AnimationListener
 
onAnimationStart(Animator) - Method in class com.github.sundeepk.compactcalendarview.AnimatorListener
 
onClosed() - Method in interface com.github.sundeepk.compactcalendarview.CompactCalendarView.CompactCalendarAnimationListener
 
onDayClick(Date) - Method in interface com.github.sundeepk.compactcalendarview.CompactCalendarView.CompactCalendarViewListener
 
onDraw(Canvas) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
onMeasure(int, int) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
onMonthScroll(Date) - Method in interface com.github.sundeepk.compactcalendarview.CompactCalendarView.CompactCalendarViewListener
 
onOpened() - Method in interface com.github.sundeepk.compactcalendarview.CompactCalendarView.CompactCalendarAnimationListener
 
onTouchEvent(MotionEvent) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 

R

removeAllEvents() - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
Clears all Events from the calendar.
removeEvent(Event) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
Deprecated.
removeEvent(Event, boolean) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
Removes an event from the calendar.
removeEvents(Date) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
Remove the event associated with the Date passed in
removeEvents(long) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
removeEvents(List<Event>) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
Removes multiple events from the calendar and invalidates the view once all events are added.

S

setAnimationListener(CompactCalendarView.CompactCalendarAnimationListener) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setCalendarBackgroundColor(int) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setCurrentDate(Date) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setCurrentDayBackgroundColor(int) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setCurrentDayIndicatorStyle(int) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setCurrentDayTextColor(int) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setCurrentSelectedDayBackgroundColor(int) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setCurrentSelectedDayIndicatorStyle(int) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setCurrentSelectedDayTextColor(int) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setDayColumnNames(String[]) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setEventIndicatorStyle(int) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setFirstDayOfWeek(int) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setListener(CompactCalendarView.CompactCalendarViewListener) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setLocale(TimeZone, Locale) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setShouldDrawDaysHeader(boolean) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setTargetHeight(int) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
setUseThreeLetterAbbreviation(boolean) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
shouldDrawIndicatorsBelowSelectedDays(boolean) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
shouldScrollMonth(boolean) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
shouldSelectFirstDayOfMonthOnScroll(boolean) - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
showCalendar() - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
showCalendarWithAnimation() - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
showNextMonth() - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
showPreviousMonth() - Method in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 
SMALL_INDICATOR - Static variable in class com.github.sundeepk.compactcalendarview.CompactCalendarView
 

T

toString() - Method in class com.github.sundeepk.compactcalendarview.domain.Event
 

W

WeekUtils - Class in com.github.sundeepk.compactcalendarview
 
WeekUtils() - Constructor for class com.github.sundeepk.compactcalendarview.WeekUtils
 
A C D E F G H I N O R S T W 
Skip navigation links