Class GridTable.Loader

java.lang.Object
org.compiere.model.GridTable.Loader
All Implemented Interfaces:
Serializable, Runnable
Enclosing class:
GridTable

protected class GridTable.Loader extends Object implements Serializable, Runnable
Asynchronous Loader
See Also:
  • Constructor Details

    • Loader

      public Loader()
      Construct Loader
  • Method Details

    • setContext

      public void setContext(Properties context)
    • open

      protected int open(int maxRows)
      Open ResultSet
      Parameters:
      maxRows - maximum number of rows or 0 for all
      Returns:
      number of records
    • run

      public void run()
      Fill Buffer to include Row
      Specified by:
      run in interface Runnable