Uses of Package
org.spiffyui.client.widgets.multivaluesuggest

Packages that use org.spiffyui.client.widgets.multivaluesuggest
org.spiffyui.client.widgets.multivaluesuggest Multivalue SuggestBox and its REST helper 
 

Classes in org.spiffyui.client.widgets.multivaluesuggest used by org.spiffyui.client.widgets.multivaluesuggest
MultivalueSuggestBoxBase.Option
          Bean for name-value pairs
MultivalueSuggestBoxBase.OptionResultSet
          Bean for total size and options
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
MultivalueSuggestHelper
          An abstract class that handles building of the autocomplete options
MultivalueSuggestRESTHelper
          An abstract class that handles building of the REST endpoint URL and helps with parsing the JSON payload.