Uses of Class
org.zkoss.ztl.Widget

Packages that use Widget
org.zkoss.ztl ZTL Selenium Core library. 
 

Uses of Widget in org.zkoss.ztl
 

Methods in org.zkoss.ztl that return Widget
 Widget Widget.$f(java.lang.String id)
          Returns the fellow of the widget from the given id.
 Widget Widget.$o()
          Returns the id-space-owner of the widget.
 Widget Widget.firstChild()
          Returns the first child of the widget.
 Widget Widget.getChild(java.lang.String name)
          Returns the child of the widget from the given name.
 Widget Widget.lastChild()
          Returns the last child of the widget.
 Widget Widget.nextSibling()
          Returns the next sibling of the widget.
 Widget Widget.previousSibling()
          Returns the previous sibling of the widget.
 Widget JQuery.toWidget()
          translate to widget.
protected  Widget ZKClientTestCase.widget(int number)
          Returns the Widget object of the UUID.
protected  Widget ZKClientTestCase.widget(JQuery jQuery)
          Returns the Widget object from the JQuery object.
protected  Widget ZKClientTestCase.widget(java.lang.String uuid)
          Returns the Widget object of the UUID.
 

Methods in org.zkoss.ztl with parameters of type Widget
 int ZKClientTestCase.getScrollLeft(Widget widget)
           
 int ZKClientTestCase.getScrollTop(Widget widget)
           
protected  void ZKClientTestCase.removeChildren(Widget w)
          Remove all of the children of the given widget.
 



Copyright © 2015. All Rights Reserved.