com.bradrydzewski.gwt.calendar.client
Class CalendarSettings
java.lang.Object
com.bradrydzewski.gwt.calendar.client.CalendarSettings
public class CalendarSettings
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_SETTINGS
public static CalendarSettings DEFAULT_SETTINGS
CalendarSettings
public CalendarSettings()
getPixelsPerInterval
public int getPixelsPerInterval()
setPixelsPerInterval
public void setPixelsPerInterval(int px)
getIntervalsPerHour
public int getIntervalsPerHour()
setIntervalsPerHour
public void setIntervalsPerHour(int intervals)
getWorkingHourStart
public int getWorkingHourStart()
setWorkingHourStart
public void setWorkingHourStart(int start)
getWorkingHourEnd
public int getWorkingHourEnd()
setWorkingHourEnd
public void setWorkingHourEnd(int end)
getScrollToHour
public int getScrollToHour()
setScrollToHour
public void setScrollToHour(int hour)
isEnableDragDrop
public boolean isEnableDragDrop()
setEnableDragDrop
public void setEnableDragDrop(boolean enableDragDrop)
isOffsetHourLabels
public boolean isOffsetHourLabels()
setOffsetHourLabels
public void setOffsetHourLabels(boolean offsetHourLabels)
getTimeBlockClickNumber
public CalendarSettings.Click getTimeBlockClickNumber()
setTimeBlockClickNumber
public void setTimeBlockClickNumber(CalendarSettings.Click timeBlockClickNumber)
setEnableDragDropCreation
public void setEnableDragDropCreation(boolean dragDropCreation)
getEnableDragDropCreation
public boolean getEnableDragDropCreation()
Copyright © 2012. All Rights Reserved.