public class DvtActionEvent extends DvtActionEvent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_EVENT_TYPE |
static java.lang.String |
ACTION_EVENT_TYPE_ACTION
Internal used only
|
protected java.lang.String |
m_actionEventType |
ACTION_COMPONENT_ID, CLIENT_ROW_KEY, EVENT_NAME, m_actionComponentId, 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 |
getActionEventType()
Gets the node action event type, possible values are:
ACTION_EVENT_TYPE_ACTION
|
getActionComponentId, getRowKey
public static final java.lang.String ACTION_EVENT_TYPE_ACTION
public static final java.lang.String ACTION_EVENT_TYPE
protected java.lang.String m_actionEventType