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