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:
Serializable, Comparable<HtmlInputDate.PropertyKeys>
Enclosing class:
HtmlInputDate

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


Enum Constant Summary
accesskey
           
align
           
alt
           
ampm
           
dateBusinessConverter
           
dir
           
disabled
           
emptyAmpmSelection
           
emptyMonthSelection
           
enabledOnUserRole
           
forceId
           
forceIdIndex
           
label
           
lang
           
maxlength
           
onblur
           
onchange
           
onclick
           
ondblclick
           
onfocus
           
onkeydown
           
onkeypress
           
onkeyup
           
onmousedown
           
onmousemove
           
onmouseout
           
onmouseover
           
onmouseup
           
onselect
           
popupCalendar
           
readonly
           
size
           
style
           
styleClass
           
tabindex
           
timeZone
           
title
           
type
           
visibleOnUserRole
           
 
Method Summary
static HtmlInputDate.PropertyKeys valueOf(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

maxlength

public static final HtmlInputDate.PropertyKeys maxlength

size

public static final HtmlInputDate.PropertyKeys size

label

public static final HtmlInputDate.PropertyKeys label

style

public static final HtmlInputDate.PropertyKeys style

styleClass

public static final HtmlInputDate.PropertyKeys styleClass

alt

public static final HtmlInputDate.PropertyKeys alt

tabindex

public static final HtmlInputDate.PropertyKeys tabindex

onblur

public static final HtmlInputDate.PropertyKeys onblur

onfocus

public static final HtmlInputDate.PropertyKeys onfocus

accesskey

public static final HtmlInputDate.PropertyKeys accesskey

onclick

public static final HtmlInputDate.PropertyKeys onclick

ondblclick

public static final HtmlInputDate.PropertyKeys ondblclick

onkeydown

public static final HtmlInputDate.PropertyKeys onkeydown

onkeypress

public static final HtmlInputDate.PropertyKeys onkeypress

onkeyup

public static final HtmlInputDate.PropertyKeys onkeyup

onmousedown

public static final HtmlInputDate.PropertyKeys onmousedown

onmousemove

public static final HtmlInputDate.PropertyKeys onmousemove

onmouseout

public static final HtmlInputDate.PropertyKeys onmouseout

onmouseover

public static final HtmlInputDate.PropertyKeys onmouseover

onmouseup

public static final HtmlInputDate.PropertyKeys onmouseup

onchange

public static final HtmlInputDate.PropertyKeys onchange

onselect

public static final HtmlInputDate.PropertyKeys onselect

dir

public static final HtmlInputDate.PropertyKeys dir

lang

public static final HtmlInputDate.PropertyKeys lang

title

public static final HtmlInputDate.PropertyKeys title
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(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.