com.vaadin.client.ui.calendar.schedule
Class MonthGrid
java.lang.Object
Grid
com.vaadin.client.ui.calendar.schedule.FocusableGrid
com.vaadin.client.ui.calendar.schedule.MonthGrid
- All Implemented Interfaces:
- Focusable
public class MonthGrid
- extends FocusableGrid
- Since:
- 7.1
- Author:
- Vaadin Ltd.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonthGrid
public MonthGrid(VCalendar parent,
int rows,
int columns)
onUnload
protected void onUnload()
setSelectionEnd
public void setSelectionEnd(SimpleDayCell simpleDayCell)
setSelectionStart
public void setSelectionStart(SimpleDayCell simpleDayCell)
setSelectionReady
public void setSelectionReady()
cancelRangeSelection
public void cancelRangeSelection()
updateCellSizes
public void updateCellSizes(int totalWidthPX,
int totalHeightPX)
setRangeSelect
public void setRangeSelect(boolean b)
- Disable or enable possibility to select ranges
setEnabled
public void setEnabled(boolean enabled)
isEnabled
public boolean isEnabled()
onKeyDown
public void onKeyDown(KeyDownEvent event)
getDayCellIndex
public int getDayCellIndex(SimpleDayCell dayCell)
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.