org.zkoss.zkdemo.test
Class TestRichlet

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

public class TestRichlet
extends GenericRichlet

Used to test richlet.

Author:
tomyeh

Constructor Summary
TestRichlet()
           
 
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

TestRichlet

public TestRichlet()
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.