Interface IAutoCompleteProvider

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultAutoCompleteProvider

public interface IAutoCompleteProvider extends Serializable
Interface to access buffered content.
  • Method Details

    • getId

      String getId()
    • getProposals

      List<String> getProposals(String value)
    • getURL

      String getURL()
      URL that can be passed into any component except the BROWSER component.