org.primefaces.component.schedule
Enum Schedule.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<Schedule.PropertyKeys>
      extended by org.primefaces.component.schedule.Schedule.PropertyKeys
All Implemented Interfaces:
Serializable, Comparable<Schedule.PropertyKeys>
Enclosing class:
Schedule

protected static enum Schedule.PropertyKeys
extends Enum<Schedule.PropertyKeys>


Enum Constant Summary
allDaySlot
           
aspectRatio
           
axisFormat
           
centerHeaderTemplate
           
columnFormat
           
draggable
           
firstHour
           
initialDate
           
leftHeaderTemplate
           
locale
           
maxTime
           
minTime
           
resizable
           
rightHeaderTemplate
           
showHeader
           
showWeekends
           
slotMinutes
           
style
           
styleClass
           
timeFormat
           
timeZone
           
value
           
view
           
widgetVar
           
 
Method Summary
 String toString()
           
static Schedule.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Schedule.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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

widgetVar

public static final Schedule.PropertyKeys widgetVar

value

public static final Schedule.PropertyKeys value

locale

public static final Schedule.PropertyKeys locale

aspectRatio

public static final Schedule.PropertyKeys aspectRatio

view

public static final Schedule.PropertyKeys view

initialDate

public static final Schedule.PropertyKeys initialDate

showWeekends

public static final Schedule.PropertyKeys showWeekends

style

public static final Schedule.PropertyKeys style

styleClass

public static final Schedule.PropertyKeys styleClass

draggable

public static final Schedule.PropertyKeys draggable

resizable

public static final Schedule.PropertyKeys resizable

showHeader

public static final Schedule.PropertyKeys showHeader

leftHeaderTemplate

public static final Schedule.PropertyKeys leftHeaderTemplate

centerHeaderTemplate

public static final Schedule.PropertyKeys centerHeaderTemplate

rightHeaderTemplate

public static final Schedule.PropertyKeys rightHeaderTemplate

allDaySlot

public static final Schedule.PropertyKeys allDaySlot

slotMinutes

public static final Schedule.PropertyKeys slotMinutes

firstHour

public static final Schedule.PropertyKeys firstHour

minTime

public static final Schedule.PropertyKeys minTime

maxTime

public static final Schedule.PropertyKeys maxTime

axisFormat

public static final Schedule.PropertyKeys axisFormat

timeFormat

public static final Schedule.PropertyKeys timeFormat

columnFormat

public static final Schedule.PropertyKeys columnFormat

timeZone

public static final Schedule.PropertyKeys timeZone
Method Detail

values

public static Schedule.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 (Schedule.PropertyKeys c : Schedule.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 Schedule.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

toString

public String toString()
Overrides:
toString in class Enum<Schedule.PropertyKeys>


Copyright © 2013. All rights reserved.