org.cruxframework.crux.widgets.client.filter
Class FilterSuggestion

java.lang.Object
  extended by org.cruxframework.crux.widgets.client.filter.FilterSuggestion
All Implemented Interfaces:
com.google.gwt.user.client.ui.SuggestOracle.Suggestion

public class FilterSuggestion
extends Object
implements com.google.gwt.user.client.ui.SuggestOracle.Suggestion

TODO - Gesse - Comment this

Author:
Gesse S. F. Dafe

Constructor Summary
FilterSuggestion(Object value, String label, String replacementString)
           
 
Method Summary
 String getDisplayString()
           
 String getReplacementString()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterSuggestion

public FilterSuggestion(Object value,
                        String label,
                        String replacementString)
Parameters:
value -
label -
Method Detail

getDisplayString

public String getDisplayString()
Specified by:
getDisplayString in interface com.google.gwt.user.client.ui.SuggestOracle.Suggestion
See Also:
SuggestOracle.Suggestion.getDisplayString()

getReplacementString

public String getReplacementString()
Specified by:
getReplacementString in interface com.google.gwt.user.client.ui.SuggestOracle.Suggestion
See Also:
SuggestOracle.Suggestion.getReplacementString()

getValue

public Object getValue()
Returns:
the value


Copyright © 2014. All rights reserved.