P - Item property typeR - Section row typepublic static interface ItemListing.ItemListingSection<P,R extends ItemListing.ItemListingRow<P>>
ItemListing section handler for header and footer configuration.| Modifier and Type | Method and Description |
|---|---|
default Optional<R> |
getFirstRow()
Returns the first row of the section, if available.
|
List<R> |
getRows()
Get all the section rows, in order from top to bottom.
|
Copyright © 2020 The Holon Platform. All rights reserved.