Interface ThumbnailGridSpecialModeController
-
- All Implemented Interfaces:
-
com.pspdfkit.ui.special_mode.controller.base.SpecialModeController
public interface ThumbnailGridSpecialModeController implements SpecialModeController
A special mode controller bound to the com.pspdfkit.ui.PdfThumbnailGrid.
-
-
Method Summary
Modifier and Type Method Description abstract PdfThumbnailGrid
getThumbnailGrid()
Gets thumbnail grid on which the special mode is currently active. -
-
Method Detail
-
getThumbnailGrid
@NonNull() abstract PdfThumbnailGrid getThumbnailGrid()
Gets thumbnail grid on which the special mode is currently active.
- Returns:
Thumbnail grid of the special mode being active.
-
-
-
-