|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.metainfo.EventHandler
public class EventHandler
An event handler of a component definition (ComponentDefinition).
| Constructor Summary | |
|---|---|
EventHandler(ZScript zscript,
Condition cond)
|
|
| Method Summary | |
|---|---|
ZScript |
getZScript()
Returns the zscript associated with this event handler. |
boolean |
isEffective(Component comp)
Used to evaluate whether it is effective. |
boolean |
isEffective(Page page)
Used to evaluate whether it is effective. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventHandler(ZScript zscript,
Condition cond)
| Method Detail |
|---|
public ZScript getZScript()
public boolean isEffective(Component comp)
Condition
isEffective in interface Conditioncomp - used as the self variable and to retrieve the
function mapper. Ignored if null.public boolean isEffective(Page page)
Condition
isEffective in interface Conditionpage - used as the self variable and to retrieve the function
mapper.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||