Package com.jalios.jcms.json.mixin
Interface CategoryMixIn
-
- All Superinterfaces:
BasicStorableMixIn
,DataMixIn
public interface CategoryMixIn extends DataMixIn
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<? extends TreeNode>
getTreeChildren()
-
Methods inherited from interface com.jalios.jcms.json.mixin.BasicStorableMixIn
getAttributes, getStore, getUrid, hasBeenUpdated, isStored, setAttributes, setAttributes, setStore
-
Methods inherited from interface com.jalios.jcms.json.mixin.DataMixIn
getDisplayLinkCss, getDisplayLinkDataAttribute, getDisplayLinkHtmlAttributes, getExportXmlDataValue, isInDatabase
-
-
-
-
Method Detail
-
getTreeChildren
java.util.Collection<? extends TreeNode> getTreeChildren()
-
-