Class DefaultPreviewHandler

  • All Implemented Interfaces:
    PreviewHandler

    public class DefaultPreviewHandler
    extends Object
    implements PreviewHandler
    The DefaultPreviewHandler creates a PreviewDialog for the current report.
    Author:
    Thomas Morgner
    • Constructor Detail

    • Method Detail

      • attemptPreview

        public void attemptPreview()
        Handler method called by the preview action. This method should perform all operations to preview the report.
        Specified by:
        attemptPreview in interface PreviewHandler