org.apache.myfaces.examples.schedule
Class ScheduleSettings
java.lang.Object
org.apache.myfaces.examples.schedule.ScheduleSettings
- All Implemented Interfaces:
- Serializable
public class ScheduleSettings
- extends Object
- implements Serializable
Handler class that contains the settings of the customizable schedule
example.
- Version:
- $Revision$
- Author:
- Jurgen Lust (latest modification by $Author$)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScheduleSettings
public ScheduleSettings()
getCompactMonthRowHeight
public int getCompactMonthRowHeight()
getCompactWeekRowHeight
public int getCompactWeekRowHeight()
getDetailedRowHeight
public int getDetailedRowHeight()
getHeaderDateFormat
public String getHeaderDateFormat()
getModel
public ScheduleModel getModel()
getTheme
public String getTheme()
getVisibleEndHour
public int getVisibleEndHour()
getVisibleStartHour
public int getVisibleStartHour()
getWorkingEndHour
public int getWorkingEndHour()
getWorkingStartHour
public int getWorkingStartHour()
isReadonly
public boolean isReadonly()
isTooltip
public boolean isTooltip()
save
public String save()
setCompactMonthRowHeight
public void setCompactMonthRowHeight(int compactMonthRowHeight)
setCompactWeekRowHeight
public void setCompactWeekRowHeight(int compactWeekRowHeight)
setDetailedRowHeight
public void setDetailedRowHeight(int detailedRowHeight)
setHeaderDateFormat
public void setHeaderDateFormat(String headerDateFormat)
setModel
public void setModel(ScheduleModel model)
setReadonly
public void setReadonly(boolean readonly)
setTheme
public void setTheme(String theme)
setTooltip
public void setTooltip(boolean tooltip)
setVisibleEndHour
public void setVisibleEndHour(int visibleEndHour)
setVisibleStartHour
public void setVisibleStartHour(int visibleStartHour)
setWorkingEndHour
public void setWorkingEndHour(int workingEndHour)
setWorkingStartHour
public void setWorkingStartHour(int workingStartHour)
isRenderZeroLength
public boolean isRenderZeroLength()
- Returns:
- Returns the renderZeroLength.
setRenderZeroLength
public void setRenderZeroLength(boolean renderZeroLength)
- Parameters:
renderZeroLength - The renderZeroLength to set.
isExpandToFitEntries
public boolean isExpandToFitEntries()
- Returns:
- Returns the expandToFitEntries.
setExpandToFitEntries
public void setExpandToFitEntries(boolean expandToFitEntries)
- Parameters:
expandToFitEntries - The expandToFitEntries to set.
getMode
public String getMode()
setMode
public void setMode(String mode)
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.