org.apache.myfaces.custom.date
Enum HtmlInputDate.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<HtmlInputDate.PropertyKeys>
      extended by org.apache.myfaces.custom.date.HtmlInputDate.PropertyKeys
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<HtmlInputDate.PropertyKeys>
Enclosing class:
HtmlInputDate

protected static enum HtmlInputDate.PropertyKeys
extends java.lang.Enum<HtmlInputDate.PropertyKeys>


Enum Constant Summary
align
           
ampm
           
dateBusinessConverter
           
disabled
           
emptyAmpmSelection
           
emptyMonthSelection
           
enabledOnUserRole
           
forceId
           
forceIdIndex
           
popupCalendar
           
readonly
           
timeZone
           
type
           
visibleOnUserRole
           
 
Method Summary
static HtmlInputDate.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HtmlInputDate.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

dateBusinessConverter

public static final HtmlInputDate.PropertyKeys dateBusinessConverter

timeZone

public static final HtmlInputDate.PropertyKeys timeZone

type

public static final HtmlInputDate.PropertyKeys type

ampm

public static final HtmlInputDate.PropertyKeys ampm

popupCalendar

public static final HtmlInputDate.PropertyKeys popupCalendar

emptyMonthSelection

public static final HtmlInputDate.PropertyKeys emptyMonthSelection

emptyAmpmSelection

public static final HtmlInputDate.PropertyKeys emptyAmpmSelection

readonly

public static final HtmlInputDate.PropertyKeys readonly

disabled

public static final HtmlInputDate.PropertyKeys disabled

enabledOnUserRole

public static final HtmlInputDate.PropertyKeys enabledOnUserRole

visibleOnUserRole

public static final HtmlInputDate.PropertyKeys visibleOnUserRole

forceId

public static final HtmlInputDate.PropertyKeys forceId

forceIdIndex

public static final HtmlInputDate.PropertyKeys forceIdIndex

align

public static final HtmlInputDate.PropertyKeys align
Method Detail

values

public static HtmlInputDate.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 (HtmlInputDate.PropertyKeys c : HtmlInputDate.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 HtmlInputDate.PropertyKeys valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.