Abstract
Stores references to objects being dragged, and objects to drop on. Override with a reference in outer scope, if drag&drop should operate outside of table
Stores references to objects being dragged, and objects to drop on. Override with a reference in outer scope, if drag&drop should operate outside of table
Stores references to selected objects. Override with a reference in outer scope, if selection should also operate outside of table
Abstract
copyAbstract
getAbstract
getRetrieve a string to create a label for the table item representing the object (appears not to be called yet)
Abstract
renameReturn false if renaming of object is not possibile, or true if the object was renamed
Abstract
sortSort data by given key and direction
Subclass this to create a broker between your data and a [[Table]] to display and manipulate it. The [[Table]] doesn't know how your data is structured and how to handle it, the controller implements the methods needed