Uses of Package
com.vaadin.shared.ui.grid
-
Packages that use com.vaadin.shared.ui.grid Package Description com.vaadin.shared.ui.grid com.vaadin.shared.ui.grid.editor com.vaadin.shared.ui.tree com.vaadin.shared.ui.treegrid -
Classes in com.vaadin.shared.ui.grid used by com.vaadin.shared.ui.grid Class Description AbstractGridExtensionState State object for AbstractGridExtension.AbstractSelectionModelState Shared state for grid's abstract selection model.ColumnResizeMode Collection of modes used for resizing columns in the Grid.DropLocation Defines drop locations within a Grid row.DropMode Defines the locations within the Grid row where an element can be dropped.GridConstants.Section Enum describing different sections of Grid.GridConstants.SidebarColumnOrder Ordering of columns in the sidebarGridStaticCellType Enumeration, specifying the content type of a Cell in a GridStaticSection.HeightMode The modes for height calculation that are supported by Grid ( client (com.vaadin.client.widgets.Grid), server (com.vaadin.ui.Grid server), and Escalator (com.vaadin.client.widgets.Escalator Escalator).ScrollDestination Enumeration, specifying the destinations that are supported when scrolling rows or columns into view.SectionState Shared state for Grid headers and footers.SectionState.CellState The state of a header or footer cell.SectionState.RowState The state of a header or footer row. -
Classes in com.vaadin.shared.ui.grid used by com.vaadin.shared.ui.grid.editor Class Description AbstractGridExtensionState State object for AbstractGridExtension. -
Classes in com.vaadin.shared.ui.grid used by com.vaadin.shared.ui.tree Class Description AbstractGridExtensionState State object for AbstractGridExtension.AbstractSelectionModelState Shared state for grid's abstract selection model.MultiSelectionModelState SharedState object for MultiSelectionModelImpl. -
Classes in com.vaadin.shared.ui.grid used by com.vaadin.shared.ui.treegrid Class Description DropLocation Defines drop locations within a Grid row.GridDragSourceState State class containing parameters for GridDragSource.GridDropTargetState State class containing parameters for GridDropTarget.GridState The shared state for thecom.vaadin.ui.Gridcomponent.