Neither the TLcyToteAddOn nor the TLcyLspToteAddOn have API to customize a table view.

To modify the table view, you can:

  • Modify the configuration files of the tote add-ons: the configuration files allow a few minor modifications, such as removing or replacing buttons in the tool bar of the table, or adjusting the table limit for elements to be loaded.

  • Modify the source code: the source code of the add-ons is available as sample code that comes with the Lucy distribution. You can replace the official add-on with the sample version, and make your changes in the sample code.

    The class Javadoc of TLcyToteAddOn and TLcyLspToteAddOn contains instructions for replacing the add-on with the sample code version.