org.richfaces.component
Class SuggestionEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
org.richfaces.component.SuggestionEvent
- All Implemented Interfaces:
- java.io.Serializable
public class SuggestionEvent
- extends javax.faces.event.ActionEvent
- See Also:
- Serialized Form
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)
|
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 |
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
-
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.