Skip to Content
0
Dec 09, 2003 at 02:43 PM

Adding a table with an own AbstractTableModel

40 Views

My existing Java application comprises a class with the following signature:

public class RankingModel extends AbstractTableModel

Now I want to include a table with this "RankingModel" logic into a WebDynpro view.

In the WebDynpro documentation I could not find a method to include such a "self-defined"

table logic.

Does anybody know, whether this is possible, and how?

Best regards

Klaus