Uses of Class
com.vaadin.ui.Table.Align
-
Packages that use Table.Align Package Description com.vaadin.ui -
-
Uses of Table.Align in com.vaadin.ui
Fields in com.vaadin.ui declared as Table.Align Modifier and Type Field Description static Table.Align
Table. ALIGN_CENTER
Deprecated.As of 7.0, useCENTER
insteadstatic Table.Align
Table. ALIGN_LEFT
Deprecated.As of 7.0, useLEFT
insteadstatic Table.Align
Table. ALIGN_RIGHT
Deprecated.As of 7.0, useRIGHT
insteadMethods in com.vaadin.ui that return Table.Align Modifier and Type Method Description Table.Align
Table.Align. convertStringToAlign(String string)
Table.Align
Table. getColumnAlignment(Object propertyId)
Gets the specified column's alignment.Table.Align[]
Table. getColumnAlignments()
Gets the array of column alignments.static Table.Align
Table.Align. valueOf(String name)
Returns the enum constant of this type with the specified name.static Table.Align[]
Table.Align. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.ui with parameters of type Table.Align Modifier and Type Method Description boolean
Table. addContainerProperty(Object propertyId, Class<?> type, Object defaultValue, String columnHeader, Resource columnIcon, Table.Align columnAlignment)
Adds a new property to the table and show it as a visible column.void
Table. setColumnAlignment(Object propertyId, Table.Align alignment)
Sets the specified column's alignment.void
Table. setColumnAlignments(Table.Align... columnAlignments)
Sets the column alignments.
-