org.richfaces.component
Class SuggestionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
              extended by org.richfaces.component.SuggestionEvent
All Implemented Interfaces:
java.io.Serializable

public class SuggestionEvent
extends javax.faces.event.ActionEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SuggestionEvent(javax.faces.component.UIComponent component)
           
SuggestionEvent(javax.faces.component.UIComponent component, java.lang.Object submittedValue)
           
 
Method Summary
 java.lang.Object getSubmittedValue()
           
 void setSubmittedValue(java.lang.Object submittedValue)
           
 
Methods inherited from class javax.faces.event.ActionEvent
isAppropriateListener, processListener
 
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

SuggestionEvent

public SuggestionEvent(javax.faces.component.UIComponent component,
                       java.lang.Object submittedValue)
Parameters:
component -
submittedValie -

SuggestionEvent

public SuggestionEvent(javax.faces.component.UIComponent component)
Parameters:
component -
Method Detail

getSubmittedValue

public java.lang.Object getSubmittedValue()
Returns:
Returns the submittedValie.

setSubmittedValue

public void setSubmittedValue(java.lang.Object submittedValue)
Parameters:
submittedValie - The submittedValie to set.


Copyright © 2007. All Rights Reserved.