public class DvtActionEvent
extends javax.faces.event.ActionEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ACTION_COMPONENT_ID |
static java.lang.String |
ACTION_EVENT_TYPE |
static java.lang.String |
ACTION_EVENT_TYPE_ACTION
Internal used only
|
static java.lang.String |
CLIENT_ROW_KEY |
static java.lang.String |
EVENT_NAME |
protected java.lang.String |
m_actionComponentId |
protected java.lang.String |
m_actionEventType |
protected java.lang.Object |
m_rowKey |
| Constructor and Description |
|---|
DvtActionEvent(javax.faces.component.UIComponent component,
java.lang.String actionEventType,
java.lang.Object rowKey,
java.lang.String actionComponentId)
Constructs an instance of the DvtActionEvent.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionComponentId()
Gets the new action component id
|
java.lang.String |
getActionEventType()
Gets the node action event type, possible values are:
ACTION_EVENT_TYPE_ACTION
|
java.lang.Object |
getRowKey() |
public static final java.lang.String EVENT_NAME
public static final java.lang.String ACTION_EVENT_TYPE
public static final java.lang.String ACTION_COMPONENT_ID
public static final java.lang.String CLIENT_ROW_KEY
public static final java.lang.String ACTION_EVENT_TYPE_ACTION
protected java.lang.String m_actionEventType
protected java.lang.String m_actionComponentId
protected java.lang.Object m_rowKey
public DvtActionEvent(javax.faces.component.UIComponent component,
java.lang.String actionEventType,
java.lang.Object rowKey,
java.lang.String actionComponentId)
public java.lang.String getActionEventType()
public java.lang.String getActionComponentId()
public java.lang.Object getRowKey()