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