public class SiteContentProvider extends DocumentContentProvider
| Constructor and Description |
|---|
SiteContentProvider(CoreSession session) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getChildren(Object obj)
Gets the children for the given object.
|
String |
getLabel(Object obj)
Gets the label to be used when displaying the given object.
|
getElements, getFacets, getName, getSession, isContainer, setSessionpublic SiteContentProvider(CoreSession session)
public Object[] getChildren(Object obj)
ContentProviderThis method is used to populate the nested branches of the tree.
getChildren in interface ContentProvidergetChildren in class DocumentContentProviderobj - the objectpublic String getLabel(Object obj)
ContentProvidergetLabel in interface ContentProvidergetLabel in class DocumentContentProviderobj - the objectCopyright © 2015 Nuxeo SA. All rights reserved.