org.richfaces.component
Enum UIDragSource.Properties

java.lang.Object
  extended by java.lang.Enum<UIDragSource.Properties>
      extended by org.richfaces.component.UIDragSource.Properties
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<UIDragSource.Properties>
Enclosing class:
UIDragSource

protected static enum UIDragSource.Properties
extends java.lang.Enum<UIDragSource.Properties>


Enum Constant Summary
ajaxSingle
           
bypassUpdates
           
data
           
dragIndicator
           
dragValue
           
eventsQueue
           
focus
           
ignoreDupResponses
           
limitRender
           
onbeforedomupdate
           
onbegin
           
oncomplete
           
process
           
requestDelay
           
reRender
           
similarityGroupingId
           
status
           
timeout
           
type
           
 
Method Summary
static UIDragSource.Properties valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UIDragSource.Properties[] 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

ajaxSingle

public static final UIDragSource.Properties ajaxSingle

bypassUpdates

public static final UIDragSource.Properties bypassUpdates

data

public static final UIDragSource.Properties data

dragIndicator

public static final UIDragSource.Properties dragIndicator

dragValue

public static final UIDragSource.Properties dragValue

eventsQueue

public static final UIDragSource.Properties eventsQueue

focus

public static final UIDragSource.Properties focus

ignoreDupResponses

public static final UIDragSource.Properties ignoreDupResponses

limitRender

public static final UIDragSource.Properties limitRender

onbeforedomupdate

public static final UIDragSource.Properties onbeforedomupdate

onbegin

public static final UIDragSource.Properties onbegin

oncomplete

public static final UIDragSource.Properties oncomplete

process

public static final UIDragSource.Properties process

reRender

public static final UIDragSource.Properties reRender

requestDelay

public static final UIDragSource.Properties requestDelay

similarityGroupingId

public static final UIDragSource.Properties similarityGroupingId

status

public static final UIDragSource.Properties status

timeout

public static final UIDragSource.Properties timeout

type

public static final UIDragSource.Properties type
Method Detail

values

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

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

valueOf

public static UIDragSource.Properties 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


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.