| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.AbstractComponent
net.sf.jzeno.echo.components.CustomComponent
net.sf.jzeno.unittesting.screen.AbstractUnitTestCustomComponent
net.sf.jzeno.unittesting.screen.HistoryController
public class HistoryController
| Field Summary | 
|---|
| Fields inherited from class net.sf.jzeno.unittesting.screen.AbstractUnitTestCustomComponent | 
|---|
controller, dynaTable, mainGrid, mayStart, packageSelectionChanged, packageSelector, parentsList, reloadButton, selectedUnitTests, unittestSelectionChanged, unittestSelector | 
| Constructor Summary | |
|---|---|
HistoryController()
 | 
|
| Method Summary | |
|---|---|
 void | 
clearHistory()
 | 
 void | 
clearSuccessfull()
 | 
 java.util.List | 
getData()
 | 
protected  void | 
initializeScreen()
 | 
 void | 
preRender()
Make changes to the visual representation of this component before Echo starts rendering the component.  | 
 void | 
refresh()
 | 
 void | 
viewStackTrace(PropertyComponent pc)
 | 
| Methods inherited from class net.sf.jzeno.unittesting.screen.AbstractUnitTestCustomComponent | 
|---|
changedUnittestSelector, getPackageSelection, getPackageSelector, getReloadButton, getUnittestSelection, getUnittestSelector, populateUnittestSelector, reloadUnitTests | 
| Methods inherited from class net.sf.jzeno.echo.components.CustomComponent | 
|---|
addValidator, fireActionEvent, fireActionEvent, fireActionEvent, getActionCommand, getBean, getBeanClass, getDecorator, getNullObject, getProperty, getValidationErrors, getValidators, getValue, isBound, isMarkedInvalid, isReadOnly, isRequired, isValid, markInvalid, markValid, rebind, removeValidator, setActionCommand, setBean, setBeanClass, setDecorator, setNullObject, setProperty, setReadOnly, setRequired, setValue, traceValue, validate | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public HistoryController()
| Method Detail | 
|---|
public void preRender()
PropertyComponentMake changes to the visual representation of this component before Echo starts rendering the component.
Do not modify any bound javabeans in this method, as the changes to these will not be reflected properly on the screen.
preRender in interface PropertyComponentpreRender in class CustomComponentprotected void initializeScreen()
initializeScreen in class AbstractUnitTestCustomComponentpublic void viewStackTrace(PropertyComponent pc)
public void refresh()
public void clearHistory()
public void clearSuccessfull()
public java.util.List getData()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||