view.page
Class StatisticsPage.DiscountTable

java.lang.Object
  extended by view.xhtml.HtmlObject
      extended by view.xhtml.HtmlElement
          extended by view.xhtml.ContainerElement
              extended by view.xhtml.Table
                  extended by view.element.ListTable
                      extended by view.page.StatisticsPage.DiscountTable
Enclosing class:
StatisticsPage

private class StatisticsPage.DiscountTable
extends ListTable

A table of discounts and their usage.


Constructor Summary
StatisticsPage.DiscountTable(Tournament tournament)
          Constructs the element.
 
Method Summary
 
Methods inherited from class view.element.ListTable
getHeader
 
Methods inherited from class view.xhtml.Table
addTr
 
Methods inherited from class view.xhtml.ContainerElement
add, add, getHtml, getHtml
 
Methods inherited from class view.xhtml.HtmlElement
getCloseTag, getCloseTag, getStartTag, getStartTag, setAttribute, setClass, setId, setName
 
Methods inherited from class view.xhtml.HtmlObject
getHtml, getIndent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatisticsPage.DiscountTable

public StatisticsPage.DiscountTable(Tournament tournament)
Constructs the element.

Parameters:
tournament - the tournament of the discounts.