protected static enum HtmlInputFile.PropertyKeys extends java.lang.Enum<HtmlInputFile.PropertyKeys>
Enum Constant and Description |
---|
accept |
accesskey |
alt
Deprecated.
|
autocomplete
Deprecated.
|
dir |
disabled |
label |
lang |
maxlength
Deprecated.
|
multiple |
onblur |
onchange |
onclick |
ondblclick |
onfocus |
onkeydown |
onkeypress |
onkeyup |
onmousedown |
onmousemove |
onmouseout |
onmouseover |
onmouseup |
onselect |
readonly
Deprecated.
|
role |
size
Deprecated.
|
style |
styleClass |
tabindex |
title |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static HtmlInputFile.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HtmlInputFile.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlInputFile.PropertyKeys accept
public static final HtmlInputFile.PropertyKeys accesskey
public static final HtmlInputFile.PropertyKeys dir
public static final HtmlInputFile.PropertyKeys disabled
public static final HtmlInputFile.PropertyKeys label
public static final HtmlInputFile.PropertyKeys lang
public static final HtmlInputFile.PropertyKeys multiple
public static final HtmlInputFile.PropertyKeys onblur
public static final HtmlInputFile.PropertyKeys onchange
public static final HtmlInputFile.PropertyKeys onclick
public static final HtmlInputFile.PropertyKeys ondblclick
public static final HtmlInputFile.PropertyKeys onfocus
public static final HtmlInputFile.PropertyKeys onkeydown
public static final HtmlInputFile.PropertyKeys onkeypress
public static final HtmlInputFile.PropertyKeys onkeyup
public static final HtmlInputFile.PropertyKeys onmousedown
public static final HtmlInputFile.PropertyKeys onmousemove
public static final HtmlInputFile.PropertyKeys onmouseout
public static final HtmlInputFile.PropertyKeys onmouseover
public static final HtmlInputFile.PropertyKeys onmouseup
public static final HtmlInputFile.PropertyKeys onselect
public static final HtmlInputFile.PropertyKeys role
public static final HtmlInputFile.PropertyKeys style
public static final HtmlInputFile.PropertyKeys styleClass
public static final HtmlInputFile.PropertyKeys tabindex
public static final HtmlInputFile.PropertyKeys title
@Deprecated public static final HtmlInputFile.PropertyKeys alt
@Deprecated public static final HtmlInputFile.PropertyKeys autocomplete
@Deprecated public static final HtmlInputFile.PropertyKeys maxlength
@Deprecated public static final HtmlInputFile.PropertyKeys readonly
@Deprecated public static final HtmlInputFile.PropertyKeys size
public static HtmlInputFile.PropertyKeys[] values()
for (HtmlInputFile.PropertyKeys c : HtmlInputFile.PropertyKeys.values()) System.out.println(c);
public static HtmlInputFile.PropertyKeys valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<HtmlInputFile.PropertyKeys>