java.lang.Object
org.primefaces.showcase.view.data.datatable.GroupView
All Implemented Interfaces:
Serializable

@Named("dtGroupView") @ViewScoped public class GroupView extends Object implements Serializable
See Also:
  • Constructor Details

    • GroupView

      public GroupView()
  • Method Details

    • init

      @PostConstruct public void init()
    • getSales

      public List<Sale> getSales()
    • getLastYearTotal

      public Integer getLastYearTotal()
    • getThisYearTotal

      public Integer getThisYearTotal()
    • getYears

      public List<Integer> getYears()
    • getYearCount

      public int getYearCount()
    • getPlayers

      public List<Player> getPlayers()