P - Property type@FunctionalInterface public static interface ItemListingConfigurator.ColumnPostProcessor<P>
| Modifier and Type | Method and Description |
|---|---|
void |
configureColumn(P property,
String header,
ItemListingConfigurator.ColumnConfigurator configurator)
Configure the column which corresponds to given
property. |
void configureColumn(P property, String header, ItemListingConfigurator.ColumnConfigurator configurator)
property.property - The property which identifies the columnheader - The column headerconfigurator - The ItemListingConfigurator.ColumnConfigurator which can be used to
configure the columnCopyright © 2020 The Holon Platform. All rights reserved.