This method is independent of {@link #createColumn(String,String)} and{@link #addColumn(TableColumn)}. This method improves upon them by saving you from creating and adding the column to every potential table it could be displayed in. It allows for your column to be added to future tables without and code changes on your end. @param forDataSourceType Class of datasource you want to add a column to,such as {@link Download}, {@link DownloadTypeComplete}, {@link DownloadTypeIncomplete} @param cellID The logical name of the column. @param listener @return an interface object allowing modification of the table column. @since 3.1.1.1
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |