org.openfaces.component.timetable
Class TimetableEditingOptions
java.lang.Object
UIComponentBase
org.openfaces.component.timetable.TimetableEditingOptions
public class TimetableEditingOptions
- extends UIComponentBase
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
TimetableEditingOptions
public TimetableEditingOptions()
getFamily
public java.lang.String getFamily()
saveState
public java.lang.Object saveState(FacesContext context)
restoreState
public void restoreState(FacesContext context,
java.lang.Object stateObj)
getOverlappedEventsAllowed
public boolean getOverlappedEventsAllowed()
setOverlappedEventsAllowed
public void setOverlappedEventsAllowed(boolean overlappedEventsAllowed)
isEventResourceEditable
public boolean isEventResourceEditable()
setEventResourceEditable
public void setEventResourceEditable(boolean eventResourceEditable)
isEventDurationEditable
public boolean isEventDurationEditable()
setEventDurationEditable
public void setEventDurationEditable(boolean eventDurationEditable)
getDefaultEventDuration
public int getDefaultEventDuration()
setDefaultEventDuration
public void setDefaultEventDuration(int defaultEventDuration)
getAutoSaveChanges
public boolean getAutoSaveChanges()
setAutoSaveChanges
public void setAutoSaveChanges(boolean autoSaveChanges)
Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.