Uses of Class
com.google.gwt.user.cellview.client.Header
Packages that use Header
-
Uses of Header in com.google.gwt.user.cellview.client
Subclasses of Header in com.google.gwt.user.cellview.clientModifier and TypeClassDescriptionclassA Header containing safe HTML data rendered by a SafeHtmlCell.classA Header containing String data rendered by aTextCell.Methods in com.google.gwt.user.cellview.client that return HeaderModifier and TypeMethodDescriptionHeader<?>AbstractCellTable.getFooter(int index) Header<?>AbstractCellTable.getHeader(int index) protected final Header<?>AbstractHeaderOrFooterBuilder.getHeader(int index) Get the header or footer at the specified index.Header<?>Header<?>Header<?>Methods in com.google.gwt.user.cellview.client with parameters of type HeaderModifier and TypeMethodDescriptionvoidAdds a column to the end of the table with an associated header.voidAdds a column to the end of the table with an associated header and footer.voidAbstractCellTable.insertColumn(int beforeIndex, Column<T, ?> col, Header<?> header) Inserts a column into the table at the specified index with an associated header.voidAbstractCellTable.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 final <H> voidAbstractHeaderOrFooterBuilder.renderHeader(ElementBuilderBase<?> out, Cell.Context context, Header<H> header) Renders a given Header into a given ElementBuilderBase.protected final voidAbstractHeaderOrFooterBuilder.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.