Class CellEditEvent<T>

java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.BehaviorEvent
javax.faces.event.AjaxBehaviorEvent
org.primefaces.event.AbstractAjaxBehaviorEvent
org.primefaces.event.CellEditEvent<T>
All Implemented Interfaces:
Serializable

public class CellEditEvent<T> extends AbstractAjaxBehaviorEvent
See Also:
  • Constructor Details

    • CellEditEvent

      public CellEditEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, int rowIndex, UIColumn column)
    • CellEditEvent

      public CellEditEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, int rowIndex, UIColumn column, String rowKey)
    • CellEditEvent

      public CellEditEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, UIColumn column, String rowKey)
  • Method Details

    • getOldValue

      public T getOldValue()
    • getNewValue

      public T getNewValue()
    • getRowIndex

      public int getRowIndex()
    • getColumn

      public UIColumn getColumn()
    • getRowKey

      public String getRowKey()