How to know what events a component has

From Documentation
Revision as of 09:17, 14 July 2010 by Maya001122 (talk | contribs) (Created page with '{{ZKDevelopersGuidePageHeader}} You can find events for components in developer reference, chapter 4. The XUL Components If you want to look it up in the source code. getOuterA…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
How to know what events a component has


Stop.png This documentation is for an older version of ZK. For the latest one, please click here.


You can find events for components in developer reference, chapter 4. The XUL Components

If you want to look it up in the source code. getOuterAttrs() in Button.java is a good example. Events are likely to be registered like "appendAsapAttr(sb, Events.ON_FOCUS);"



Last Update : 2010/07/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.