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. |