|
||||||||||
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.zul.Messagebox.ClickEvent
public static class Messagebox.ClickEvent
The event that will be received by the listener when the user clicks a button.
Constructor Summary | |
---|---|
Messagebox.ClickEvent(java.lang.String name,
Component target,
Messagebox.Button button)
|
Method Summary | |
---|---|
Messagebox.Button |
getButton()
Returns the button being clicked. |
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 Messagebox.ClickEvent(java.lang.String name, Component target, Messagebox.Button button)
Method Detail |
---|
public Messagebox.Button getButton()
Event.getName()
returns
onClose).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |