P
- Item property typepublic static interface ItemListingBuilder.ListingFooterRow<P> extends Serializable
ItemListing
.Modifier and Type | Method and Description |
---|---|
com.vaadin.ui.components.grid.FooterCell |
getCell(P propertyId)
Returns the cell on this row corresponding to the given property id.
|
Collection<? extends com.vaadin.ui.Component> |
getComponents()
Gets a collection of all components inside this row.
|
String |
getStyleName()
Returns the custom style name for this row.
|
com.vaadin.ui.components.grid.FooterCell |
join(com.vaadin.ui.components.grid.FooterCell... cellsToMerge)
Merges column cells in the row.
|
com.vaadin.ui.components.grid.FooterCell |
join(P... propertyIdsToMerge)
Merges cells corresponding to the given property ids in the row.
|
com.vaadin.ui.components.grid.FooterCell |
join(Set<com.vaadin.ui.components.grid.FooterCell> cellsToMerge)
Merges column cells in the row.
|
void |
setStyleName(String styleName)
Sets a custom style name for this row.
|
com.vaadin.ui.components.grid.FooterCell getCell(P propertyId)
propertyId
- the id of the property/column whose footer cell to get, not nullIllegalArgumentException
- if there is no such column in the gridcom.vaadin.ui.components.grid.FooterCell join(P... propertyIdsToMerge)
propertyIdsToMerge
- the ids of the property/column of the cells that should be merged. The cells should
not be merged to any other cell set.com.vaadin.ui.components.grid.FooterCell join(Set<com.vaadin.ui.components.grid.FooterCell> cellsToMerge)
cellsToMerge
- the cells which should be merged. The cells should not be merged to any other cell set.com.vaadin.ui.components.grid.FooterCell join(com.vaadin.ui.components.grid.FooterCell... cellsToMerge)
cellsToMerge
- the cells which should be merged. The cells should not be merged to any other cell set.String getStyleName()
void setStyleName(String styleName)
styleName
- the style name to set or null to not use any style nameCollection<? extends com.vaadin.ui.Component> getComponents()
The order of the components in the returned collection is not specified.
Copyright © 2018 The Holon Platform. All rights reserved.