Uses of Class
org.opencms.ui.sitemap.CmsSitemapTreeNode
Packages that use CmsSitemapTreeNode
Package
Description
Vaadin GUI components and utilities for use in the sitemap editor.
-
Uses of CmsSitemapTreeNode in org.opencms.ui.sitemap
Methods in org.opencms.ui.sitemap that return CmsSitemapTreeNodeModifier and TypeMethodDescriptionCmsSitemapTreeController.createNode(CmsSitemapTreeNodeData entry) Creates a sitemap tree node widget from a tree node bean.CmsSitemapTreeController.createRootNode()Creates the root node of the tree.Methods in org.opencms.ui.sitemap with parameters of type CmsSitemapTreeNodeModifier and TypeMethodDescriptionvoidCmsSitemapTreeController.initEventHandlers(CmsSitemapTreeNode node) Initializes the event handlers for a tree node widget.voidCmsSitemapTreeController.onClickOpen(CmsSitemapTreeNode node) Called when the user clicks on the 'opener' icon of a sitemap tree entry.voidCmsSitemapTreeController.updateNode(CmsSitemapTreeNode node) Updates a sitemap node widget after the resource it corresponds to has changed.Constructors in org.opencms.ui.sitemap with parameters of type CmsSitemapTreeNodeModifierConstructorDescriptionDialogContext(CmsResource resource, CmsSitemapTreeNode node) Creates a new instance.