|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bradrydzewski.gwt.calendar.client.CalendarView
com.bradrydzewski.gwt.calendar.client.dayview.DayView
public class DayView
| Field Summary |
|---|
| Fields inherited from class com.bradrydzewski.gwt.calendar.client.CalendarView |
|---|
calendarWidget |
| Constructor Summary | |
|---|---|
DayView()
|
|
| Method Summary | |
|---|---|
void |
attach(CalendarWidget widget)
Attaches this view to the provided CalendarWidget. |
void |
doLayout()
|
void |
doSizing()
|
String |
getStyleName()
Returns the CSS style name of this calendar view. |
void |
onAppointmentSelected(Appointment appt)
|
void |
onDeleteKeyPressed()
Processes user com.google.gwt.event.dom.client.KeyCodes.KEY_DELETE
keystrokes. |
void |
onDoubleClick(com.google.gwt.user.client.Element element,
com.google.gwt.user.client.Event event)
|
void |
onDownArrowKeyPressed()
Processes user com.google.gwt.event.dom.client.KeyCodes.KEY_DOWN
keystrokes. |
void |
onLeftArrowKeyPressed()
Processes user com.google.gwt.event.dom.client.KeyCodes.KEY_LEFT
keystrokes. |
void |
onMouseOver(com.google.gwt.user.client.Element element,
com.google.gwt.user.client.Event event)
|
void |
onRightArrowKeyPressed()
Processes user com.google.gwt.event.dom.client.KeyCodes.KEY_RIGHT
keystrokes. |
void |
onSingleClick(com.google.gwt.user.client.Element element,
com.google.gwt.user.client.Event event)
|
void |
onUpArrowKeyPressed()
Processes user com.google.gwt.event.dom.client.KeyCodes.KEY_UP
keystrokes. |
void |
scrollToHour(int hour)
|
| Methods inherited from class com.bradrydzewski.gwt.calendar.client.CalendarView |
|---|
createAppointment, createAppointment, deleteAppointment, detatch, getDisplayedDays, getSettings, openAppointment, selectAppointment, selectNextAppointment, selectPreviousAppointment, setDisplayedDays, setSettings, updateAppointment |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DayView()
| Method Detail |
|---|
public void doLayout()
doLayout in class CalendarViewpublic void scrollToHour(int hour)
scrollToHour in class CalendarViewpublic void doSizing()
doSizing in class CalendarViewpublic void onDeleteKeyPressed()
CalendarViewcom.google.gwt.event.dom.client.KeyCodes.KEY_DELETE
keystrokes. The CalendarView implementation is empty so that
subclasses are not forced to implement it if no specific logic is needed
for com.google.gwt.event.dom.client.KeyCodes.KEY_DELETE
keystrokes.
onDeleteKeyPressed in class CalendarView
public void onDoubleClick(com.google.gwt.user.client.Element element,
com.google.gwt.user.client.Event event)
onDoubleClick in class CalendarView
public void onSingleClick(com.google.gwt.user.client.Element element,
com.google.gwt.user.client.Event event)
onSingleClick in class CalendarView
public void onMouseOver(com.google.gwt.user.client.Element element,
com.google.gwt.user.client.Event event)
onMouseOver in class CalendarViewpublic void onAppointmentSelected(Appointment appt)
onAppointmentSelected in class CalendarViewpublic void onRightArrowKeyPressed()
CalendarViewcom.google.gwt.event.dom.client.KeyCodes.KEY_RIGHT
keystrokes. The CalendarView implementation is empty so that
subclasses are not forced to implement it if no specific logic is needed
for com.google.gwt.event.dom.client.KeyCodes.KEY_RIGHT
keystrokes.
onRightArrowKeyPressed in class CalendarViewpublic void onUpArrowKeyPressed()
CalendarViewcom.google.gwt.event.dom.client.KeyCodes.KEY_UP
keystrokes. The CalendarView implementation is empty so that
subclasses are not forced to implement it if no specific logic is needed
for com.google.gwt.event.dom.client.KeyCodes.KEY_UP keystrokes.
onUpArrowKeyPressed in class CalendarViewpublic void onDownArrowKeyPressed()
CalendarViewcom.google.gwt.event.dom.client.KeyCodes.KEY_DOWN
keystrokes. The CalendarView implementation is empty so that
subclasses are not forced to implement it if no specific logic is needed
for com.google.gwt.event.dom.client.KeyCodes.KEY_DOWN
keystrokes.
onDownArrowKeyPressed in class CalendarViewpublic void onLeftArrowKeyPressed()
CalendarViewcom.google.gwt.event.dom.client.KeyCodes.KEY_LEFT
keystrokes. The CalendarView implementation is empty so that
subclasses are not forced to implement it if no specific logic is needed
for com.google.gwt.event.dom.client.KeyCodes.KEY_LEFT
keystrokes.
onLeftArrowKeyPressed in class CalendarViewpublic String getStyleName()
CalendarView
getStyleName in class CalendarViewpublic void attach(CalendarWidget widget)
CalendarViewCalendarWidget.
attach in class CalendarViewwidget - The interactive widget containing the calendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||