Class SelectCrosstabBandAction

    • Constructor Detail

      • SelectCrosstabBandAction

        public SelectCrosstabBandAction()
    • Method Detail

      • setSelected

        public void setSelected​(boolean selected)
      • initialize

        public void initialize()
      • getOtherGroupBodyList

        public ArrayList<org.pentaho.reporting.engine.classic.core.Element> getOtherGroupBodyList()
      • buildCrosstabLists

        public void buildCrosstabLists()
      • actionPerformed

        public void actionPerformed​(ActionEvent e)
        Invoked when an action occurs. We are going to select all the elements inside of a crosstab band (row, column, or cell) every time actionPerformed is called - usually when user clicks on selection icon in subreport toolbar
        Specified by:
        actionPerformed in interface ActionListener