org.spiffyui.client.widgets.multivaluesuggest
Class MultivalueSuggestHelper
java.lang.Object
org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestHelper
- Direct Known Subclasses:
- MultivalueSuggestRESTHelper
public abstract class MultivalueSuggestHelper
- extends java.lang.Object
An abstract class that handles building of the autocomplete options
Constructor Summary |
MultivalueSuggestHelper(java.lang.String totalSizeKey,
java.lang.String optionsKey,
java.lang.String nameKey,
java.lang.String valueKey)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultivalueSuggestHelper
public MultivalueSuggestHelper(java.lang.String totalSizeKey,
java.lang.String optionsKey,
java.lang.String nameKey,
java.lang.String valueKey)
- Constructor
- Parameters:
totalSizeKey
- - total size JSON keyoptionsKey
- - options JSON keynameKey
- - name JSON key for each optionvalueKey
- - value JSON key for each option
getTotalSizeKey
public java.lang.String getTotalSizeKey()
- Returns:
- Returns the totalSizeKey.
setTotalSizeKey
public void setTotalSizeKey(java.lang.String totalSizeKey)
- Parameters:
totalSizeKey
- The totalSizeKey to set.
getOptionsKey
public java.lang.String getOptionsKey()
- Returns:
- Returns the optionsKey.
setOptionsKey
public void setOptionsKey(java.lang.String optionsKey)
- Parameters:
optionsKey
- The optionsKey to set.
getNameKey
public java.lang.String getNameKey()
- Returns:
- Returns the nameKey.
setNameKey
public void setNameKey(java.lang.String nameKey)
- Parameters:
nameKey
- The nameKey to set.
getValueKey
public java.lang.String getValueKey()
- Returns:
- Returns the valueKey.
setValueKey
public void setValueKey(java.lang.String valueKey)
- Parameters:
valueKey
- The valueKey to set.