org.zkoss.zul
Class Calendar.ExtraCtrl

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

protected class Calendar.ExtraCtrl
extends HtmlBasedComponent.ExtraCtrl
implements InputableX

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


Constructor Summary
protected Calendar.ExtraCtrl()
           
 
Method Summary
 boolean setTextByClient(java.lang.String value)
          Sets the value in string (aka., text) by the client.
 
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

Calendar.ExtraCtrl

protected Calendar.ExtraCtrl()
Method Detail

setTextByClient

public boolean setTextByClient(java.lang.String value)
                        throws WrongValueException
Description copied from interface: InputableX
Sets the value in string (aka., text) by the client.

This method is designed to be used by engine. Don't invoke it directly. Otherwise, the client and server might mismatch.

Specified by:
setTextByClient in interface InputableX
Returns:
false if nothing is changed.
Throws:
WrongValueException


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