C - Concrete configurator typepublic static interface ItemListingConfigurator.BaseItemListingColumnConfigurator<C extends ItemListingConfigurator.BaseItemListingColumnConfigurator<C>>
| Modifier and Type | Method and Description |
|---|---|
C |
alignment(ItemListingConfigurator.ColumnAlignment alignment)
Sets the column text alignment.
|
C |
flexGrow(int flexGrow)
Sets the flex grow ratio for the column.
|
C |
resizable(boolean resizable)
Set whether the column is user-resizable.
|
C |
visible(boolean visible)
Set whether the column is visible.
|
C |
width(String width)
Sets the width of the column as a CSS-string.
|
C resizable(boolean resizable)
resizable - Whether the column is user-resizableC visible(boolean visible)
visible - Whether the column is visibleC width(String width)
width - the width to setC flexGrow(int flexGrow)
When set to 0, column width is fixed.
flexGrow - the flex grow ratio to setC alignment(ItemListingConfigurator.ColumnAlignment alignment)
alignment - the text alignment to setCopyright © 2019 The Holon Platform. All rights reserved.