| Package | Description |
|---|---|
| com.holonplatform.vaadin.components | |
| com.holonplatform.vaadin.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static ItemListing.ColumnAlignment |
ItemListing.ColumnAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemListing.ColumnAlignment[] |
ItemListing.ColumnAlignment.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.alignment(ItemListing.ColumnAlignment alignment)
Set the text alignment for the column which corresponds to this virtual property.
|
B |
ItemListingBuilder.alignment(P property,
ItemListing.ColumnAlignment alignment)
Set the text alignment for the column which corresponds to given property.
|
Copyright © 2019 The Holon Platform. All rights reserved.