Interface PSPDFKitViews.PSPDFView

  • All Implemented Interfaces:

    
    public interface PSPDFKitViews.PSPDFView
    
                        

    Shared interface of all auxiliary views (search view, thumbnail bar, grid, etc.) that are hosted inside the PdfActivity.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • show

         abstract void show()

        Called by the activity when the view should make itself visible.

      • hide

         abstract void hide()

        Called by the activity when the view should hide itself.

      • clearDocument

         abstract void clearDocument()

        Called by the activity when the view should unbind the previously set document. This may be called in low-memory situations or prior to re-binding another document.

      • isDisplayed

         abstract boolean isDisplayed()

        Called when the activity needs to know the visibility of this view. Returns true if this view is visible, otherwise returns false.