org.primefaces.event
Class AutoCompleteEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.primefaces.event.AutoCompleteEvent
All Implemented Interfaces:
Serializable

public class AutoCompleteEvent
extends javax.faces.event.FacesEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AutoCompleteEvent(javax.faces.component.UIComponent component, String query)
           
 
Method Summary
 String getQuery()
           
 boolean isAppropriateListener(javax.faces.event.FacesListener fl)
           
 void processListener(javax.faces.event.FacesListener fl)
           
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AutoCompleteEvent

public AutoCompleteEvent(javax.faces.component.UIComponent component,
                         String query)
Method Detail

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener fl)
Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent

processListener

public void processListener(javax.faces.event.FacesListener fl)
Specified by:
processListener in class javax.faces.event.FacesEvent

getQuery

public String getQuery()


Copyright © 2013. All rights reserved.