Class TestSuiteResultsTable

  • All Implemented Interfaces:
    Serializable, org.apache.click.Control, org.apache.click.Stateful

    public class TestSuiteResultsTable
    extends org.apache.click.control.Table
    Provides a Test Suite Results table for use in emails.
    Since:
    4.3.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.click.control.Table

        ASCENDING, bannerPosition, caption, CLASS_BLUE1, CLASS_BLUE2, CLASS_COMPLEX, CLASS_ISI, CLASS_ITS, CLASS_MARS, CLASS_NOCOL, CLASS_ORANGE1, CLASS_ORANGE2, CLASS_REPORT, CLASS_SIMPLE, CLASS_STYLES, COLUMN, columnList, columns, controlLink, controlList, dataProvider, height, hoverRows, nullifyRowListOnDestroy, PAGE, pageNumber, pageSize, paginator, PAGINATOR_ATTACHED, PAGINATOR_DETACHED, PAGINATOR_INLINE, paginatorAttachment, POSITION_BOTH, POSITION_BOTTOM, POSITION_TOP, renderId, rowCount, rowList, showBanner, SORT, sortable, sorted, sortedAscending, sortedColumn, width
      • Fields inherited from class org.apache.click.control.AbstractControl

        actionListener, attributes, behaviors, headElements, listener, listenerMethod, messages, name, parent, styles
      • Fields inherited from interface org.apache.click.Control

        CONTROL_MESSAGES
    • Constructor Summary

      Constructors 
      Constructor Description
      TestSuiteResultsTable()
      Create a new Test Suite Results Table object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.click.Context getContext()  
      void renderFooterRow​(org.apache.click.util.HtmlStringBuffer buffer)
      Render the total holdings footer.
      • Methods inherited from class org.apache.click.control.Table

        add, addColumn, addControl, addRowAttributes, createRowList, getBannerPosition, getCaption, getColumn, getColumnList, getColumns, getControlLink, getControls, getControlSizeEst, getDataProvider, getFirstRow, getHeadElements, getHeight, getHoverRows, getLastRow, getNullifyRowListOnDestroy, getNumberPages, getPageNumber, getPageSize, getPaginator, getPaginatorAttachment, getRenderId, getRowCount, getRowList, getShowBanner, getSortable, getSortedColumn, getState, getTag, getWidth, hasControls, isSorted, isSortedAscending, onDestroy, onInit, onProcess, onRender, removeColumn, removeColumn, removeColumns, removeState, render, renderBodyNoRows, renderBodyRowColumns, renderBodyRows, renderHeaderRow, renderPaginator, renderPagingControls, renderTableBanner, restoreState, saveState, setBannerPosition, setCaption, setClass, setDataProvider, setHeight, setHoverRows, setName, setNullifyRowListOnDestroy, setPageNumber, setPageSize, setPaginator, setPaginatorAttachment, setParent, setRenderId, setRowList, setShowBanner, setSortable, setSorted, setSortedAscending, setSortedColumn, setState, setWidth, sortRowList
      • Methods inherited from class org.apache.click.control.AbstractControl

        addBehavior, addStyleClass, appendAttributes, classExists, dispatchActionEvent, getActionListener, getAttribute, getAttributes, getBehaviors, getHtmlImports, getId, getMessage, getMessage, getMessages, getName, getPage, getParent, getStyle, getStyles, hasAttribute, hasAttributes, hasBehaviors, hasStyles, isAjaxTarget, onDeploy, removeBehavior, removeStyleClass, renderTagBegin, renderTagEnd, setActionListener, setAttribute, setId, setListener, setStyle, toString
    • Constructor Detail

      • TestSuiteResultsTable

        public TestSuiteResultsTable()
        Create a new Test Suite Results Table object.
    • Method Detail

      • getContext

        public org.apache.click.Context getContext()
        Specified by:
        getContext in interface org.apache.click.Control
        Overrides:
        getContext in class org.apache.click.control.AbstractControl
        Returns:
        a mock execution context if non available.
      • renderFooterRow

        public void renderFooterRow​(org.apache.click.util.HtmlStringBuffer buffer)
        Render the total holdings footer.
        Overrides:
        renderFooterRow in class org.apache.click.control.Table
        Parameters:
        buffer - the buffer to render the totals footer to