Skip navigation links


org.apache.myfaces.trinidad.component
Class TableRowEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.apache.myfaces.trinidad.component.WrapperEvent
              extended by org.apache.myfaces.trinidad.component.TableRowEvent

All Implemented Interfaces:
Serializable

public final class TableRowEvent
extends WrapperEvent
Version:
$Name: $ ($Revision: /main/2 $) $Date: 2012/01/04 16:18:06 $
See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
TableRowEvent(javax.faces.component.UIComponent source, javax.faces.event.FacesEvent event, Object currencyKey)
           

 

Method Summary
 Object getCurrencyKey()
           

 

Methods inherited from class org.apache.myfaces.trinidad.component.WrapperEvent
getEvent, getPhaseId, isAppropriateListener, processListener, setPhaseId

 

Methods inherited from class javax.faces.event.FacesEvent
getComponent, queue

 

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

TableRowEvent

public TableRowEvent(javax.faces.component.UIComponent source,
                     javax.faces.event.FacesEvent event,
                     Object currencyKey)

Method Detail

getCurrencyKey

public Object getCurrencyKey()

Skip navigation links


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.