C D E G H I L M N O S T W 

C

com.alamkanak.weekview - package com.alamkanak.weekview
 
computeScroll() - Method in class com.alamkanak.weekview.WeekView
 

D

DateTimeInterpreter - Interface in com.alamkanak.weekview
Created by Raquib on 1/6/2015.

E

equals(Object) - Method in class com.alamkanak.weekview.WeekViewEvent
 

G

getColor() - Method in class com.alamkanak.weekview.WeekViewEvent
 
getColumnGap() - Method in class com.alamkanak.weekview.WeekView
 
getDateTimeInterpreter() - Method in class com.alamkanak.weekview.WeekView
Get the interpreter which provides the text to show in the header column and the header row.
getDayBackgroundColor() - Method in class com.alamkanak.weekview.WeekView
 
getDayNameLength() - Method in class com.alamkanak.weekview.WeekView
Deprecated.
getDefaultEventColor() - Method in class com.alamkanak.weekview.WeekView
 
getEmptyViewClickListener() - Method in class com.alamkanak.weekview.WeekView
 
getEmptyViewLongPressListener() - Method in class com.alamkanak.weekview.WeekView
 
getEndTime() - Method in class com.alamkanak.weekview.WeekViewEvent
 
getEventClickListener() - Method in class com.alamkanak.weekview.WeekView
 
getEventCornerRadius() - Method in class com.alamkanak.weekview.WeekView
 
getEventLongPressListener() - Method in class com.alamkanak.weekview.WeekView
 
getEventMarginVertical() - Method in class com.alamkanak.weekview.WeekView
 
getEventPadding() - Method in class com.alamkanak.weekview.WeekView
 
getEventTextColor() - Method in class com.alamkanak.weekview.WeekView
 
getEventTextSize() - Method in class com.alamkanak.weekview.WeekView
 
getFirstDayOfWeek() - Method in class com.alamkanak.weekview.WeekView
 
getFirstVisibleDay() - Method in class com.alamkanak.weekview.WeekView
Returns the first visible day in the week view.
getFirstVisibleHour() - Method in class com.alamkanak.weekview.WeekView
Get the first hour that is visible on the screen.
getHeaderColumnBackgroundColor() - Method in class com.alamkanak.weekview.WeekView
 
getHeaderColumnPadding() - Method in class com.alamkanak.weekview.WeekView
 
getHeaderColumnTextColor() - Method in class com.alamkanak.weekview.WeekView
 
getHeaderRowBackgroundColor() - Method in class com.alamkanak.weekview.WeekView
 
getHeaderRowPadding() - Method in class com.alamkanak.weekview.WeekView
 
getHourHeight() - Method in class com.alamkanak.weekview.WeekView
 
getHourSeparatorColor() - Method in class com.alamkanak.weekview.WeekView
 
getHourSeparatorHeight() - Method in class com.alamkanak.weekview.WeekView
 
getId() - Method in class com.alamkanak.weekview.WeekViewEvent
 
getLastVisibleDay() - Method in class com.alamkanak.weekview.WeekView
Returns the last visible day in the week view.
getLocation() - Method in class com.alamkanak.weekview.WeekViewEvent
 
getMonthChangeListener() - Method in class com.alamkanak.weekview.WeekView
 
getName() - Method in class com.alamkanak.weekview.WeekViewEvent
 
getNowLineColor() - Method in class com.alamkanak.weekview.WeekView
Get the "now" line color.
getNowLineThickness() - Method in class com.alamkanak.weekview.WeekView
Get the "now" line thickness.
getNumberOfVisibleDays() - Method in class com.alamkanak.weekview.WeekView
Get the number of visible days in a week.
getOnMonthChangeListener() - Method in class com.alamkanak.weekview.MonthLoader
 
getOverlappingEventGap() - Method in class com.alamkanak.weekview.WeekView
 
getScrollListener() - Method in class com.alamkanak.weekview.WeekView
 
getStartTime() - Method in class com.alamkanak.weekview.WeekViewEvent
 
getTextSize() - Method in class com.alamkanak.weekview.WeekView
 
getTodayBackgroundColor() - Method in class com.alamkanak.weekview.WeekView
 
getTodayHeaderTextColor() - Method in class com.alamkanak.weekview.WeekView
 
getWeekViewLoader() - Method in class com.alamkanak.weekview.WeekView
Get event loader in the week view.
getXScrollingSpeed() - Method in class com.alamkanak.weekview.WeekView
Get the scrolling speed factor in horizontal direction.
goToDate(Calendar) - Method in class com.alamkanak.weekview.WeekView
Show a specific day on the week view.
goToHour(double) - Method in class com.alamkanak.weekview.WeekView
Vertically scroll to a specific hour in the week view.
goToToday() - Method in class com.alamkanak.weekview.WeekView
Show today on the week view.

H

hashCode() - Method in class com.alamkanak.weekview.WeekViewEvent
 

I

interpretDate(Calendar) - Method in interface com.alamkanak.weekview.DateTimeInterpreter
 
interpretTime(int) - Method in interface com.alamkanak.weekview.DateTimeInterpreter
 
invalidate() - Method in class com.alamkanak.weekview.WeekView
 
isHorizontalFlingEnabled() - Method in class com.alamkanak.weekview.WeekView
Get whether the week view should fling horizontally.
isShowDistinctPastFutureColor() - Method in class com.alamkanak.weekview.WeekView
Whether past and future days should have two different background colors.
isShowDistinctWeekendColor() - Method in class com.alamkanak.weekview.WeekView
Whether weekends should have a background color different from the normal day background color.
isShowNowLine() - Method in class com.alamkanak.weekview.WeekView
Get whether "now" line should be displayed.
isVerticalFlingEnabled() - Method in class com.alamkanak.weekview.WeekView
Get whether the week view should fling vertically.

L

LENGTH_LONG - Static variable in class com.alamkanak.weekview.WeekView
Deprecated.
LENGTH_SHORT - Static variable in class com.alamkanak.weekview.WeekView
Deprecated.

M

MonthLoader - Class in com.alamkanak.weekview
 
MonthLoader(MonthLoader.MonthChangeListener) - Constructor for class com.alamkanak.weekview.MonthLoader
 
MonthLoader.MonthChangeListener - Interface in com.alamkanak.weekview
 

N

notifyDatasetChanged() - Method in class com.alamkanak.weekview.WeekView
Refreshes the view and loads the events again.

O

onDraw(Canvas) - Method in class com.alamkanak.weekview.WeekView
 
onEmptyViewClicked(Calendar) - Method in interface com.alamkanak.weekview.WeekView.EmptyViewClickListener
Triggered when the users clicks on a empty space of the calendar.
onEmptyViewLongPress(Calendar) - Method in interface com.alamkanak.weekview.WeekView.EmptyViewLongPressListener
Similar to WeekView.EmptyViewClickListener but with long press.
onEventClick(WeekViewEvent, RectF) - Method in interface com.alamkanak.weekview.WeekView.EventClickListener
Triggered when clicked on one existing event
onEventLongPress(WeekViewEvent, RectF) - Method in interface com.alamkanak.weekview.WeekView.EventLongPressListener
Similar to WeekView.EventClickListener but with a long press.
onFirstVisibleDayChanged(Calendar, Calendar) - Method in interface com.alamkanak.weekview.WeekView.ScrollListener
Called when the first visible day has changed.
onLoad(int) - Method in class com.alamkanak.weekview.MonthLoader
 
onLoad(int) - Method in interface com.alamkanak.weekview.WeekViewLoader
Load the events within the period
onMonthChange(int, int) - Method in interface com.alamkanak.weekview.MonthLoader.MonthChangeListener
Very important interface, it's the base to load events in the calendar.
onSizeChanged(int, int, int, int) - Method in class com.alamkanak.weekview.WeekView
 
onTouchEvent(MotionEvent) - Method in class com.alamkanak.weekview.WeekView
 

S

setColor(int) - Method in class com.alamkanak.weekview.WeekViewEvent
 
setColumnGap(int) - Method in class com.alamkanak.weekview.WeekView
 
setDateTimeInterpreter(DateTimeInterpreter) - Method in class com.alamkanak.weekview.WeekView
Set the interpreter which provides the text to show in the header column and the header row.
setDayBackgroundColor(int) - Method in class com.alamkanak.weekview.WeekView
 
setDayNameLength(int) - Method in class com.alamkanak.weekview.WeekView
Deprecated.
setDefaultEventColor(int) - Method in class com.alamkanak.weekview.WeekView
 
setEmptyViewClickListener(WeekView.EmptyViewClickListener) - Method in class com.alamkanak.weekview.WeekView
 
setEmptyViewLongPressListener(WeekView.EmptyViewLongPressListener) - Method in class com.alamkanak.weekview.WeekView
 
setEndTime(Calendar) - Method in class com.alamkanak.weekview.WeekViewEvent
 
setEventCornerRadius(int) - Method in class com.alamkanak.weekview.WeekView
Set corner radius for event rect.
setEventLongPressListener(WeekView.EventLongPressListener) - Method in class com.alamkanak.weekview.WeekView
 
setEventMarginVertical(int) - Method in class com.alamkanak.weekview.WeekView
Set the top and bottom margin of the event.
setEventPadding(int) - Method in class com.alamkanak.weekview.WeekView
 
setEventTextColor(int) - Method in class com.alamkanak.weekview.WeekView
 
setEventTextSize(int) - Method in class com.alamkanak.weekview.WeekView
 
setFirstDayOfWeek(int) - Method in class com.alamkanak.weekview.WeekView
Set the first day of the week.
setHeaderColumnBackgroundColor(int) - Method in class com.alamkanak.weekview.WeekView
 
setHeaderColumnPadding(int) - Method in class com.alamkanak.weekview.WeekView
 
setHeaderColumnTextColor(int) - Method in class com.alamkanak.weekview.WeekView
 
setHeaderRowBackgroundColor(int) - Method in class com.alamkanak.weekview.WeekView
 
setHeaderRowPadding(int) - Method in class com.alamkanak.weekview.WeekView
 
setHorizontalFlingEnabled(boolean) - Method in class com.alamkanak.weekview.WeekView
Set whether the week view should fling horizontally.
setHourHeight(int) - Method in class com.alamkanak.weekview.WeekView
 
setHourSeparatorColor(int) - Method in class com.alamkanak.weekview.WeekView
 
setHourSeparatorHeight(int) - Method in class com.alamkanak.weekview.WeekView
 
setId(long) - Method in class com.alamkanak.weekview.WeekViewEvent
 
setLocation(String) - Method in class com.alamkanak.weekview.WeekViewEvent
 
setMonthChangeListener(MonthLoader.MonthChangeListener) - Method in class com.alamkanak.weekview.WeekView
 
setName(String) - Method in class com.alamkanak.weekview.WeekViewEvent
 
setNowLineColor(int) - Method in class com.alamkanak.weekview.WeekView
Set the "now" line color.
setNowLineThickness(int) - Method in class com.alamkanak.weekview.WeekView
Set the "now" line thickness.
setNumberOfVisibleDays(int) - Method in class com.alamkanak.weekview.WeekView
Set the number of visible days in a week.
setOnEventClickListener(WeekView.EventClickListener) - Method in class com.alamkanak.weekview.WeekView
 
setOnMonthChangeListener(MonthLoader.MonthChangeListener) - Method in class com.alamkanak.weekview.MonthLoader
 
setOverlappingEventGap(int) - Method in class com.alamkanak.weekview.WeekView
Set the gap between overlapping events.
setScrollListener(WeekView.ScrollListener) - Method in class com.alamkanak.weekview.WeekView
 
setShowDistinctPastFutureColor(boolean) - Method in class com.alamkanak.weekview.WeekView
Set whether weekends should have a background color different from the normal day background color.
setShowDistinctWeekendColor(boolean) - Method in class com.alamkanak.weekview.WeekView
Set whether weekends should have a background color different from the normal day background color.
setShowNowLine(boolean) - Method in class com.alamkanak.weekview.WeekView
Set whether "now" line should be displayed.
setStartTime(Calendar) - Method in class com.alamkanak.weekview.WeekViewEvent
 
setTextSize(int) - Method in class com.alamkanak.weekview.WeekView
 
setTodayBackgroundColor(int) - Method in class com.alamkanak.weekview.WeekView
 
setTodayHeaderTextColor(int) - Method in class com.alamkanak.weekview.WeekView
 
setVerticalFlingEnabled(boolean) - Method in class com.alamkanak.weekview.WeekView
Set whether the week view should fling vertically.
setWeekViewLoader(WeekViewLoader) - Method in class com.alamkanak.weekview.WeekView
Set event loader in the week view.
setXScrollingSpeed(float) - Method in class com.alamkanak.weekview.WeekView
Sets the speed for horizontal scrolling.

T

toWeekViewPeriodIndex(Calendar) - Method in class com.alamkanak.weekview.MonthLoader
 
toWeekViewPeriodIndex(Calendar) - Method in interface com.alamkanak.weekview.WeekViewLoader
Convert a date into a double that will be used to reference when you're loading data.

W

WeekView - Class in com.alamkanak.weekview
Created by Raquib-ul-Alam Kanak on 7/21/2014.
WeekView(Context) - Constructor for class com.alamkanak.weekview.WeekView
 
WeekView(Context, AttributeSet) - Constructor for class com.alamkanak.weekview.WeekView
 
WeekView(Context, AttributeSet, int) - Constructor for class com.alamkanak.weekview.WeekView
 
WeekView.EmptyViewClickListener - Interface in com.alamkanak.weekview
 
WeekView.EmptyViewLongPressListener - Interface in com.alamkanak.weekview
 
WeekView.EventClickListener - Interface in com.alamkanak.weekview
 
WeekView.EventLongPressListener - Interface in com.alamkanak.weekview
 
WeekView.ScrollListener - Interface in com.alamkanak.weekview
 
WeekViewEvent - Class in com.alamkanak.weekview
Created by Raquib-ul-Alam Kanak on 7/21/2014.
WeekViewEvent() - Constructor for class com.alamkanak.weekview.WeekViewEvent
 
WeekViewEvent(long, String, int, int, int, int, int, int, int, int, int, int) - Constructor for class com.alamkanak.weekview.WeekViewEvent
Initializes the event for week view.
WeekViewEvent(long, String, String, Calendar, Calendar) - Constructor for class com.alamkanak.weekview.WeekViewEvent
Initializes the event for week view.
WeekViewEvent(long, String, Calendar, Calendar) - Constructor for class com.alamkanak.weekview.WeekViewEvent
Initializes the event for week view.
WeekViewLoader - Interface in com.alamkanak.weekview
 
C D E G H I L M N O S T W