| Package | Description | 
|---|---|
| com.google.gwt.user.cellview.client | The "cellview" widget set. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SafeHtmlHeaderA Header containing safe HTML data rendered by a SafeHtmlCell. | 
| class  | TextHeaderA Header containing String data rendered by a  TextCell. | 
| Modifier and Type | Method and Description | 
|---|---|
| Header<?> | AbstractCellTable. getFooter(int index) | 
| Header<?> | HeaderBuilder. getHeader(Element elem) | 
| Header<?> | FooterBuilder. getHeader(Element elem) | 
| Header<?> | AbstractHeaderOrFooterBuilder. getHeader(Element elem) | 
| protected Header<?> | AbstractHeaderOrFooterBuilder. getHeader(int index)Get the header or footer at the specified index. | 
| Header<?> | AbstractCellTable. getHeader(int index) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractCellTable. addColumn(Column<T,?> col,
         Header<?> header)Adds a column to the end of the table with an associated header. | 
| void | AbstractCellTable. addColumn(Column<T,?> col,
         Header<?> header,
         Header<?> footer)Adds a column to the end of the table with an associated header and footer. | 
| void | AbstractCellTable. addColumn(Column<T,?> col,
         Header<?> header,
         Header<?> footer)Adds a column to the end of the table with an associated header and footer. | 
| void | AbstractCellTable. insertColumn(int beforeIndex,
            Column<T,?> col,
            Header<?> header)Inserts a column into the table at the specified index with an associated
 header. | 
| void | AbstractCellTable. insertColumn(int beforeIndex,
            Column<T,?> col,
            Header<?> header,
            Header<?> footer)Inserts a column into the table at the specified index with an associated
 header and footer. | 
| void | AbstractCellTable. insertColumn(int beforeIndex,
            Column<T,?> col,
            Header<?> header,
            Header<?> footer)Inserts a column into the table at the specified index with an associated
 header and footer. | 
| protected <H> void | AbstractHeaderOrFooterBuilder. renderHeader(ElementBuilderBase<?> out,
            Cell.Context context,
            Header<H> header)Renders a given Header into a given ElementBuilderBase. | 
| protected void | AbstractHeaderOrFooterBuilder. renderSortableHeader(ElementBuilderBase<?> out,
                    Cell.Context context,
                    Header<?> header,
                    boolean isSorted,
                    boolean isSortAscending)Render a header, including a sort icon if the column is sortable and
 sorted. |