ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.fileentry
Enum FileEntryBase.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<FileEntryBase.PropertyKeys>
      extended by org.icefaces.ace.component.fileentry.FileEntryBase.PropertyKeys
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<FileEntryBase.PropertyKeys>
Enclosing class:
FileEntryBase

protected static enum FileEntryBase.PropertyKeys
extends java.lang.Enum<FileEntryBase.PropertyKeys>


Enum Constant Summary
absolutePath
           
disabled
           
fileEntryListener
           
immediate
           
immediateValidation
           
label
           
maxFileCount
           
maxFileCountMessage
           
maxFileSize
           
maxFileSizeMessage
           
maxTotalSize
           
maxTotalSizeMessage
           
relativePath
           
required
           
requiredMessage
           
results
           
style
           
styleClass
           
tabindex
           
useOriginalFilename
           
useSessionSubdir
           
 
Method Summary
 java.lang.String toString()
           
static FileEntryBase.PropertyKeys valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileEntryBase.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

immediateValidation

public static final FileEntryBase.PropertyKeys immediateValidation

relativePath

public static final FileEntryBase.PropertyKeys relativePath

maxFileSizeMessage

public static final FileEntryBase.PropertyKeys maxFileSizeMessage

styleClass

public static final FileEntryBase.PropertyKeys styleClass

maxTotalSize

public static final FileEntryBase.PropertyKeys maxTotalSize

tabindex

public static final FileEntryBase.PropertyKeys tabindex

label

public static final FileEntryBase.PropertyKeys label

absolutePath

public static final FileEntryBase.PropertyKeys absolutePath

maxFileSize

public static final FileEntryBase.PropertyKeys maxFileSize

requiredMessage

public static final FileEntryBase.PropertyKeys requiredMessage

maxTotalSizeMessage

public static final FileEntryBase.PropertyKeys maxTotalSizeMessage

immediate

public static final FileEntryBase.PropertyKeys immediate

results

public static final FileEntryBase.PropertyKeys results

useSessionSubdir

public static final FileEntryBase.PropertyKeys useSessionSubdir

style

public static final FileEntryBase.PropertyKeys style

maxFileCount

public static final FileEntryBase.PropertyKeys maxFileCount

useOriginalFilename

public static final FileEntryBase.PropertyKeys useOriginalFilename

fileEntryListener

public static final FileEntryBase.PropertyKeys fileEntryListener

required

public static final FileEntryBase.PropertyKeys required

disabled

public static final FileEntryBase.PropertyKeys disabled

maxFileCountMessage

public static final FileEntryBase.PropertyKeys maxFileCountMessage
Method Detail

values

public static FileEntryBase.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 (FileEntryBase.PropertyKeys c : FileEntryBase.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 FileEntryBase.PropertyKeys valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<FileEntryBase.PropertyKeys>

ICEfaces 3.1.0
Java API Documentation

Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.