Interface and Description |
---|
de.codecrafters.tableview.colorizers.TableDataRowColorizer
The
TableDataRowColorizer is deprecated. Use
TableDataRowBackgroundProvider instead. |
Class and Description |
---|
de.codecrafters.tableview.toolkit.TableDataRowColorizers
The
TableDataRowColorizers is deprecated. Use the TableDataRowBackgroundProviders instead. |
Method and Description |
---|
de.codecrafters.tableview.TableView.removeHeaderListener(TableHeaderClickListener)
This method has been deprecated in the version 2.2.0 for naming alignment reasons. Use the method
TableView.removeHeaderClickListener(TableHeaderClickListener) instead. |
de.codecrafters.tableview.TableView.removeTableDataClickListener(TableDataClickListener<T>)
This method has been deprecated in the version 2.2.0 for naming alignment reasons. Use the method
TableView.removeDataClickListener(TableDataClickListener) instead. |
de.codecrafters.tableview.TableView.setDataRowColorizer(TableDataRowColorizer<? super T>)
This method is deprecated. Use
TableView.setDataRowBackgroundProvider(de.codecrafters.tableview.providers.TableDataRowBackgroundProvider<? super T>) instead. |