|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.event.Event
org.zkoss.zk.ui.event.CheckEvent
public class CheckEvent
Represents an event cause by user's check a state at the client.
| Constructor Summary | |
|---|---|
CheckEvent(java.lang.String name,
Component target,
boolean checked)
Constructs a check-relevant event. |
|
| Method Summary | |
|---|---|
static CheckEvent |
getCheckEvent(AuRequest request)
Converts an AU request to a check event. |
boolean |
isChecked()
Returns whether the state is checked. |
| 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 CheckEvent(java.lang.String name,
Component target,
boolean checked)
checked - whether it is checked.| Method Detail |
|---|
public static final CheckEvent getCheckEvent(AuRequest request)
public final boolean isChecked()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||