T
- the row data typepublic static class FooterBuilder extends Object
FooterBuilder
provides two optional ways to handle events, via a
Column
, a Header
, or both. If #getColumn(Element)
returns a Column
given the target Element
of an event, cell
table will use it to enable features such as sorting. If
#getHeader(Element)
returns a Header
, cell table will forward
the event to the Header
. You can specify both a Column
and
Header
.
The default implementation used by cell widgets is
DefaultHeaderOrFooterBuilder
.
Copyright © 2018. All rights reserved.