Uses of Interface
com.jalios.util.TreeNode
-
Packages that use TreeNode Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.calendar Contains the classes used to deal with calendar in JPlatform.com.jalios.jcms.jportal com.jalios.jcms.json.mixin com.jalios.jcms.mail com.jalios.jcms.media Contains all the classes to provide the Media Browser.com.jalios.jcms.pdf.form com.jalios.jcms.portlet Contains core Portlets parent of all generated portlets.com.jalios.jcms.portlet.navigate com.jalios.jcms.shortcut com.jalios.jcms.taglib Provides many of the classes used for JPlatform jsp tags.com.jalios.jcms.taglib.menu com.jalios.jcms.test com.jalios.jcms.workspace Contains classes about workspace features.com.jalios.jtaglib Contains the classes of utility Jalios JSP custom tag.com.jalios.util Contains Jalios utility classes (Unix-like crypt class, RSS parser, mail utility, servlet utility, comparators and miscellaneous utility static methods). -
-
Uses of TreeNode in com.jalios.jcms
Classes in com.jalios.jcms that implement TreeNode Modifier and Type Class Description class
AbstractDBTestType
class
AbstractWebPage
class
Category
A Category object is a node of the category tree.class
Content
Content is a tagging abstract class which a type implements to indicates it is an editorial publication.class
DBFileDocument
class
FileDocument
class
Form
Form is the mother class of all form types.class
Publication
This abstract class is the super class of all the Publication classes.class
UserContent
UserContent is a tagging abstract class which a type implements to indicates it is a user content.Methods in com.jalios.jcms that return TreeNode Modifier and Type Method Description TreeNode
Category. getTreeParent()
TreeNode
Publication. getTreeParent()
TreeNode
Category. getTreeRoot()
TreeNode
Publication. getTreeRoot()
Methods in com.jalios.jcms that return types with arguments of type TreeNode Modifier and Type Method Description java.util.Collection<? extends TreeNode>
Category. getTreeChildren()
java.util.Collection<? extends TreeNode>
Publication. getTreeChildren()
-
Uses of TreeNode in com.jalios.jcms.calendar
Classes in com.jalios.jcms.calendar that implement TreeNode Modifier and Type Class Description class
AbstractCalendarEvent
This abstract class provides a superclass to every calendar event and base methods for their manipulationclass
AbstractEventResource
Deprecated.this class will be moved to CalendarPlugin and will be removed in further version -
Uses of TreeNode in com.jalios.jcms.jportal
Classes in com.jalios.jcms.jportal that implement TreeNode Modifier and Type Class Description class
AbstractJPortal
-
Uses of TreeNode in com.jalios.jcms.json.mixin
Methods in com.jalios.jcms.json.mixin that return TreeNode Modifier and Type Method Description TreeNode
PublicationMixIn. getTreeParent()
TreeNode
PublicationMixIn. getTreeRoot()
Methods in com.jalios.jcms.json.mixin that return types with arguments of type TreeNode Modifier and Type Method Description java.util.Collection<? extends TreeNode>
CategoryMixIn. getTreeChildren()
java.util.Collection<? extends TreeNode>
PublicationMixIn. getTreeChildren()
-
Uses of TreeNode in com.jalios.jcms.mail
Classes in com.jalios.jcms.mail that implement TreeNode Modifier and Type Class Description class
MailMessage
Class used to build and send a mail message.Methods in com.jalios.jcms.mail that return TreeNode Modifier and Type Method Description TreeNode
MailMessage. getTreeParent()
Methods in com.jalios.jcms.mail that return types with arguments of type TreeNode Modifier and Type Method Description java.util.Collection<? extends TreeNode>
MailMessage. getTreeChildren()
-
Uses of TreeNode in com.jalios.jcms.media
Classes in com.jalios.jcms.media that implement TreeNode Modifier and Type Class Description class
AbstractMedia
-
Uses of TreeNode in com.jalios.jcms.pdf.form
Classes in com.jalios.jcms.pdf.form that implement TreeNode Modifier and Type Class Description class
PDFieldNode
class
PDFieldTree
Methods in com.jalios.jcms.pdf.form that return TreeNode Modifier and Type Method Description TreeNode
PDFieldNode. getTreeParent()
TreeNode
PDFieldTree. getTreeParent()
TreeNode
PDFieldNode. getTreeRoot()
TreeNode
PDFieldTree. getTreeRoot()
Constructors in com.jalios.jcms.pdf.form with parameters of type TreeNode Constructor Description PDFieldNode(org.apache.pdfbox.pdmodel.interactive.form.PDField field, TreeNode parent)
-
Uses of TreeNode in com.jalios.jcms.portlet
Classes in com.jalios.jcms.portlet that implement TreeNode Modifier and Type Class Description class
AbstractPortalJspCollection
class
Portal
An abstract Portal representation with fields to implements - String -> CSSFile - String -> Header - String -> Footer - Publication -> Childclass
PortalElement
class
PortalRedirect
An abstract Portal representation with fields to implements.class
Portlet
An abstract Portlet representation with fields to implement.class
PortletCollection
An abstract PortletCollection representation with fields to implements - PortalElement[] -> Childrenclass
PortletParent
An abstract PortletParent representation with fields to implements - Publication -> Childrenclass
PortletSkinable
An abstract Portlet representation with fields to implements - String -> DisplayTitle (ML) - String -> SkinTemplate - String -> SkinCSSMethods in com.jalios.jcms.portlet that return TreeNode Modifier and Type Method Description TreeNode
PortalElement. getTreeParent()
TreeNode
PortalElement. getTreeParent(TreeNode node)
TreeNode
PortalInterface. getTreeParent()
TreeNode
PortalInterface. getTreeParent(TreeNode node)
Methods in com.jalios.jcms.portlet that return types with arguments of type TreeNode Modifier and Type Method Description java.util.Collection<? extends TreeNode>
PortalElement. getTreeChildren()
Methods in com.jalios.jcms.portlet with parameters of type TreeNode Modifier and Type Method Description boolean
PortalElement. containsTreeDescendant(TreeNode tn)
Same as getAllTreeChildren() but stop when there is a match.TreeNode
PortalElement. getTreeParent(TreeNode node)
TreeNode
PortalInterface. getTreeParent(TreeNode node)
boolean
PortalElement. isChildTreeNode(TreeNode child)
-
Uses of TreeNode in com.jalios.jcms.portlet.navigate
Classes in com.jalios.jcms.portlet.navigate that implement TreeNode Modifier and Type Class Description class
CategoryMenuInfo
Methods in com.jalios.jcms.portlet.navigate that return TreeNode Modifier and Type Method Description TreeNode
CategoryMenuInfo. getTreeParent()
TreeNode
CategoryMenuInfo. getTreeRoot()
Methods in com.jalios.jcms.portlet.navigate that return types with arguments of type TreeNode Modifier and Type Method Description java.util.Collection<? extends TreeNode>
CategoryMenuInfo. getTreeChildren()
-
Uses of TreeNode in com.jalios.jcms.shortcut
Classes in com.jalios.jcms.shortcut that implement TreeNode Modifier and Type Class Description class
AbstractShortcut
-
Uses of TreeNode in com.jalios.jcms.taglib
Fields in com.jalios.jcms.taglib declared as TreeNode Modifier and Type Field Description protected TreeNode
EditTag. parentData
Methods in com.jalios.jcms.taglib with parameters of type TreeNode Modifier and Type Method Description java.lang.String
TreeViewDecorator. decorate(TreeNode treeNode, Member member, Workspace ws)
java.lang.String
TreeCatViewTag.TreeCatView. getItemCss(TreeNode treeNode, Member member, Workspace workspace)
Returns a string representing CSS classes appended to the tree item (eg.java.lang.String
TreeViewTag.TreeView. getItemCss(TreeNode treeNode, Member member, Workspace workspace)
Returns a string representing CSS classes appended to the tree item (eg.boolean
TreeViewTag.TreeView. isChecked(TreeNode node)
Returns true if given TreeNode is checkedboolean
TreeCatViewTag.TreeCatView. isDisabled(TreeNode treeNode)
Returns true if given Category is disabledboolean
TreeViewTag.TreeView. isDisabled(TreeNode node)
Returns true if given TreeNode is disabledboolean
TreeViewTag.TreeView. isHighlighted(TreeNode node)
Returns true if given TreeNode is Highlightedboolean
TreeViewTag.TreeView. isRemoved(TreeNode node)
Deprecated.useTreeViewTag.TreeView.isRemoved(Object)
insteadvoid
EditTag. setParentData(TreeNode parentData)
-
Uses of TreeNode in com.jalios.jcms.taglib.menu
Subinterfaces of TreeNode in com.jalios.jcms.taglib.menu Modifier and Type Interface Description interface
MenuInfo
-
Uses of TreeNode in com.jalios.jcms.test
Classes in com.jalios.jcms.test that implement TreeNode Modifier and Type Class Description class
AbstractTestType
-
Uses of TreeNode in com.jalios.jcms.workspace
Classes in com.jalios.jcms.workspace that implement TreeNode Modifier and Type Class Description class
Workspace
This class represents a WorkspaceMethods in com.jalios.jcms.workspace that return TreeNode Modifier and Type Method Description TreeNode
Workspace. getTreeRoot()
Methods in com.jalios.jcms.workspace that return types with arguments of type TreeNode Modifier and Type Method Description java.util.Collection<? extends TreeNode>
Workspace. getTreeChildren()
-
Uses of TreeNode in com.jalios.jtaglib
Methods in com.jalios.jtaglib with parameters of type TreeNode Modifier and Type Method Description void
TreeTag. setRoot(TreeNode rootNode)
-
Uses of TreeNode in com.jalios.util
Classes in com.jalios.util that implement TreeNode Modifier and Type Class Description class
MockTreeNode
Fields in com.jalios.util declared as TreeNode Modifier and Type Field Description TreeNode
MockTreeNode. parent
Methods in com.jalios.util that return TreeNode Modifier and Type Method Description TreeNode
MockTreeNode. getTreeParent()
TreeNode
TreeNode. getTreeParent()
Returns parent of the current nodeTreeNode
MockTreeNode. getTreeRoot()
TreeNode
TreeNode. getTreeRoot()
Returns the root of the current nodeMethods in com.jalios.util that return types with arguments of type TreeNode Modifier and Type Method Description java.util.Collection<TreeNode>
MockTreeNode. getTreeChildren()
java.util.Collection<? extends TreeNode>
TreeNode. getTreeChildren()
Returns a Collection of TreeNode children of the current nodeMethods in com.jalios.util with parameters of type TreeNode Modifier and Type Method Description static java.util.Set
Util. getAllChildren(TreeNode node, java.util.Set nodeSet)
Fill the given set with every children of the given treenode, including the node itself, returns the filled set.static java.util.TreeSet
Util. getAllChildrenSet(TreeNode node)
Returns a TreeSet with all children of the given treenode, (including the node itself)static java.util.TreeSet
Util. getTreeDescendantSet(TreeNode node)
Returns a TreeSet with all descendant of the given treenode, (excluding the node itself)static java.util.Set
Util. getTreeDescendantSet(TreeNode node, java.util.Set nodeSet)
static boolean
Util. isChildNode(TreeNode node, TreeNode child)
Test if a node is a child of an other node
Return false if child == nodestatic boolean
Util. isNodeChild(TreeNode parentNode, TreeNode child)
Test if a node is a child of an other node
Return false if child == node.Constructors in com.jalios.util with parameters of type TreeNode Constructor Description MockTreeNode(java.lang.String str, TreeNode... child)
-