Class Autocomplete

All Implemented Interfaces:
NamingContainer, PartialStateHolder, StateHolder, TransientStateHolder, UniqueIdVendor, ComponentSystemEventListener, FacesListener, SystemEventListenerHolder, EventListener

public class Autocomplete extends UINamingContainer
java-backend for autocomplete composite component. Handles the commandscript call with handleAutocomplete() and returns a call to the method given in the attribute 'items'
Author:
Florian Alpers
  • Constructor Details

    • Autocomplete

      public Autocomplete()
  • Method Details

    • handleAutocomplete

      public void handleAutocomplete() throws IOException
      Retrieves the request parameter 'term' from a commandscript call and return the result of a call to the method given in attribute 'items'.
      Throws:
      IOException