org.apache.myfaces.custom.fileupload
Enum HtmlInputFileUpload.PropertyKeys

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

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


Enum Constant Summary
accept
           
accesskey
           
align
           
alt
           
dir
           
disabled
           
enabledOnUserRole
           
label
           
lang
           
maxlength
           
onblur
           
onchange
           
onclick
           
ondblclick
           
onfocus
           
onkeydown
           
onkeypress
           
onkeyup
           
onmousedown
           
onmousemove
           
onmouseout
           
onmouseover
           
onmouseup
           
onselect
           
readonly
           
size
           
storage
           
style
           
styleClass
           
tabindex
           
title
           
visibleOnUserRole
           
 
Method Summary
static HtmlInputFileUpload.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HtmlInputFileUpload.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

storage

public static final HtmlInputFileUpload.PropertyKeys storage

accept

public static final HtmlInputFileUpload.PropertyKeys accept

enabledOnUserRole

public static final HtmlInputFileUpload.PropertyKeys enabledOnUserRole

visibleOnUserRole

public static final HtmlInputFileUpload.PropertyKeys visibleOnUserRole

align

public static final HtmlInputFileUpload.PropertyKeys align

maxlength

public static final HtmlInputFileUpload.PropertyKeys maxlength

size

public static final HtmlInputFileUpload.PropertyKeys size

label

public static final HtmlInputFileUpload.PropertyKeys label

style

public static final HtmlInputFileUpload.PropertyKeys style

styleClass

public static final HtmlInputFileUpload.PropertyKeys styleClass

alt

public static final HtmlInputFileUpload.PropertyKeys alt

tabindex

public static final HtmlInputFileUpload.PropertyKeys tabindex

onblur

public static final HtmlInputFileUpload.PropertyKeys onblur

onfocus

public static final HtmlInputFileUpload.PropertyKeys onfocus

accesskey

public static final HtmlInputFileUpload.PropertyKeys accesskey

onclick

public static final HtmlInputFileUpload.PropertyKeys onclick

ondblclick

public static final HtmlInputFileUpload.PropertyKeys ondblclick

onkeydown

public static final HtmlInputFileUpload.PropertyKeys onkeydown

onkeypress

public static final HtmlInputFileUpload.PropertyKeys onkeypress

onkeyup

public static final HtmlInputFileUpload.PropertyKeys onkeyup

onmousedown

public static final HtmlInputFileUpload.PropertyKeys onmousedown

onmousemove

public static final HtmlInputFileUpload.PropertyKeys onmousemove

onmouseout

public static final HtmlInputFileUpload.PropertyKeys onmouseout

onmouseover

public static final HtmlInputFileUpload.PropertyKeys onmouseover

onmouseup

public static final HtmlInputFileUpload.PropertyKeys onmouseup

onchange

public static final HtmlInputFileUpload.PropertyKeys onchange

onselect

public static final HtmlInputFileUpload.PropertyKeys onselect

dir

public static final HtmlInputFileUpload.PropertyKeys dir

lang

public static final HtmlInputFileUpload.PropertyKeys lang

title

public static final HtmlInputFileUpload.PropertyKeys title

disabled

public static final HtmlInputFileUpload.PropertyKeys disabled

readonly

public static final HtmlInputFileUpload.PropertyKeys readonly
Method Detail

values

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