public interface WidgetPolicyFilter extends PolicyFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTreeCatNodeExtraContent(TreeCat treecat,
java.lang.String extraContent,
Category cat,
int level,
int pubcount)
This method is called by TreeCat to append some specific content
for each category node or leaf.
|
java.lang.String |
updateCSS(java.lang.String css,
AbstractWidget widget)
This method is called by all widget to update the css configuration.
|
java.lang.String |
updateHiddenActions(java.lang.String hiddenActions,
AbstractWidget widget)
Deprecated.
|
init
static final java.lang.String REVISION
@Deprecated java.lang.String updateHiddenActions(java.lang.String hiddenActions, AbstractWidget widget)
hiddenActions
- the action set to the widgetwidget
- the calling widgetAbstractWidget.setHiddenActions(String)
java.lang.String updateCSS(java.lang.String css, AbstractWidget widget)
css
- the current csswidget
- the calling widgetjava.lang.String getTreeCatNodeExtraContent(TreeCat treecat, java.lang.String extraContent, Category cat, int level, int pubcount)
treecat
- the TreeCat calling this methodextraContent
- the previous extraContentcat
- the current categorylevel
- the level asked to be displayedpubcount
- the count of publication if it has been calculatedChannel.getCurrentServletRequest()
,
TreeCat.getBranch(Category, int)
Copyright © 2001-2010 Jalios SA. All Rights Reserved.