Uses of Class
org.zkoss.zk.ui.HtmlShadowElement

Packages that use HtmlShadowElement
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zuti.zul   
 

Uses of HtmlShadowElement in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui with type parameters of type HtmlShadowElement
protected static
<T extends HtmlShadowElement>
T
HtmlShadowElement.asShadow(java.lang.Object o)
           
 

Methods in org.zkoss.zk.ui with parameters of type HtmlShadowElement
static HtmlShadowElement.Direction HtmlShadowElement.inRange(HtmlShadowElement se, Component target)
          Returns the direction of the target component according to the given shadow element.
 

Uses of HtmlShadowElement in org.zkoss.zuti.zul
 

Subclasses of HtmlShadowElement in org.zkoss.zuti.zul
 class Apply
          The apply tag allows you to choose which template to be applied.
 class Choose
          The choose tag works like a Java switch statement in that it lets you choose between a number of alternatives.
 class ForEach
          The basic iteration tag, accepting many different collection types and supporting sub-setting and other functionality like JSTL's forEach
 class If
          The conditional execution of its body according to the value of the test attribute
 class Otherwise
          A switch statement has default clause to specify a default action and similar way choose has otherwise as default clause.
 class TemplateBasedShadowElement
          A template based skeleton class
 class When
          A when tag is used for choose like a Java switch statement in that it lets you between a number of alternatives.
 



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