com.liferay.faces.alloy.component.inputfile
Enum InputFileBase.InputFilePropertyKeys

java.lang.Object
  extended by java.lang.Enum<InputFileBase.InputFilePropertyKeys>
      extended by com.liferay.faces.alloy.component.inputfile.InputFileBase.InputFilePropertyKeys
All Implemented Interfaces:
Serializable, Comparable<InputFileBase.InputFilePropertyKeys>
Enclosing class:
InputFileBase

protected static enum InputFileBase.InputFilePropertyKeys
extends Enum<InputFileBase.InputFilePropertyKeys>


Enum Constant Summary
appendNewFiles
           
auto
           
clientKey
           
contentTypes
           
fileUploadListener
           
location
           
maxFileSize
           
multiple
           
showPreview
           
showProgress
           
 
Method Summary
static InputFileBase.InputFilePropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InputFileBase.InputFilePropertyKeys[] 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, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

appendNewFiles

public static final InputFileBase.InputFilePropertyKeys appendNewFiles

auto

public static final InputFileBase.InputFilePropertyKeys auto

clientKey

public static final InputFileBase.InputFilePropertyKeys clientKey

contentTypes

public static final InputFileBase.InputFilePropertyKeys contentTypes

fileUploadListener

public static final InputFileBase.InputFilePropertyKeys fileUploadListener

location

public static final InputFileBase.InputFilePropertyKeys location

maxFileSize

public static final InputFileBase.InputFilePropertyKeys maxFileSize

multiple

public static final InputFileBase.InputFilePropertyKeys multiple

showPreview

public static final InputFileBase.InputFilePropertyKeys showPreview

showProgress

public static final InputFileBase.InputFilePropertyKeys showProgress
Method Detail

values

public static InputFileBase.InputFilePropertyKeys[] 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 (InputFileBase.InputFilePropertyKeys c : InputFileBase.InputFilePropertyKeys.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static InputFileBase.InputFilePropertyKeys 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 © 2017 Liferay, Inc.. All rights reserved.