org.zkoss.zul
Class Slider.ExtraCtrl

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

protected class Slider.ExtraCtrl
extends HtmlBasedComponent.ExtraCtrl
implements Scrollable

The extra control that will be returned by AbstractComponent.getExtraCtrl(). It is used only by component developers.


Constructor Summary
protected Slider.ExtraCtrl()
           
 
Method Summary
 void setCurposByClient(int curpos)
          Sets the value in string (aka., text) by 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

Slider.ExtraCtrl

protected Slider.ExtraCtrl()
Method Detail

setCurposByClient

public final void setCurposByClient(int curpos)
Description copied from interface: Scrollable
Sets the value in string (aka., text) by client.

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

Specified by:
setCurposByClient in interface Scrollable


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