| Package | Description |
|---|---|
| com.vaadin.v7.server.communication.data | |
| com.vaadin.v7.ui | |
| com.vaadin.v7.ui.renderers |
| Modifier and Type | Method and Description |
|---|---|
void |
RpcDataProviderExtension.columnsAdded(List<Grid.Column> addedColumns)
Deprecated.
Informs this data provider that given columns have been added to grid.
|
void |
RpcDataProviderExtension.columnsRemoved(List<Grid.Column> removedColumns)
Deprecated.
Informs this data provider that given columns have been removed from
grid.
|
| Modifier and Type | Method and Description |
|---|---|
Grid.Column |
Grid.addColumn(Object propertyId)
Deprecated.
Adds a new Column to Grid.
|
Grid.Column |
Grid.addColumn(Object propertyId,
Class<?> type)
Deprecated.
Adds a new Column to Grid.
|
Grid.Column |
Grid.Column.clearExpandRatio()
Deprecated.
Clears the expand ratio for this column.
|
Grid.Column |
Grid.ColumnVisibilityChangeEvent.getColumn()
Deprecated.
Gets the column that became hidden or visible.
|
Grid.Column |
Grid.ColumnResizeEvent.getColumn()
Deprecated.
Returns the column that was resized.
|
Grid.Column |
Grid.getColumn(Object propertyId)
Deprecated.
Returns a column based on the property id.
|
protected Grid.Column |
Grid.AbstractGridExtension.getColumn(String columnId)
Deprecated.
Gets the column for a column id.
|
Grid.Column |
Grid.Column.setConverter(Converter<?,?> converter)
Deprecated.
Sets the converter used to convert from the property value type to
the renderer presentation type.
|
Grid.Column |
Grid.Column.setEditable(boolean editable)
Deprecated.
Sets whether the properties corresponding to this column should be
editable when the item editor is active.
|
Grid.Column |
Grid.Column.setEditorField(Field<?> editor)
Deprecated.
Sets the field component used to edit the properties in this column
when the item editor is active.
|
Grid.Column |
Grid.Column.setExpandRatio(int expandRatio)
Deprecated.
Sets the ratio with which the column expands.
|
Grid.Column |
Grid.Column.setHeaderCaption(String caption)
Deprecated.
Sets the caption of the header.
|
Grid.Column |
Grid.Column.setHidable(boolean hidable)
Deprecated.
Sets whether this column can be hidden by the user.
|
Grid.Column |
Grid.Column.setHidden(boolean hidden)
Deprecated.
Hides or shows the column.
|
Grid.Column |
Grid.Column.setHidingToggleCaption(String hidingToggleCaption)
Deprecated.
Sets the caption of the hiding toggle for this column.
|
Grid.Column |
Grid.Column.setLastFrozenColumn()
Deprecated.
Sets this column as the last frozen column in its grid.
|
Grid.Column |
Grid.Column.setMaximumWidth(double pixels)
Deprecated.
Sets the maximum width for this column.
|
Grid.Column |
Grid.Column.setMinimumWidth(double pixels)
Deprecated.
Sets the minimum width for this column.
|
Grid.Column |
Grid.Column.setRenderer(Renderer<?> renderer)
Deprecated.
Sets the renderer for this column.
|
<T> Grid.Column |
Grid.Column.setRenderer(Renderer<T> renderer,
Converter<? extends T,?> converter)
Deprecated.
Sets the renderer for this column and the converter used to convert
from the property value type to the renderer presentation type.
|
Grid.Column |
Grid.Column.setResizable(boolean resizable)
Deprecated.
Sets whether this column can be resized by the user.
|
Grid.Column |
Grid.Column.setSortable(boolean sortable)
Deprecated.
Sets whether this column is sortable by the user.
|
Grid.Column |
Grid.Column.setWidth(double pixelWidth)
Deprecated.
Sets the width (in pixels).
|
Grid.Column |
Grid.Column.setWidthUndefined()
Deprecated.
Marks the column width as undefined.
|
| Modifier and Type | Method and Description |
|---|---|
List<Grid.Column> |
Grid.getColumns()
Deprecated.
Returns a copy of currently configures columns in their current visual
order in this Grid.
|
Collection<Grid.Column> |
Grid.CommitErrorEvent.getErrorColumns()
Deprecated.
Gets all the columns that have been marked as erroneous.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.CommitErrorEvent.addErrorColumn(Grid.Column column)
Deprecated.
Marks that an error indicator should be shown for the editor of a
column.
|
| Constructor and Description |
|---|
ColumnResizeEvent(Grid source,
Grid.Column column,
boolean userOriginated)
Deprecated.
|
ColumnVisibilityChangeEvent(Grid source,
Grid.Column column,
boolean hidden,
boolean isUserOriginated)
Deprecated.
Constructor for a column visibility change event.
|
| Modifier and Type | Method and Description |
|---|---|
Grid.Column |
ClickableRenderer.RendererClickEvent.getColumn()
Deprecated.
Returns the
Grid.Column where the click event originated. |
| Constructor and Description |
|---|
RendererClickEvent(Grid source,
Object itemId,
Grid.Column column,
com.vaadin.shared.MouseEventDetails mouseEventDetails)
Deprecated.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.