|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.OptionSuggestion
public class MultivalueSuggestBoxBase.OptionSuggestion
A bean to serve as a custom suggestion so that the value is available and the replace will look like it is supporting multivalues
Constructor Summary | |
---|---|
protected |
MultivalueSuggestBoxBase.OptionSuggestion(MultivalueSuggestBoxBase.Option option,
java.lang.String replacePre,
java.lang.String query)
Constructor for suggested options |
protected |
MultivalueSuggestBoxBase.OptionSuggestion(java.lang.String displ,
java.lang.String val,
java.lang.String replacePre,
java.lang.String query)
Deprecated. This method is deprecated and will be removed in future releases. Use OptionSuggestion(Option, String, String) |
Method Summary | |
---|---|
java.lang.String |
getDisplayString()
|
java.lang.String |
getName()
Get the name of the option. |
MultivalueSuggestBoxBase.Option |
getOption()
Return the Option bean |
java.lang.String |
getReplacementString()
|
java.lang.String |
getValue()
Get the value of the option |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MultivalueSuggestBoxBase.OptionSuggestion(MultivalueSuggestBoxBase.Option option, java.lang.String replacePre, java.lang.String query)
option
- - the Option beanreplacePre
- - the current contents of the text boxquery
- - the query@Deprecated protected MultivalueSuggestBoxBase.OptionSuggestion(java.lang.String displ, java.lang.String val, java.lang.String replacePre, java.lang.String query)
displ
- - the name of the optionval
- - the value of the optionreplacePre
- - the current contents of the text boxquery
- - the queryMethod Detail |
---|
public java.lang.String getDisplayString()
public java.lang.String getReplacementString()
public MultivalueSuggestBoxBase.Option getOption()
public java.lang.String getValue()
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |