org.zkoss.zul
Class Timer.ExtraCtrl

java.lang.Object
  extended by org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
      extended by org.zkoss.zul.Timer.ExtraCtrl
All Implemented Interfaces:
Movable, Sizable, Timer, ZIndexed, PrologAllowed
Enclosing class:
Timer

protected class Timer.ExtraCtrl
extends HtmlBasedComponent.ExtraCtrl
implements Timer

A utility class to implement AbstractComponent.getExtraCtrl(). It is used only by component developers.


Constructor Summary
protected Timer.ExtraCtrl()
           
 
Method Summary
 void onTimer()
          Called when the timer request is received.
 
Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
setHeightByClient, setLeftByClient, setPrologContent, setTopByClient, setWidthByClient, setZIndexByClient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timer.ExtraCtrl

protected Timer.ExtraCtrl()
Method Detail

onTimer

public void onTimer()
Description copied from interface: Timer
Called when the timer request is received.

Specified by:
onTimer in interface Timer


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