org.zkoss.zkdemo.test
Class ErrorHandling

java.lang.Object
  extended by org.zkoss.zk.ui.GenericRichlet
      extended by org.zkoss.zkdemo.test.ErrorHandling
All Implemented Interfaces:
Richlet

public class ErrorHandling
extends GenericRichlet

Used to test richlet.

Author:
tomyeh

Constructor Summary
ErrorHandling()
           
 
Method Summary
 void service(Page page)
          Called by the richlet container to create components when the specified page is visited and created.
 
Methods inherited from class org.zkoss.zk.ui.GenericRichlet
destroy, getLanguageDefinition, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorHandling

public ErrorHandling()
Method Detail

service

public void service(Page page)
Description copied from interface: Richlet
Called by the richlet container to create components when the specified page is visited and created.



Copyright © 2005-2009 Potix Corporation. All Rights Reserved.