org.apache.myfaces.custom.schedule
Enum UIScheduleBase.PropertyKeys
java.lang.Object
java.lang.Enum<UIScheduleBase.PropertyKeys>
org.apache.myfaces.custom.schedule.UIScheduleBase.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<UIScheduleBase.PropertyKeys>
- Enclosing class:
- UIScheduleBase
protected static enum UIScheduleBase.PropertyKeys
- extends Enum<UIScheduleBase.PropertyKeys>
splitWeekend
public static final UIScheduleBase.PropertyKeys splitWeekend
submitOnClick
public static final UIScheduleBase.PropertyKeys submitOnClick
compactMonthRowHeight
public static final UIScheduleBase.PropertyKeys compactMonthRowHeight
compactWeekRowHeight
public static final UIScheduleBase.PropertyKeys compactWeekRowHeight
converter
public static final UIScheduleBase.PropertyKeys converter
detailedRowHeight
public static final UIScheduleBase.PropertyKeys detailedRowHeight
expandToFitEntries
public static final UIScheduleBase.PropertyKeys expandToFitEntries
headerDateFormat
public static final UIScheduleBase.PropertyKeys headerDateFormat
immediate
public static final UIScheduleBase.PropertyKeys immediate
readonly
public static final UIScheduleBase.PropertyKeys readonly
renderZeroLengthEntries
public static final UIScheduleBase.PropertyKeys renderZeroLengthEntries
theme
public static final UIScheduleBase.PropertyKeys theme
tooltip
public static final UIScheduleBase.PropertyKeys tooltip
value
public static final UIScheduleBase.PropertyKeys value
visibleEndHour
public static final UIScheduleBase.PropertyKeys visibleEndHour
visibleStartHour
public static final UIScheduleBase.PropertyKeys visibleStartHour
workingEndHour
public static final UIScheduleBase.PropertyKeys workingEndHour
workingStartHour
public static final UIScheduleBase.PropertyKeys workingStartHour
hourNotation
public static final UIScheduleBase.PropertyKeys hourNotation
compactMonthDayOfWeekDateFormat
public static final UIScheduleBase.PropertyKeys compactMonthDayOfWeekDateFormat
values
public static UIScheduleBase.PropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (UIScheduleBase.PropertyKeys c : UIScheduleBase.PropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static UIScheduleBase.PropertyKeys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.