Uses of Class
com.vaadin.ui.Table.Align

Packages that use Table.Align
com.vaadin.ui   
 

Uses of Table.Align in com.vaadin.ui
 

Fields in com.vaadin.ui declared as Table.Align
static Table.Align Table.ALIGN_CENTER
          Deprecated. from 7.0, use CENTER instead
static Table.Align Table.ALIGN_LEFT
          Deprecated. from 7.0, use LEFT instead
static Table.Align Table.ALIGN_RIGHT
          Deprecated. from 7.0, use RIGHT instead
 

Methods in com.vaadin.ui that return Table.Align
 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
 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.
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.