org.jboss.seam.ui.component.html
protected static enum HtmlFileUpload.Properties extends Enum<HtmlFileUpload.Properties>
Enum Constant and Description |
---|
accept |
contentType |
data |
fileName |
fileSize |
onblur |
onfocus |
style |
styleClass |
tabindex |
title |
Modifier and Type | Method and Description |
---|---|
static HtmlFileUpload.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlFileUpload.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlFileUpload.Properties accept
public static final HtmlFileUpload.Properties contentType
public static final HtmlFileUpload.Properties data
public static final HtmlFileUpload.Properties fileName
public static final HtmlFileUpload.Properties fileSize
public static final HtmlFileUpload.Properties onblur
public static final HtmlFileUpload.Properties onfocus
public static final HtmlFileUpload.Properties style
public static final HtmlFileUpload.Properties styleClass
public static final HtmlFileUpload.Properties tabindex
public static final HtmlFileUpload.Properties title
public static HtmlFileUpload.Properties[] values()
for (HtmlFileUpload.Properties c : HtmlFileUpload.Properties.values()) System.out.println(c);
public static HtmlFileUpload.Properties valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2015 Seam Framework. All Rights Reserved.