Interface ExportGrid<G extends ExportGrid<G>>

    • Method Detail

      • exportGridAction

        default G exportGridAction​(String scope,
                                   UnaryOperator<ExportGridAction<?>> fn)
        Adds the grid-level export action to export the entities from this grid.
        Parameters:
        scope - the OAuth2 scope
        fn - the added action for further customization
        Returns:
        this grid for further customization
      • addExportGridAction

        default G addExportGridAction​(ExportGridAction<?> action)
        Adds the grid-level export action to export the entities from this grid.
        Parameters:
        action - the ImportGridAction action
        Returns:
        this grid for further customization
      • removeExportGridAction

        default G removeExportGridAction()
        Removes the grid-level export action.
        Returns:
        this grid for further customization