Uses of Enum Class
org.vaadin.tatu.BeanTable.ColumnAlignment
-
Uses of BeanTable.ColumnAlignment in org.vaadin.tatu
Methods in org.vaadin.tatu that return BeanTable.ColumnAlignmentModifier and TypeMethodDescriptionBeanTable.Column.getAlignment()static BeanTable.ColumnAlignmentReturns the enum constant of this class with the specified name.static BeanTable.ColumnAlignment[]BeanTable.ColumnAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.tatu with parameters of type BeanTable.ColumnAlignmentModifier and TypeMethodDescriptionBeanTable.Column.setAlignment(BeanTable.ColumnAlignment alignment) Set vertical alignment of the cell content, CENTER, LEFT, RIGHT.