org.primefaces.component.calendar
Enum Calendar.PropertyKeys

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

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


Enum Constant Summary
beforeShowDay
           
disabledWeekends
           
effect
           
effectDuration
           
locale
           
maxdate
           
maxHour
           
maxMinute
           
maxSecond
           
mindate
           
minHour
           
minMinute
           
minSecond
           
mode
           
navigator
           
pagedate
           
pages
           
pattern
           
readonlyInput
           
selectOtherMonths
           
showButtonPanel
           
showOn
           
showOtherMonths
           
showWeek
           
stepHour
           
stepMinute
           
stepSecond
           
timeOnly
           
timeZone
           
widgetVar
           
yearRange
           
 
Method Summary
 String toString()
           
static Calendar.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Calendar.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 Calendar.PropertyKeys widgetVar

mindate

public static final Calendar.PropertyKeys mindate

maxdate

public static final Calendar.PropertyKeys maxdate

pages

public static final Calendar.PropertyKeys pages

mode

public static final Calendar.PropertyKeys mode

pattern

public static final Calendar.PropertyKeys pattern

locale

public static final Calendar.PropertyKeys locale

navigator

public static final Calendar.PropertyKeys navigator

timeZone

public static final Calendar.PropertyKeys timeZone

readonlyInput

public static final Calendar.PropertyKeys readonlyInput

showButtonPanel

public static final Calendar.PropertyKeys showButtonPanel

effect

public static final Calendar.PropertyKeys effect

effectDuration

public static final Calendar.PropertyKeys effectDuration

showOn

public static final Calendar.PropertyKeys showOn

showWeek

public static final Calendar.PropertyKeys showWeek

disabledWeekends

public static final Calendar.PropertyKeys disabledWeekends

showOtherMonths

public static final Calendar.PropertyKeys showOtherMonths

selectOtherMonths

public static final Calendar.PropertyKeys selectOtherMonths

yearRange

public static final Calendar.PropertyKeys yearRange

timeOnly

public static final Calendar.PropertyKeys timeOnly

stepHour

public static final Calendar.PropertyKeys stepHour

stepMinute

public static final Calendar.PropertyKeys stepMinute

stepSecond

public static final Calendar.PropertyKeys stepSecond

minHour

public static final Calendar.PropertyKeys minHour

maxHour

public static final Calendar.PropertyKeys maxHour

minMinute

public static final Calendar.PropertyKeys minMinute

maxMinute

public static final Calendar.PropertyKeys maxMinute

minSecond

public static final Calendar.PropertyKeys minSecond

maxSecond

public static final Calendar.PropertyKeys maxSecond

pagedate

public static final Calendar.PropertyKeys pagedate

beforeShowDay

public static final Calendar.PropertyKeys beforeShowDay
Method Detail

values

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


Copyright © 2012. All Rights Reserved.