Package com.avoka.fc.core.service
Class TestSuiteResultsTable
java.lang.Object
org.apache.click.control.AbstractControl
org.apache.click.control.Table
com.avoka.fc.core.service.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:
-
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, widthFields inherited from class org.apache.click.control.AbstractControl
actionListener, attributes, behaviors, headElements, listener, listenerMethod, messages, name, parent, stylesFields inherited from interface org.apache.click.Control
CONTROL_MESSAGES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.click.ContextvoidrenderFooterRow(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, sortRowListMethods 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 Details
-
TestSuiteResultsTable
public TestSuiteResultsTable()Create a new Test Suite Results Table object.
-
-
Method Details
-
getContext
public org.apache.click.Context getContext()- Specified by:
getContextin interfaceorg.apache.click.Control- Overrides:
getContextin classorg.apache.click.control.AbstractControl- Returns:
- a mock execution context if non available.
-