Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ui.web.model.impl
Class EditableModelRowEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by org.nuxeo.ecm.platform.ui.web.model.impl.EditableModelRowEvent
All Implemented Interfaces:
Serializable

public class EditableModelRowEvent
extends FacesEvent

EditableModel row event

Row event wraps the original event to put it in the row context.

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
EditableModelRowEvent(UIComponent source, FacesEvent wrapped, Integer key)
           
 
Method Summary
 FacesEvent getEvent()
           
 Integer getKey()
           
 PhaseId getPhaseId()
           
 boolean isAppropriateListener(FacesListener listener)
           
 void processListener(FacesListener listener)
           
 void setPhaseId(PhaseId phaseId)
           
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, queue
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EditableModelRowEvent

public EditableModelRowEvent(UIComponent source,
                             FacesEvent wrapped,
                             Integer key)
Method Detail

getPhaseId

public PhaseId getPhaseId()
Overrides:
getPhaseId in class FacesEvent

setPhaseId

public void setPhaseId(PhaseId phaseId)
Overrides:
setPhaseId in class FacesEvent

processListener

public void processListener(FacesListener listener)
Specified by:
processListener in class FacesEvent

isAppropriateListener

public boolean isAppropriateListener(FacesListener listener)
Specified by:
isAppropriateListener in class FacesEvent

getEvent

public FacesEvent getEvent()

getKey

public Integer getKey()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.