|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Grid.Column | |
|---|---|
| com.vaadin.data | Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data. |
| com.vaadin.ui | |
| com.vaadin.ui.renderers | |
| Uses of Grid.Column in com.vaadin.data |
|---|
| Method parameters in com.vaadin.data with type arguments of type Grid.Column | |
|---|---|
void |
RpcDataProviderExtension.columnsAdded(java.util.List<Grid.Column> addedColumns)
Informs this data provider that given columns have been added to grid. |
void |
RpcDataProviderExtension.columnsRemoved(java.util.List<Grid.Column> removedColumns)
Informs this data provider that given columns have been removed from grid. |
| Uses of Grid.Column in com.vaadin.ui |
|---|
| Methods in com.vaadin.ui that return Grid.Column | ||
|---|---|---|
Grid.Column |
Grid.addColumn(java.lang.Object propertyId)
Adds a new Column to Grid. |
|
Grid.Column |
Grid.addColumn(java.lang.Object propertyId,
java.lang.Class<?> type)
Adds a new Column to Grid. |
|
Grid.Column |
Grid.Column.clearExpandRatio()
Clears the expand ratio for this column. |
|
Grid.Column |
Grid.ColumnVisibilityChangeEvent.getColumn()
Gets the column that became hidden or visible. |
|
Grid.Column |
Grid.getColumn(java.lang.Object propertyId)
Returns a column based on the property id |
|
protected Grid.Column |
Grid.AbstractGridExtension.getColumn(java.lang.String columnId)
Gets the column for a column id. |
|
Grid.Column |
Grid.Column.setConverter(Converter<?,?> converter)
Sets the converter used to convert from the property value type to the renderer presentation type. |
|
Grid.Column |
Grid.Column.setEditable(boolean editable)
Sets whether the properties corresponding to this column should be editable when the item editor is active. |
|
Grid.Column |
Grid.Column.setEditorField(Field<?> editor)
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)
Sets the ratio with which the column expands. |
|
Grid.Column |
Grid.Column.setHeaderCaption(java.lang.String caption)
Sets the caption of the header. |
|
Grid.Column |
Grid.Column.setHidable(boolean hidable)
Set whether it is possible for the user to hide this column or not. |
|
Grid.Column |
Grid.Column.setHidden(boolean hidden)
Hides or shows the column. |
|
Grid.Column |
Grid.Column.setHidingToggleCaption(java.lang.String hidingToggleCaption)
Sets the caption of the hiding toggle for this column. |
|
Grid.Column |
Grid.Column.setLastFrozenColumn()
Sets this column as the last frozen column in its grid. |
|
Grid.Column |
Grid.Column.setMaximumWidth(double pixels)
Sets the maximum width for this column. |
|
Grid.Column |
Grid.Column.setMinimumWidth(double pixels)
Sets the minimum width for this column. |
|
Grid.Column |
Grid.Column.setRenderer(Renderer<?> renderer)
Sets the renderer for this column. |
|
|
Grid.Column.setRenderer(Renderer<T> renderer,
Converter<? extends T,?> converter)
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.setSortable(boolean sortable)
Sets whether the column should be sortable by the user. |
|
Grid.Column |
Grid.Column.setWidth(double pixelWidth)
Sets the width (in pixels). |
|
Grid.Column |
Grid.Column.setWidthUndefined()
Marks the column width as undefined meaning that the grid is free to resize the column based on the cell contents and available space in the grid. |
|
| Methods in com.vaadin.ui that return types with arguments of type Grid.Column | |
|---|---|
java.util.List<Grid.Column> |
Grid.getColumns()
Returns a copy of currently configures columns in their current visual order in this Grid. |
java.util.Collection<Grid.Column> |
Grid.CommitErrorEvent.getErrorColumns()
Gets all the columns that have been marked as erroneous. |
| Methods in com.vaadin.ui with parameters of type Grid.Column | |
|---|---|
void |
Grid.CommitErrorEvent.addErrorColumn(Grid.Column column)
Marks that an error indicator should be shown for the editor of a column. |
| Constructors in com.vaadin.ui with parameters of type Grid.Column | |
|---|---|
Grid.ColumnVisibilityChangeEvent(Grid source,
Grid.Column column,
boolean hidden,
boolean isUserOriginated)
Constructor for a column visibility change event. |
|
| Uses of Grid.Column in com.vaadin.ui.renderers |
|---|
| Methods in com.vaadin.ui.renderers that return Grid.Column | |
|---|---|
Grid.Column |
ClickableRenderer.RendererClickEvent.getColumn()
Returns the Grid.Column where the click event originated. |
| Constructors in com.vaadin.ui.renderers with parameters of type Grid.Column | |
|---|---|
ClickableRenderer.RendererClickEvent(Grid source,
java.lang.Object itemId,
Grid.Column column,
com.vaadin.shared.MouseEventDetails mouseEventDetails)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||