org.apache.myfaces.examples.schedule
Class ScheduleSettings
java.lang.Object
org.apache.myfaces.examples.schedule.ScheduleSettings
- All Implemented Interfaces:
- java.io.Serializable
- public class ScheduleSettings
- extends java.lang.Object
- implements java.io.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 java.lang.String getHeaderDateFormat()
getModel
public org.apache.myfaces.custom.schedule.model.ScheduleModel getModel()
getTheme
public java.lang.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 java.lang.String save()
setCompactMonthRowHeight
public void setCompactMonthRowHeight(int compactMonthRowHeight)
setCompactWeekRowHeight
public void setCompactWeekRowHeight(int compactWeekRowHeight)
setDetailedRowHeight
public void setDetailedRowHeight(int detailedRowHeight)
setHeaderDateFormat
public void setHeaderDateFormat(java.lang.String headerDateFormat)
setModel
public void setModel(org.apache.myfaces.custom.schedule.model.ScheduleModel model)
setReadonly
public void setReadonly(boolean readonly)
setTheme
public void setTheme(java.lang.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.
Copyright © 2007 Apache Software Foundation. All Rights Reserved.