public class EditableModelRowEvent extends FacesEvent
Row event wraps the original event to put it in the row context.
Constructor and Description |
---|
EditableModelRowEvent(UIComponent source,
FacesEvent wrapped,
Integer key) |
Modifier and Type | Method and Description |
---|---|
FacesEvent |
getEvent() |
Integer |
getKey() |
PhaseId |
getPhaseId() |
boolean |
isAppropriateListener(FacesListener listener) |
void |
processListener(FacesListener listener) |
void |
setPhaseId(PhaseId phaseId) |
getComponent, queue
getSource, toString
public EditableModelRowEvent(UIComponent source, FacesEvent wrapped, Integer key)
public PhaseId getPhaseId()
getPhaseId
in class FacesEvent
public void setPhaseId(PhaseId phaseId)
setPhaseId
in class FacesEvent
public void processListener(FacesListener listener)
processListener
in class FacesEvent
public boolean isAppropriateListener(FacesListener listener)
isAppropriateListener
in class FacesEvent
public FacesEvent getEvent()
public Integer getKey()
Copyright © 2011 Nuxeo SA. All Rights Reserved.