Uses of Class
org.zkoss.zk.ui.AbstractComponent
-
Packages that use AbstractComponent Package Description org.zkoss.zk.ui org.zkoss.zk.ui.sys -
-
Uses of AbstractComponent in org.zkoss.zk.ui
Subclasses of AbstractComponent in org.zkoss.zk.ui Modifier and Type Class Description classHtmlBasedComponentA skeletal implementation for HTML based components.classHtmlMacroComponentThe implementation of a macro component for HTML-based clients.classHtmlNativeComponentA component used to represent XML elements that are associated with the native namespace (http://www.zkoss.org/2005/zk/native).classHtmlShadowElementA skeleton of shadow element that represents as a shadow tree.Methods in org.zkoss.zk.ui with parameters of type AbstractComponent Modifier and Type Method Description protected voidHtmlShadowElement. initClone(AbstractComponent cloneHost)protected voidAbstractComponent. setSubBindingAnnotationCount(int diff, AbstractComponent node) -
Uses of AbstractComponent in org.zkoss.zk.ui.sys
Subclasses of AbstractComponent in org.zkoss.zk.ui.sys Modifier and Type Class Description classStubComponentA stub component is a 'degenerated' component that does not maintain the states at the server.classStubsComponentRepresents a tree ofStubComponentthat are merged into a single component.
-