portal.comp.list
Class SelectionMode

java.lang.Object
  extended byportal.comp.list.SelectionMode
All Implemented Interfaces:
java.io.Serializable

public final class SelectionMode
extends java.lang.Object
implements java.io.Serializable

For lack of the enum type, a class that represents selection modes.

See Also:
Serialized Form

Field Summary
static SelectionMode MULTIPLE_SELECTION
           
static SelectionMode SINGLE_SELECTION
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLE_SELECTION

public static final SelectionMode SINGLE_SELECTION

MULTIPLE_SELECTION

public static final SelectionMode MULTIPLE_SELECTION
Method Detail

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()