SwatObject
└─SwatUIObject
└─SwatCellRenderer
└─SiteArticleVisibilityCellRenderer
└─StoreArticleVisibilityCellRenderer
public class StoreArticleVisibilityCellRenderer
extends SiteArticleVisibilityCellRenderer
| Fields inherited from Site.SiteArticleVisibilityCellRenderer | |
|---|---|
| display_positive_states, enabled, searchable, separator, show_in_menu | |
| Fields inherited from Swat.SwatCellRenderer | |
|---|---|
| id, sensitive | |
| Fields inherited from Swat.SwatUIObject | |
|---|---|
| classes, html_head_entry_set, parent, visible | |
| Method Summary | |
|---|---|
| void | render() Renders this cell. |
| Methods inherited from Site.SiteArticleVisibilityCellRenderer | |
|---|---|
| render | |
| Methods inherited from Swat.SwatCellRenderer | |
|---|---|
| getBaseCSSClassNames, getDataSpecificCSSClassNames, getHtmlHeadEntrySet, getInheritanceCSSClassNames, getInlineJavaScript, getMessages, getPropertyNameToMap, hasMessage, init, isPropertyStatic, makePropertyStatic, process, render | |
| Methods inherited from Swat.SwatUIObject | |
|---|---|
| addComment, addJavaScript, addStyleSheet, addTangoAttribution, copy, getCSSClassNames, getCSSClassString, getFirstAncestor, getHtmlHeadEntrySet, getInlineJavaScript, getUniqueId, isVisible | |
public void render()
Renders this cell
Renders this cell using the values currently stored in class variables.
Cell renderer subclasses should extend this method to do all output neccessary to display the cell.
Cell renderer that displays a summary of the visibility of an article