|
ICEfaces ACE Components 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
org.icefaces.ace.event.ResizeEvent
public class ResizeEvent
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ResizeEvent(javax.faces.component.UIComponent component,
int width,
int height)
|
Method Summary | |
---|---|
int |
getHeight()
|
int |
getWidth()
|
boolean |
isAppropriateListener(javax.faces.event.FacesListener faceslistener)
|
void |
processListener(javax.faces.event.FacesListener faceslistener)
|
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 |
Constructor Detail |
---|
public ResizeEvent(javax.faces.component.UIComponent component, int width, int height)
Method Detail |
---|
public boolean isAppropriateListener(javax.faces.event.FacesListener faceslistener)
isAppropriateListener
in class javax.faces.event.FacesEvent
public void processListener(javax.faces.event.FacesListener faceslistener)
processListener
in class javax.faces.event.FacesEvent
public int getWidth()
public int getHeight()
|
ICEfaces ACE Components 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |