org.zkoss.zul
Class Datebox.ExtraCtrl

java.lang.Object
  extended by org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
      extended by org.zkoss.zul.Datebox.ExtraCtrl
All Implemented Interfaces:
Blockable, PrologAllowed
Enclosing class:
Datebox

protected class Datebox.ExtraCtrl
extends HtmlBasedComponent.ExtraCtrl
implements Blockable

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

If a component requires more client controls, it is suggested to override HtmlBasedComponent.getExtraCtrl() to return an instance that extends from this class.


Constructor Summary
protected Datebox.ExtraCtrl()
           
 
Method Summary
 boolean shallBlock(AuRequest request)
          Return true if the request shall be blocked.
 
Methods inherited from class org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrl
setPrologContent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Datebox.ExtraCtrl

protected Datebox.ExtraCtrl()
Method Detail

shallBlock

public boolean shallBlock(AuRequest request)
Description copied from interface: Blockable
Return true if the request shall be blocked.

Specified by:
shallBlock in interface Blockable


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo