com.vaadin.shared.ui.grid

Package com.vaadin.shared.ui.grid

  • Interface Summary
    Interface Description
    GridClientRpc

    Server-to-client RPC interface for the Grid component.

    GridDragSourceRpc

    RPC for firing server side drag start and drag end events when the corresponding client side events happen on the drag source Grid.

    GridDropTargetRpc

    RPC for firing server side drop event when client side drop event happens on drop target Grid.

    GridServerRpc

    Client-to-server RPC interface for the Grid component.

  • Class Summary
    Class Description
    AbstractGridExtensionState

    State object for AbstractGridExtension.

    AbstractSelectionModelState

    Shared state for grid's abstract selection model.

    ColumnState

    Shared state for a Grid column.

    DetailsManagerState

    Shared state for DetailsManager extension.

    GridConstants

    Container class for common constants and default values used by the Grid component.

    GridDragSourceState

    State class containing parameters for GridDragSource.

    GridDropTargetState

    State class containing parameters for GridDropTarget.

    GridState

    The shared state for the Grid component.

    MultiSelectionModelState

    SharedState object for MultiSelectionModelImpl.

    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.

    SingleSelectionModelState

    Shared state for grid's single selection model.

  • Enum Summary
    Enum Description
    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.

    GridStaticCellType

    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.