org.apache.myfaces.custom.schedule
Enum HtmlSchedule.PropertyKeys
java.lang.Object
java.lang.Enum<HtmlSchedule.PropertyKeys>
org.apache.myfaces.custom.schedule.HtmlSchedule.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<HtmlSchedule.PropertyKeys>
- Enclosing class:
- HtmlSchedule
protected static enum HtmlSchedule.PropertyKeys
- extends Enum<HtmlSchedule.PropertyKeys>
backgroundClass
public static final HtmlSchedule.PropertyKeys backgroundClass
columnClass
public static final HtmlSchedule.PropertyKeys columnClass
contentClass
public static final HtmlSchedule.PropertyKeys contentClass
dateClass
public static final HtmlSchedule.PropertyKeys dateClass
dayClass
public static final HtmlSchedule.PropertyKeys dayClass
entryClass
public static final HtmlSchedule.PropertyKeys entryClass
entryRenderer
public static final HtmlSchedule.PropertyKeys entryRenderer
evenClass
public static final HtmlSchedule.PropertyKeys evenClass
foregroundClass
public static final HtmlSchedule.PropertyKeys foregroundClass
freeClass
public static final HtmlSchedule.PropertyKeys freeClass
gutterClass
public static final HtmlSchedule.PropertyKeys gutterClass
headerClass
public static final HtmlSchedule.PropertyKeys headerClass
holidayClass
public static final HtmlSchedule.PropertyKeys holidayClass
hoursClass
public static final HtmlSchedule.PropertyKeys hoursClass
inactiveDayClass
public static final HtmlSchedule.PropertyKeys inactiveDayClass
minutesClass
public static final HtmlSchedule.PropertyKeys minutesClass
monthClass
public static final HtmlSchedule.PropertyKeys monthClass
selectedClass
public static final HtmlSchedule.PropertyKeys selectedClass
selectedEntryClass
public static final HtmlSchedule.PropertyKeys selectedEntryClass
subtitleClass
public static final HtmlSchedule.PropertyKeys subtitleClass
textClass
public static final HtmlSchedule.PropertyKeys textClass
titleClass
public static final HtmlSchedule.PropertyKeys titleClass
unevenClass
public static final HtmlSchedule.PropertyKeys unevenClass
weekClass
public static final HtmlSchedule.PropertyKeys weekClass
enabledOnUserRole
public static final HtmlSchedule.PropertyKeys enabledOnUserRole
visibleOnUserRole
public static final HtmlSchedule.PropertyKeys visibleOnUserRole
readonly
public static final HtmlSchedule.PropertyKeys readonly
values
public static HtmlSchedule.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 (HtmlSchedule.PropertyKeys c : HtmlSchedule.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 HtmlSchedule.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.