org.apache.myfaces.custom.schedule
Enum UIScheduleBase.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<UIScheduleBase.PropertyKeys>
      extended by 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>


Enum Constant Summary
compactMonthDayOfWeekDateFormat
           
compactMonthRowHeight
           
compactWeekRowHeight
           
converter
           
detailedRowHeight
           
expandToFitEntries
           
headerDateFormat
           
hourNotation
           
immediate
           
readonly
           
renderZeroLengthEntries
           
splitWeekend
           
submitOnClick
           
theme
           
tooltip
           
value
           
visibleEndHour
           
visibleStartHour
           
workingEndHour
           
workingStartHour
           
 
Method Summary
static UIScheduleBase.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UIScheduleBase.PropertyKeys[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.