Class CellEditEvent<T>

    • Constructor Detail

      • 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 Detail

      • getOldValue

        public T getOldValue()
      • getNewValue

        public T getNewValue()
      • getRowIndex

        public int getRowIndex()
      • getColumn

        public UIColumn getColumn()
      • getRowKey

        public String getRowKey()