| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
Optional<ItemListing.ItemListingCell> |
ItemListing.ItemListingRow.getCell(P property)
Get the cell on this row corresponding to the given property, if available.
|
List<ItemListing.ItemListingCell> |
ItemListing.ItemListingRow.getCells()
Gets the cells that belong to this row as an unmodifiable list.
|
| Modifier and Type | Method and Description |
|---|---|
ItemListing.ItemListingCell |
ItemListingConfigurator.EditableItemListingRow.join(Collection<P> properties)
Joins the cells corresponding the given columns in the row.
|
default ItemListing.ItemListingCell |
ItemListingConfigurator.EditableItemListingRow.join(P... properties)
Joins the cells corresponding the given columns in the row.
|
Copyright © 2020 The Holon Platform. All rights reserved.