java.lang.Object
com.aoapps.web.framework.TreePageData
Models data used for one page in the page tree.
- Author:
- AO Industries, Inc.
-
Constructor Summary
ConstructorsConstructorDescriptionTreePageData
(String url, String description, boolean hasChildren, String... path) Creates new tree page data.TreePageData
(String url, String description, boolean hasChildren, Collection<String> path) Creates new tree page data. -
Method Summary
-
Constructor Details
-
TreePageData
Creates new tree page data.- Parameters:
path
- The path of display names.
-
TreePageData
Creates new tree page data.- Parameters:
path
- The path of display names, extracted viaCollection.toArray(java.lang.Object[])
-
-
Method Details
-
getUrl
-
getDescription
-
hasChildren
public boolean hasChildren() -
getPath
-