| Package | Description |
|---|---|
| com.holonplatform.vaadin.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static ItemListingBuilder.ColumnHeaderMode |
ItemListingBuilder.ColumnHeaderMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemListingBuilder.ColumnHeaderMode[] |
ItemListingBuilder.ColumnHeaderMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualPropertyColumnBuilder<T,I,P,C,B> |
VirtualPropertyColumnBuilder.headerMode(ItemListingBuilder.ColumnHeaderMode headerMode)
Set the column header display mode for the column which corresponds to this virtual property.
|
B |
ItemListingBuilder.BaseGridItemListingBuilder.headerMode(P property,
ItemListingBuilder.ColumnHeaderMode headerMode)
Set the column header display mode for the column which corresponds to given property.
|
Copyright © 2019 The Holon Platform. All rights reserved.