public class RowSelectEvent
extends javax.faces.event.AjaxBehaviorEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
ROW_SELECT |
source| Constructor and Description |
|---|
RowSelectEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
int rowIndex,
Object rowData) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getRowData() |
int |
getRowIndex() |
isAppropriateListener, processListenergetComponent, getPhaseId, queue, setPhaseIdgetSource, toStringpublic static final String ROW_SELECT
public RowSelectEvent(javax.faces.component.UIComponent component,
javax.faces.component.behavior.Behavior behavior,
int rowIndex,
Object rowData)
public Object getRowData()
public int getRowIndex()
Copyright © 2016 Liferay, Inc.. All rights reserved.