Uses of Class
com.vaadin.v7.ui.Grid
-
Packages that use Grid Package Description com.vaadin.v7.server.communication.data com.vaadin.v7.ui com.vaadin.v7.ui.renderers -
-
Uses of Grid in com.vaadin.v7.server.communication.data
Methods in com.vaadin.v7.server.communication.data that return Grid Modifier and Type Method Description protected GridRpcDataProviderExtension. getGrid()Deprecated.Methods in com.vaadin.v7.server.communication.data with parameters of type Grid Modifier and Type Method Description voidRpcDataProviderExtension. extend(Grid component)Deprecated.Makes the data source available to the givenGridcomponent. -
Uses of Grid in com.vaadin.v7.ui
Fields in com.vaadin.v7.ui declared as Grid Modifier and Type Field Description protected GridGrid.StaticSection. gridDeprecated.Methods in com.vaadin.v7.ui that return Grid Modifier and Type Method Description GridGrid.CommitErrorEvent. getComponent()Deprecated.GridGrid.GridContextClickEvent. getComponent()Deprecated.GridGrid.CellReference. getGrid()Deprecated.Gets the grid that contains the referenced cell.GridGrid.RowReference. getGrid()Deprecated.Gets the grid that contains the referenced row.protected GridGrid.AbstractGridExtension. getParentGrid()Deprecated.Gets the parent Grid of the renderer.Methods in com.vaadin.v7.ui that return types with arguments of type Grid Modifier and Type Method Description protected Class<Grid>Grid.AbstractRenderer. getSupportedParentType()Deprecated.Methods in com.vaadin.v7.ui with parameters of type Grid Modifier and Type Method Description voidGrid.AbstractSelectionModel. setGrid(Grid grid)Deprecated.voidGrid.SelectionModel. setGrid(Grid grid)Deprecated.Injects the currentGridinstance into the SelectionModel.Constructors in com.vaadin.v7.ui with parameters of type Grid Constructor Description AbstractGridExtension(Grid grid)Deprecated.Constructs a new Grid extension and extends given Grid.ColumnReorderEvent(Grid source, boolean userOriginated)Deprecated.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.CommitErrorEvent(Grid grid, FieldGroup.CommitException cause)Deprecated.DetailComponentManager(Grid grid)Deprecated.DetailComponentManager(Grid grid, Grid.DetailsGenerator detailsGenerator)Deprecated.EditorCloseEvent(Grid source, Object itemID)Deprecated.EditorEvent(Grid source, Object itemID)Deprecated.EditorMoveEvent(Grid source, Object itemID)Deprecated.EditorOpenEvent(Grid source, Object itemID)Deprecated.Footer(Grid grid)Deprecated.GridContextClickEvent(Grid source, com.vaadin.shared.MouseEventDetails mouseEventDetails, GridConstants.Section section, int rowIndex, Object itemId, Object propertyId)Deprecated.Header(Grid grid)Deprecated.RowReference(Grid grid)Deprecated.Creates a new row reference for the given grid. -
Uses of Grid in com.vaadin.v7.ui.renderers
Constructors in com.vaadin.v7.ui.renderers with parameters of type Grid Constructor Description RendererClickEvent(Grid source, Object itemId, Grid.Column column, com.vaadin.shared.MouseEventDetails mouseEventDetails)Deprecated.
-