com.vaadin.client.ui.calendar.schedule
Class DateCellDayEvent
java.lang.Object
HTML
com.vaadin.client.ui.calendar.schedule.FocusableHTML
com.vaadin.client.ui.calendar.schedule.DateCellDayEvent
- All Implemented Interfaces:
- Focusable, HasTooltipKey
public class DateCellDayEvent
- extends FocusableHTML
- implements HasTooltipKey
Internally used by the calendar
- Since:
- 7.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
halfHourInMilliSeconds
public static final int halfHourInMilliSeconds
- See Also:
- Constant Field Values
DateCellDayEvent
public DateCellDayEvent(DateCell dateCell,
WeekGrid parent,
CalendarEvent event)
onAttach
protected void onAttach()
onDetach
protected void onDetach()
setSlotHeightInPX
public void setSlotHeightInPX(int slotHeight)
updatePosition
public void updatePosition(long startFromMinutes,
long durationInMinutes)
getTop
public int getTop()
setMoveWidth
public void setMoveWidth(int width)
setHeight
public void setHeight(int h)
onKeyDown
public void onKeyDown(KeyDownEvent event)
onMouseDown
public void onMouseDown(MouseDownEvent event)
onMouseUp
public void onMouseUp(MouseUpEvent event)
onMouseMove
public void onMouseMove(MouseMoveEvent event)
setCalendarEvent
public void setCalendarEvent(CalendarEvent calendarEvent)
getCalendarEvent
public CalendarEvent getCalendarEvent()
setDisabled
public void setDisabled(boolean disabled)
isDisabled
public boolean isDisabled()
onContextMenu
public void onContextMenu(ContextMenuEvent event)
getTooltipKey
public java.lang.Object getTooltipKey()
- Description copied from interface:
HasTooltipKey
- Gets the key associated for the Widget implementing this interface. This
key is used for getting a tooltip title identified by the key
- Specified by:
getTooltipKey in interface HasTooltipKey
- Returns:
- the tooltip key
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.