|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.ui.components.calendar.handler.BasicEventResizeHandler
public class BasicEventResizeHandler
Implements basic functionality needed to enable event resizing.
Field Summary |
---|
Fields inherited from interface com.vaadin.ui.components.calendar.CalendarComponentEvents.EventResizeHandler |
---|
eventResizeMethod |
Constructor Summary | |
---|---|
BasicEventResizeHandler()
|
Method Summary | |
---|---|
void |
eventResize(CalendarComponentEvents.EventResize event)
|
protected void |
setDates(EditableCalendarEvent event,
java.util.Date start,
java.util.Date end)
Set the start and end dates for the event |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicEventResizeHandler()
Method Detail |
---|
public void eventResize(CalendarComponentEvents.EventResize event)
eventResize
in interface CalendarComponentEvents.EventResizeHandler
protected void setDates(EditableCalendarEvent event, java.util.Date start, java.util.Date end)
event
- The event that the start and end dates should be setstart
- The start dateend
- The end date
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |