org.zkoss.zul
Class Fileupload.ExtraCtrl

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

protected class Fileupload.ExtraCtrl
extends HtmlBasedComponent.ExtraCtrl
implements Updatable

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


Constructor Summary
protected Fileupload.ExtraCtrl()
           
 
Method Summary
 void setResult(java.lang.Object result)
          Updates the result from 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

Fileupload.ExtraCtrl

protected Fileupload.ExtraCtrl()
Method Detail

setResult

public void setResult(java.lang.Object result)
Updates the result from the client. Callback by the system only. Don't invoke it directly.

Specified by:
setResult in interface Updatable
Parameters:
result - a list of media instances, or null


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