org.primefaces.component.fileupload
Enum FileUpload.PropertyKeys
java.lang.Object
java.lang.Enum<FileUpload.PropertyKeys>
org.primefaces.component.fileupload.FileUpload.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<FileUpload.PropertyKeys>
- Enclosing class:
- FileUpload
protected static enum FileUpload.PropertyKeys
- extends Enum<FileUpload.PropertyKeys>
widgetVar
public static final FileUpload.PropertyKeys widgetVar
style
public static final FileUpload.PropertyKeys style
styleClass
public static final FileUpload.PropertyKeys styleClass
update
public static final FileUpload.PropertyKeys update
process
public static final FileUpload.PropertyKeys process
fileUploadListener
public static final FileUpload.PropertyKeys fileUploadListener
multiple
public static final FileUpload.PropertyKeys multiple
auto
public static final FileUpload.PropertyKeys auto
label
public static final FileUpload.PropertyKeys label
allowTypes
public static final FileUpload.PropertyKeys allowTypes
fileLimit
public static final FileUpload.PropertyKeys fileLimit
sizeLimit
public static final FileUpload.PropertyKeys sizeLimit
mode
public static final FileUpload.PropertyKeys mode
uploadLabel
public static final FileUpload.PropertyKeys uploadLabel
cancelLabel
public static final FileUpload.PropertyKeys cancelLabel
invalidSizeMessage
public static final FileUpload.PropertyKeys invalidSizeMessage
invalidFileMessage
public static final FileUpload.PropertyKeys invalidFileMessage
fileLimitMessage
public static final FileUpload.PropertyKeys fileLimitMessage
dragDropSupport
public static final FileUpload.PropertyKeys dragDropSupport
onstart
public static final FileUpload.PropertyKeys onstart
oncomplete
public static final FileUpload.PropertyKeys oncomplete
onerror
public static final FileUpload.PropertyKeys onerror
disabled
public static final FileUpload.PropertyKeys disabled
messageTemplate
public static final FileUpload.PropertyKeys messageTemplate
previewWidth
public static final FileUpload.PropertyKeys previewWidth
values
public static FileUpload.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 (FileUpload.PropertyKeys c : FileUpload.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 FileUpload.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
toString
public String toString()
- Overrides:
toString
in class Enum<FileUpload.PropertyKeys>
Copyright © 2013. All rights reserved.