Uses of Class
info.magnolia.ui.vaadin.gwt.client.editor.dom.CmsNode

Packages that use CmsNode
info.magnolia.ui.vaadin.gwt.client.editor.dom   
 

Uses of CmsNode in info.magnolia.ui.vaadin.gwt.client.editor.dom
 

Subclasses of CmsNode in info.magnolia.ui.vaadin.gwt.client.editor.dom
 class MgnlArea
          Represents an area inside the CmsNode-tree.
 class MgnlComponent
          Represents a component inside the CmsNode-tree.
 class MgnlElement
          Extends the CmsNode by objects used for positioning the associated AbstractBar inside the DOM structure.
 class MgnlPage
          Represents the page node which is the root of the CmsNode tree-structure.
 

Fields in info.magnolia.ui.vaadin.gwt.client.editor.dom declared as CmsNode
protected  CmsNode CmsNode.parent
           
 

Methods in info.magnolia.ui.vaadin.gwt.client.editor.dom that return CmsNode
 CmsNode CmsNode.getParent()
           
 CmsNode CmsNode.getRoot()
           
 

Methods in info.magnolia.ui.vaadin.gwt.client.editor.dom that return types with arguments of type CmsNode
 List<CmsNode> CmsNode.getAscendants()
           
 LinkedList<CmsNode> CmsNode.getChildren()
           
 List<CmsNode> CmsNode.getDescendants()
           
 

Methods in info.magnolia.ui.vaadin.gwt.client.editor.dom with parameters of type CmsNode
 boolean CmsNode.isRelated(CmsNode relative)
           
 void CmsNode.setParent(CmsNode parent)
           
 

Constructors in info.magnolia.ui.vaadin.gwt.client.editor.dom with parameters of type CmsNode
CmsNode(CmsNode parent)
           
 



Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.