@FunctionalInterface public static interface ItemListingBuilder.TableFooterGenerator<T,P> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getFooter(ItemListing<T,P> listing,
P property)
Generate the footer content for the column which corresponds to given
property. |
String getFooter(ItemListing<T,P> listing, P property)
property.listing - Source listing componentproperty - Property to which the column is boundnull for noneCopyright © 2019 The Holon Platform. All rights reserved.