public class FocusEvent
extends javax.faces.event.FacesEvent
source
Constructor and Description |
---|
FocusEvent(javax.faces.component.UIComponent source)
The constructor with no key info is currently need for backwards compatibility.
|
FocusEvent(javax.faces.component.UIComponent source,
Object oldKey,
Object newKey)
Creates a new FocusEvent
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object |
getNewKey() |
Object |
getOldKey() |
int |
hashCode() |
boolean |
isAppropriateListener(javax.faces.event.FacesListener listener) |
void |
processListener(javax.faces.event.FacesListener listener) |
String |
toString() |
getComponent, getPhaseId, queue, setPhaseId
getSource
public FocusEvent(javax.faces.component.UIComponent source, Object oldKey, Object newKey)
source
- source componentoldKey
- old focus row keynewKey
- new focus row keypublic FocusEvent(javax.faces.component.UIComponent source)
source
- public Object getOldKey()
public Object getNewKey()
public void processListener(javax.faces.event.FacesListener listener)
processListener
in class javax.faces.event.FacesEvent
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener
in class javax.faces.event.FacesEvent
public String toString()
toString
in class EventObject
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.