P - Item property typepublic static interface ItemListingConfigurator.EditableItemListingRow<P> extends ItemListing.ItemListingRow<P>
ItemListing section row handler.| Modifier and Type | Method and Description |
|---|---|
ItemListing.ItemListingCell |
join(Collection<P> properties)
Joins the cells corresponding the given columns in the row.
|
default ItemListing.ItemListingCell |
join(P... properties)
Joins the cells corresponding the given columns in the row.
|
getCell, getCellsItemListing.ItemListingCell join(Collection<P> properties)
The columns must be adjacent, and this row must be the out-most row.
The way that the client-side web component works also causes some limitations to which cells can be joined. For example, if you join the first and second cell in the header, you cannot join the second and third cell in the footer.
properties - The properties of the cells to join (not null)IllegalArgumentException - if it's not possible to join the given cellsdefault ItemListing.ItemListingCell join(P... properties)
The columns must be adjacent, and this row must be the out-most row.
The way that the client-side web component works also causes some limitations to which cells can be joined. For example, if you join the first and second cell in the header, you cannot join the second and third cell in the footer.
properties - The properties of the cells to join (not null)IllegalArgumentException - if it's not possible to join the given cellsCopyright © 2020 The Holon Platform. All rights reserved.