org.openfaces.component.timetable
Class EventActionEvent

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

public class EventActionEvent
extends javax.faces.event.ActionEvent

See Also:
Serialized Form

Constructor Summary
EventActionEvent(javax.faces.component.UIComponent uiComponent, java.lang.String eventId)
           
 
Method Summary
 java.lang.String getEventId()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventActionEvent

public EventActionEvent(javax.faces.component.UIComponent uiComponent,
                        java.lang.String eventId)
Method Detail

getEventId

public java.lang.String getEventId()


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.