|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zk.ui.event.Event org.zkoss.zk.ui.event.AfterSizeEvent
public class AfterSizeEvent
Represents an event that resize a component and provides the new size of the component.
Constructor Summary | |
---|---|
AfterSizeEvent(java.lang.String name,
Component target,
int width,
int height)
Constructs an AfterSizeEvent. |
Method Summary | |
---|---|
static AfterSizeEvent |
getAfterSizeEvent(AuRequest request)
Converts an AU request to a AfterSizeEvent. |
int |
getHeight()
|
int |
getWidth()
|
Methods inherited from class org.zkoss.zk.ui.event.Event |
---|
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AfterSizeEvent(java.lang.String name, Component target, int width, int height)
Method Detail |
---|
public static AfterSizeEvent getAfterSizeEvent(AuRequest request)
public int getWidth()
public int getHeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |