org.apache.myfaces.custom.newspaper
Class HtmlNewspaperTable
HtmlDataTable
org.apache.myfaces.custom.newspaper.HtmlNewspaperTable
public class HtmlNewspaperTable
extends HtmlDataTable
Model for a table in multiple balanced columns.
COMPONENT_TYPE
public static final String COMPONENT_TYPE
NEWSPAPER_COLUMNS_PROPERTY
public static final String NEWSPAPER_COLUMNS_PROPERTY
the property names
RENDERER_TYPE
public static final String RENDERER_TYPE
the component's renderers and type
SPACER_FACET_NAME
public static final String SPACER_FACET_NAME
HtmlNewspaperTable
public HtmlNewspaperTable()
getNewspaperColumns
public int getNewspaperColumns()
Set the number of columns the table will be divided over.
getSpacer
public UIComponent getSpacer()
Gets the spacer facet, between each pair of newspaper columns.
restoreState
public void restoreState(FacesContext context,
Object state)
saveState
public Object saveState(FacesContext context)
setNewspaperColumns
public void setNewspaperColumns(int newspaperColumns)
setSpacer
public void setSpacer(UIComponent spacer)