Class CmsAppCategoryNode

  • All Implemented Interfaces:
    I_CmsHasOrder

    public class CmsAppCategoryNode
    extends java.lang.Object
    implements I_CmsHasOrder
    Tree node representing an app category.

    Contains a list of child nodes and a list of apps, which are the leaves of the tree. Note that the list of children is not initialized after construction, it has to be filled manually.