P - Item property typepublic static interface ItemListing.ItemListingRow<P>
ItemListing section row handler.| Modifier and Type | Method and Description |
|---|---|
Optional<ItemListing.ItemListingCell> |
getCell(P property)
Get the cell on this row corresponding to the given property, if available.
|
List<ItemListing.ItemListingCell> |
getCells()
Gets the cells that belong to this row as an unmodifiable list.
|
List<ItemListing.ItemListingCell> getCells()
Optional<ItemListing.ItemListingCell> getCell(P property)
property - The property for which to obtain the cell (not null)Copyright © 2019 The Holon Platform. All rights reserved.