Uses of Interface
org.zkoss.idom.Group
-
Packages that use Group Package Description org.zkoss.idom org.zkoss.idom.impl org.zkoss.idom.input org.zkoss.idom.util -
-
Uses of Group in org.zkoss.idom
Classes in org.zkoss.idom that implement Group Modifier and Type Class Description classDocumentRepresents Document which is also W3C/DOM's document, i.e., org.w3c.dom.Document.classElementThe iDOM element.classEntityReferenceThe iDOM entity reference.Methods in org.zkoss.idom that return Group Modifier and Type Method Description GroupItem. getParent()Gets the parent item.Methods in org.zkoss.idom with parameters of type Group Modifier and Type Method Description voidItem. setParent(Group parent)Sets the parent item. -
Uses of Group in org.zkoss.idom.impl
Classes in org.zkoss.idom.impl that implement Group Modifier and Type Class Description classAbstractGroupA semi-implemented item for group.Methods in org.zkoss.idom.impl that return Group Modifier and Type Method Description GroupAbstractItem. getParent()Methods in org.zkoss.idom.impl with parameters of type Group Modifier and Type Method Description voidAbstractItem. setParent(Group parent) -
Uses of Group in org.zkoss.idom.input
Fields in org.zkoss.idom.input with type parameters of type Group Modifier and Type Field Description protected java.util.Stack<Group>SAXHandler. _stackThe Group stack.Methods in org.zkoss.idom.input that return Group Modifier and Type Method Description protected GroupSAXHandler. getTopGroup()Returns the top group, or null if not available.Methods in org.zkoss.idom.input with parameters of type Group Modifier and Type Method Description protected voidSAXHandler. pushGroup(Group group)Adds a new group to the current group as a child, and pushes the new group to be the new current group. -
Uses of Group in org.zkoss.idom.util
Methods in org.zkoss.idom.util with parameters of type Group Modifier and Type Method Description static voidIDOMs. dumpTree(java.io.PrintStream s, Group group)Print a readable tree of the specified group to the specified stream.static voidIDOMs. dumpTree(java.io.PrintWriter s, Group group)Print a readable tree of the specified group to the specified writer.static voidIDOMs. dumpTree(Group group)Print a readable tree of the specified group to System.out.static ElementIDOMs. getFirstElement(Group group)Returns the first child element, or null if no child element at all.
-