Class ReportPerspective

    • Constructor Detail

      • ReportPerspective

        public ReportPerspective()
    • Method Detail

      • setJasperReportsCache

        public void setJasperReportsCache​(JasperReportsCache jasperReportsCache)
        Parameters:
        jasperReportsCache - the jasperReportsCache to set
      • setModelService

        public void setModelService​(ModelService modelService)
        Parameters:
        modelService - the modelService to set
      • generateCreateMenuitems

        public boolean generateCreateMenuitems​(org.zkoss.zul.Menupopup menupopup,
                                               boolean expandEditorArea,
                                               CreateContext createContext,
                                               boolean popup,
                                               java.util.Map<java.lang.String,​java.lang.Object> initValues,
                                               boolean loadDefaultValues)
        Description copied from class: BaseUICockpitPerspective
        Generates menu for creating new items.
        Overrides:
        generateCreateMenuitems in class BaseUICockpitPerspective
        Parameters:
        menupopup - the menu component
        expandEditorArea - if true, editor area will be expanded
        createContext - the creation context, optional
        popup - if true, the creation dialog will be opened as a popup
        initValues - initial values
        loadDefaultValues - if true, default values will be preloaded
        Returns:
        true, if menu has more than one entry, false otherwise