Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.theme.nodes.Node

Packages that use Node
org.nuxeo.ecm.webapp.theme.fragment   
org.nuxeo.theme.elements   
org.nuxeo.theme.fragments   
org.nuxeo.theme.nodes   
org.nuxeo.theme.webwidgets   
org.nuxeo.webengine.blogs.fragments   
org.nuxeo.webengine.sites.fragments   
 

Uses of Node in org.nuxeo.ecm.webapp.theme.fragment
 

Classes in org.nuxeo.ecm.webapp.theme.fragment that implement Node
 class ActionFragment
           
 

Uses of Node in org.nuxeo.theme.elements
 

Subinterfaces of Node in org.nuxeo.theme.elements
 interface Element
           
 

Classes in org.nuxeo.theme.elements that implement Node
 class AbstractElement
           
 class CellElement
           
 class PageElement
           
 class SectionElement
           
 class ThemeElement
           
 

Methods in org.nuxeo.theme.elements that return types with arguments of type Node
 List<Node> ThemeElement.getChildrenInContext(URL themeURL)
           
 List<Node> Element.getChildrenInContext(URL themeURL)
           
 List<Node> AbstractElement.getChildrenInContext(URL themeURL)
           
 

Uses of Node in org.nuxeo.theme.fragments
 

Subinterfaces of Node in org.nuxeo.theme.fragments
 interface Fragment
           
 

Classes in org.nuxeo.theme.fragments that implement Node
 class AbstractFragment
           
 class GenericFragment
           
 class RegionFragment
           
 class TextFragment
           
 

Uses of Node in org.nuxeo.theme.nodes
 

Classes in org.nuxeo.theme.nodes that implement Node
 class AbstractNode
           
 

Methods in org.nuxeo.theme.nodes that return Node
 Node Node.addChild(Node node)
           
 Node AbstractNode.addChild(Node node)
           
 Node Node.getNextNode()
           
 Node AbstractNode.getNextNode()
           
 Node Node.getParent()
           
 Node AbstractNode.getParent()
           
 Node Node.getPreviousNode()
           
 Node AbstractNode.getPreviousNode()
           
 

Methods in org.nuxeo.theme.nodes that return types with arguments of type Node
 List<Node> Node.getChildren()
           
 List<Node> AbstractNode.getChildren()
           
 List<Node> Node.getDescendants()
           
 List<Node> AbstractNode.getDescendants()
           
 

Methods in org.nuxeo.theme.nodes with parameters of type Node
 Node Node.addChild(Node node)
           
 Node AbstractNode.addChild(Node node)
           
 void Node.insertAfter(Node node)
           
 void AbstractNode.insertAfter(Node node)
           
 boolean Node.isChildOf(Node node)
           
 boolean AbstractNode.isChildOf(Node node)
           
 void Node.moveTo(Node container, Integer order)
           
 void AbstractNode.moveTo(Node container, Integer order)
           
 void Node.removeChild(Node node)
           
 void AbstractNode.removeChild(Node node)
           
 void Node.setParent(Node node)
           
 void AbstractNode.setParent(Node parent)
           
 

Method parameters in org.nuxeo.theme.nodes with type arguments of type Node
 void Node.collectDescendants(List<Node> nodes)
           
 void AbstractNode.collectDescendants(List<Node> nodes)
           
 void Node.setChildren(List<Node> children)
           
 void AbstractNode.setChildren(List<Node> children)
           
 

Uses of Node in org.nuxeo.theme.webwidgets
 

Classes in org.nuxeo.theme.webwidgets that implement Node
 class AreaFragment
           
 

Uses of Node in org.nuxeo.webengine.blogs.fragments
 

Classes in org.nuxeo.webengine.blogs.fragments that implement Node
 class BlogSiteArchiveFragment
          Action fragment for initializing the fragment related to retrieving the archive of a certain BlogSite.
 class RecentBlogPostsFragment
          Action fragment for initializing the fragment related to retrieving a certain number of blog posts with information about the last BlogPost-s that are made under an BlogSite.
 

Uses of Node in org.nuxeo.webengine.sites.fragments
 

Classes in org.nuxeo.webengine.sites.fragments that implement Node
 class AllWebpageFragment
          Action fragment for initializing the fragment related to the WebPage-s that are direct children of the received document.
 class ContextualLinkFragment
          Action fragment for initializing the fragment related to the list with the details about the Contextual Link-s that have been created under a WebSite or Webpage document type.
 class MinisiteLastCommentsFragment
          Action fragment for initializing the fragment related to retrieving a certain number of comments that are last added under a WebPage under a WebSite.
 class MinisiteLastPublishedFragment
          Action fragment for initializing the fragment related to retrieving a certain number of pages with information about the last modified WebPage-s that are made under an WebSite or WebPage
 class PageLastCommentsFragment
          Action fragment for initializing the fragment related to retrieving the comments that are bounded to a WebPage.
 class SearchResultsFragment
          Action fragment for initializing the fragment : related to searching a certain webPage between all the pages under a WebSite that contains in title, description , main content or attached files the given searchParam, or related to searching all the documents for a certain tag.
 class TagCloudFragment
          Action fragment for initializing the fragment related to the details about the tag cloud.
 class TagFragment
          Action fragment for initializing the fragment related to the list with the details about the Tag-s that have been created under a web page, in the fragment initialization mechanism.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.