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.
-
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
andTLcyLspToteAddOn
contains instructions for replacing the add-on with the sample code version.