Package org.openswing.swing.table.java

Interface Summary
GridDataLocator Title: OpenSwing Framework Description: Base class used to retrieve a block of rows for the grid.
 

Class Summary
ClientGridDataLocator Title: OpenSwing Framework Description: Class used to retrieve a block of rows for the grid, without calling the server side.
EJBGridDataLocator Title: OpenSwing Framework Description: Class used to retrieve data for grid, by calling the EJB Session Bean on the server side.
ServerGridDataLocator Title: OpenSwing Framework Description: Class used to retrieve a block of rows for the grid, by calling the server side, using the serverMethodName property and ClientUtils.getData method.