Adempiere 3.5.2a

org.adempiere.webui.component.test
Class ListModelTableTest

java.lang.Object
  extended by org.adempiere.webui.component.test.ListModelTableTest
All Implemented Interfaces:
WTableModelListener

public class ListModelTableTest
extends Object
implements WTableModelListener

Test class for ListModelTable.

Author:
Andrew Kimball

Constructor Summary
ListModelTableTest()
           
 
Method Summary
 void setUp()
           
 void tableChanged(WTableModelEvent event)
          This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
 void tearDown()
           
 void testAddColumn()
          Test method for ListModelTable.addColumn().
 void testAddTableModelListener()
          Test method for ListModelTable.addTableModelListener(org.adempiere.webui.event.WTableModelListener).
 void testGetDataAt()
          Test method for ListModelTable.getDataAt(int, int).
 void testListModelTable()
          Test method for ListModelTable.ListModelTable().
 void testListModelTableCollection()
          Test method for ListModelTable.ListModelTable(java.util.Collection).
 void testSetDataAt()
          Test method for ListModelTable.setDataAt(java.lang.Object, int, int).
 void testSetNoColumns()
          Test method for ListModelTable.setNoColumns(int).
 void testSetNoRows()
          Test method for ListModelTable.setNoRows(int).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListModelTableTest

public ListModelTableTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testListModelTable

public final void testListModelTable()
Test method for ListModelTable.ListModelTable().


testListModelTableCollection

public final void testListModelTableCollection()
Test method for ListModelTable.ListModelTable(java.util.Collection).


testAddColumn

public final void testAddColumn()
Test method for ListModelTable.addColumn().


testSetNoColumns

public final void testSetNoColumns()
Test method for ListModelTable.setNoColumns(int).


testGetDataAt

public final void testGetDataAt()
Test method for ListModelTable.getDataAt(int, int).


testSetDataAt

public final void testSetDataAt()
Test method for ListModelTable.setDataAt(java.lang.Object, int, int).


testSetNoRows

public final void testSetNoRows()
Test method for ListModelTable.setNoRows(int).


testAddTableModelListener

public final void testAddTableModelListener()
Test method for ListModelTable.addTableModelListener(org.adempiere.webui.event.WTableModelListener).


tableChanged

public void tableChanged(WTableModelEvent event)
Description copied from interface: WTableModelListener
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.

Specified by:
tableChanged in interface WTableModelListener
Parameters:
event - table model event

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.