Serialized Form

  • Package com.vaadin.componentfactory.pdfviewer

    • Class com.vaadin.componentfactory.pdfviewer.PdfViewer

      class PdfViewer extends com.vaadin.flow.component.html.Div implements Serializable
      • Serialized Fields

        • addDownloadButton
          boolean addDownloadButton
        • addPrintButton
          boolean addPrintButton
        • addRotateClockwiseButton
          boolean addRotateClockwiseButton
        • addRotateCounterClockwiseButton
          boolean addRotateCounterClockwiseButton
        • downloadButton
          com.vaadin.flow.component.button.Button downloadButton
        • downloadButtonTooltipText
          String downloadButtonTooltipText
        • downloadLink
          com.vaadin.flow.component.html.Anchor downloadLink
        • printButton
          com.vaadin.flow.component.button.Button printButton
        • printButtonTooltipText
          String printButtonTooltipText
        • rotateClockwiseButton
          com.vaadin.flow.component.button.Button rotateClockwiseButton
        • rotateClockwiseButtonTooltipText
          String rotateClockwiseButtonTooltipText
        • rotateCounterClockwiseButton
          com.vaadin.flow.component.button.Button rotateCounterClockwiseButton
        • rotateCounterClockwiseButtonTooltipText
          String rotateCounterClockwiseButtonTooltipText
  • Package com.vaadin.componentfactory.pdfviewer.event