| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WidgetPolicyFilter
This class allow users to customize behaviour of widgets by re-writing call-back methods.
| Field Summary | |
|---|---|
| static String | REVISION | 
| Method Summary | |
|---|---|
|  String | getTreeCatNodeExtraContent(TreeCat treecat,
                           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. | 
|  String | updateCSS(String css,
          AbstractWidget widget)This method is called by all widget to update the css configuration. | 
|  String | updateHiddenActions(String hiddenActions,
                    AbstractWidget widget)Deprecated. | 
| Methods inherited from interface java.lang.Comparable | 
|---|
| compareTo | 
| Methods inherited from interface com.jalios.jcms.plugin.PluginComponent | 
|---|
| init | 
| Field Detail | 
|---|
static final String REVISION
| Method Detail | 
|---|
@Deprecated
String updateHiddenActions(String hiddenActions,
                                      AbstractWidget widget)
hiddenActions - the action set to the widgetwidget - the calling widget
AbstractWidget.setHiddenActions(String)
String updateCSS(String css,
                 AbstractWidget widget)
css - the current csswidget - the calling widget
String getTreeCatNodeExtraContent(TreeCat treecat,
                                  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 calculated
Channel.getCurrentServletRequest(), 
TreeCat.getBranch(Category, int)| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||