Uses of Interface
com.google.gwt.user.cellview.client.FooterBuilder
-
Uses of FooterBuilder in com.google.gwt.user.cellview.client
Modifier and TypeClassDescriptionclass
Default implementation ofHeaderBuilder
that renders columns.class
Default implementation ofHeaderBuilder
that renders columns.Modifier and TypeMethodDescriptionAbstractCellTable.getFooterBuilder()
Get theHeaderBuilder
used to generate the footer section.Modifier and TypeMethodDescriptionvoid
AbstractCellTable.setFooterBuilder
(FooterBuilder<T> builder) Set theHeaderBuilder
used to build the footer section of the table.