| Package | Description |
|---|---|
| com.vaadin.v7.ui |
| Modifier and Type | Field and Description |
|---|---|
static Table.Align |
Table.ALIGN_CENTER
Deprecated.
As of 7.0, use
CENTER instead |
static Table.Align |
Table.ALIGN_LEFT
Deprecated.
As of 7.0, use
LEFT instead |
static Table.Align |
Table.ALIGN_RIGHT
Deprecated.
As of 7.0, use
RIGHT instead |
| Modifier and Type | Method and Description |
|---|---|
Table.Align |
Table.Align.convertStringToAlign(String string)
Deprecated.
|
Table.Align |
Table.getColumnAlignment(Object propertyId)
Deprecated.
Gets the specified column's alignment.
|
Table.Align[] |
Table.getColumnAlignments()
Deprecated.
Gets the array of column alignments.
|
static Table.Align |
Table.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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Table.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.
|
void |
Table.setColumnAlignment(Object propertyId,
Table.Align alignment)
Deprecated.
Sets the specified column's alignment.
|
void |
Table.setColumnAlignments(Table.Align... columnAlignments)
Deprecated.
Sets the column alignments.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.