Serializablepublic class CellEditEvent extends AbstractAjaxBehaviorEvent
source| Constructor | Description |
|---|---|
CellEditEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
int rowIndex,
UIColumn column) |
|
CellEditEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
int rowIndex,
UIColumn column,
String rowKey) |
|
CellEditEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
UIColumn column,
String rowKey) |
| Modifier and Type | Method | Description |
|---|---|---|
UIColumn |
getColumn() |
|
Object |
getNewValue() |
|
Object |
getOldValue() |
|
int |
getRowIndex() |
|
String |
getRowKey() |
isAppropriateListener, processListenergetSource, toStringpublic CellEditEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
int rowIndex,
UIColumn column)
public CellEditEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
int rowIndex,
UIColumn column,
String rowKey)
Copyright © 2018. All rights reserved.