public interface ColumnTagDeclaration extends HasIdBindingAndRendered, HasLabel, HasTip, IsVisual
Modifier and Type | Method and Description |
---|---|
void |
setAlign(String align)
Horizontal alignment of this column.
|
void |
setResizable(String resizable)
Flag indicating whether or not the width of this column in a sheet is resizable, by the user.
|
void |
setSortable(String sortable)
Flag indicating whether or not this column is sortable.
|
void |
setVerticalAlign(String verticalAlign)
Vertical alignment of this column.
|
setBinding
setRendered
setLabel
setTip
setCustomClass, setMarkup
void setAlign(String align)
void setVerticalAlign(String verticalAlign)
VerticalAlign.top
(default),
VerticalAlign.bottom
,
VerticalAlign.middle
void setSortable(String sortable)
java.util.List
or Object[]
.void setResizable(String resizable)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.