com.icesoft.faces.component
Class DisplayEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
com.icesoft.faces.component.DisplayEvent
- All Implemented Interfaces:
- java.io.Serializable
public class DisplayEvent
- extends javax.faces.event.FacesEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
DisplayEvent(javax.faces.component.UIComponent component)
|
DisplayEvent(javax.faces.component.UIComponent component,
javax.faces.component.UIComponent target)
|
DisplayEvent(javax.faces.component.UIComponent component,
javax.faces.component.UIComponent target,
java.lang.Object contextValue)
|
DisplayEvent(javax.faces.component.UIComponent component,
javax.faces.component.UIComponent target,
java.lang.Object contextValue,
boolean visible)
|
Methods inherited from class javax.faces.event.FacesEvent |
getComponent, getPhaseId, queue, setPhaseId |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DisplayEvent
public DisplayEvent(javax.faces.component.UIComponent component)
DisplayEvent
public DisplayEvent(javax.faces.component.UIComponent component,
javax.faces.component.UIComponent target)
DisplayEvent
public DisplayEvent(javax.faces.component.UIComponent component,
javax.faces.component.UIComponent target,
java.lang.Object contextValue)
DisplayEvent
public DisplayEvent(javax.faces.component.UIComponent component,
javax.faces.component.UIComponent target,
java.lang.Object contextValue,
boolean visible)
getTarget
public javax.faces.component.UIComponent getTarget()
getContextValue
public java.lang.Object getContextValue()
isVisible
public boolean isVisible()
isAppropriateListener
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
- Specified by:
isAppropriateListener
in class javax.faces.event.FacesEvent
processListener
public void processListener(javax.faces.event.FacesListener listener)
- Specified by:
processListener
in class javax.faces.event.FacesEvent
Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.