org.zkoss.zul
Class Fileupload.ExtraCtrl

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

protected class Fileupload.ExtraCtrl
extends java.lang.Object
implements org.zkoss.zk.ui.ext.client.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 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 org.zkoss.zk.ui.ext.client.Updatable
Parameters:
result - a list of media instances, or null


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