org.primefaces.component.fileupload
Enum FileUpload.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<FileUpload.PropertyKeys>
      extended by 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>


Enum Constant Summary
allowTypes
           
auto
           
cancelLabel
           
disabled
           
dragDropSupport
           
fileUploadListener
           
invalidFileMessage
           
invalidSizeMessage
           
label
           
mode
           
multiple
           
oncomplete
           
onstart
           
process
           
showButtons
           
sizeLimit
           
style
           
styleClass
           
update
           
uploadLabel
           
widgetVar
           
 
Method Summary
 String toString()
           
static FileUpload.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileUpload.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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

widgetVar

public static final FileUpload.PropertyKeys widgetVar

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

sizeLimit

public static final FileUpload.PropertyKeys sizeLimit

showButtons

public static final FileUpload.PropertyKeys showButtons

style

public static final FileUpload.PropertyKeys style

styleClass

public static final FileUpload.PropertyKeys styleClass

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

dragDropSupport

public static final FileUpload.PropertyKeys dragDropSupport

onstart

public static final FileUpload.PropertyKeys onstart

oncomplete

public static final FileUpload.PropertyKeys oncomplete

disabled

public static final FileUpload.PropertyKeys disabled
Method Detail

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 © 2012. All Rights Reserved.