org.apache.myfaces.custom.fileupload
Enum HtmlInputFileUpload.PropertyKeys
java.lang.Object
java.lang.Enum<HtmlInputFileUpload.PropertyKeys>
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>
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
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.