Class LocaleSelectionReportController

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible, org.pentaho.reporting.engine.classic.core.modules.gui.base.ReportController

    public class LocaleSelectionReportController
    extends org.pentaho.reporting.engine.classic.core.modules.gui.base.DefaultReportController
    See Also:
    Serialized Form
    • Constructor Detail

      • LocaleSelectionReportController

        public LocaleSelectionReportController()
    • Method Detail

      • getSelectedLocale

        public Locale getSelectedLocale()
      • setSelectedLocale

        public void setSelectedLocale​(Locale locale)
      • initialize

        public void initialize​(org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewPane pane)
        Specified by:
        initialize in interface org.pentaho.reporting.engine.classic.core.modules.gui.base.ReportController
        Overrides:
        initialize in class org.pentaho.reporting.engine.classic.core.modules.gui.base.DefaultReportController
      • deinitialize

        public void deinitialize​(org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewPane pane)
        Called when the report controller gets removed.
        Specified by:
        deinitialize in interface org.pentaho.reporting.engine.classic.core.modules.gui.base.ReportController
        Overrides:
        deinitialize in class org.pentaho.reporting.engine.classic.core.modules.gui.base.DefaultReportController
        Parameters:
        pane -
      • getPreviewPane

        public org.pentaho.reporting.engine.classic.core.modules.gui.base.PreviewPane getPreviewPane()