teamdev.jsf.component.dropdown
Class SuggestionMode

java.lang.Object
  extended by teamdev.jsf.component.dropdown.SuggestionMode
All Implemented Interfaces:
java.io.Serializable

public class SuggestionMode
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static SuggestionMode ALL
           
static SuggestionMode CUSTOM
           
static SuggestionMode NONE
           
static SuggestionMode STRING_END
           
static SuggestionMode STRING_START
           
static SuggestionMode SUBSTRING
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
static SuggestionMode valueOf(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final SuggestionMode NONE

ALL

public static final SuggestionMode ALL

STRING_START

public static final SuggestionMode STRING_START

SUBSTRING

public static final SuggestionMode SUBSTRING

STRING_END

public static final SuggestionMode STRING_END

CUSTOM

public static final SuggestionMode CUSTOM
Method Detail

valueOf

public static SuggestionMode valueOf(java.lang.String str)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.