Method Summary |
|
public void | encodeBegin(FacesContext context) If the rendered property is true, render the begining of the current
state of this UIComponent to the response contained in the specified
FacesContext. |
public int | getColumnCount() Get the max number of columns found for all TableRowGroup children. |
public int | getColumnHeadersCount() Get the number of column header bars for all TableRowGroup children. |
public UIComponent | getEmbeddedPanels() Get embedded panels. |
public String | getFilterId() Get the HTML element ID of the dropDown component used to display table
filter options.
Note: This is the fully qualified ID rendered in the outter tag enclosing
the HTML element. |
public static Option[] | getFilterOptions(Option[] options, boolean customFilterApplied) Get the "custom filter" options used for a table filter menu.
Note: UI guidelines state that a "Custom Filter" option should be added
to the filter menu, used to open the table filter panel. |
public int | getFirst() Get the zero-relative row number of the first row to be displayed for
a paginated table for all TableRowGroup children. |
public int | getHiddenSelectedRowsCount() Get the number of hidden selected rows for all TableRowGroup children. |
public int | getPageCount() Get the max number of pages for all TableRowGroup children. |
public int | getRowCount() Get the number of rows in the underlying TableDataProvider for all
TableRowGroup children. |
public int | getRows() Get the number of rows to be displayed per page for a paginated table
for all TableRowGroup children. |
public UIComponent | getTableActionsBottom() Get bottom actions. |
public UIComponent | getTableActionsTop() Get top actions. |
public int | getTableColumnFootersCount() Get the number of table column footer bars for all TableRowGroup children. |
public UIComponent | getTableFooter() Get table footer. |
public TableRowGroup | getTableRowGroupChild() Get the first TableRowGroup child found for the specified component that
have a rendered property of true. |
public Iterator | getTableRowGroupChildren() Get an Iterator over the TableRowGroup children found for this component. |
public int | getTableRowGroupCount() Get the number of child TableRowGroup components found for this component
that have a rendered property of true. |