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