zul
Class Auxbutton

java.lang.Object
  extended by zk.Object
      extended by zul.Auxbutton

public class Auxbutton
extends Object

An auxiliary button is used for ComboWidget


Field Summary
 
Fields inherited from class zk.Object
$class, $oid
 
Method Summary
 void $init(Widget wgt, DOMElement btn, DOMElement ref)
          Constructor
 void cleanup()
          Cleans the button setting, and then you cannot use the object any more.
 
Methods inherited from class zk.Object
$init, $instanceof, $super, $super, $supers, $supers, afterInit, isAssignableFrom, isInstance, proxy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

$init

public void $init(Widget wgt,
                  DOMElement btn,
                  DOMElement ref)
Constructor

Parameters:
wgt - the widget that the button belongs to
btn - the button element
ref - the input element

cleanup

public void cleanup()
Cleans the button setting, and then you cannot use the object any more.



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