A B D G O R S T V 

T

TableColumnModel - Class in de.codecrafters.tableview
A model holding the column information of a TableView.
TableColumnModel(int) - Constructor for class de.codecrafters.tableview.TableColumnModel
Creates a new TableColumnModel with the given number of columns.
TableDataAdapter<T> - Class in de.codecrafters.tableview
The abstract implementation of an adapter used to bring data to a TableView.
TableDataAdapter(Context, T[]) - Constructor for class de.codecrafters.tableview.TableDataAdapter
Creates a new TableDataAdapter.
TableDataAdapter(Context, List<T>) - Constructor for class de.codecrafters.tableview.TableDataAdapter
Creates a new TableDataAdapter.
TableDataClickListener<T> - Interface in de.codecrafters.tableview.listeners
Created by Ingo on 18.07.2015.
TableDataRowColoriser<T> - Interface in de.codecrafters.tableview.colorizers
A interface for a table data row background color provider.
TableDataRowColorisers - Class in de.codecrafters.tableview.toolkit
Factory for different TableDataRowColoriser.
TableDataRowColorisers() - Constructor for class de.codecrafters.tableview.toolkit.TableDataRowColorisers
 
TableHeaderAdapter - Class in de.codecrafters.tableview
The abstract implementation of an adapter used to bring data to a TableHeaderView.
TableHeaderAdapter(Context) - Constructor for class de.codecrafters.tableview.TableHeaderAdapter
Creates a new TableHeaderAdapter.
TableHeaderClickListener - Interface in de.codecrafters.tableview.listeners
Listener interface to listen for clicks on table headers of a SortableTableView.
TableView<T> - Class in de.codecrafters.tableview
A view that is able to display data as a table.
TableView(Context) - Constructor for class de.codecrafters.tableview.TableView
Creates a new TableView with the given context.
TableView(Context, AttributeSet) - Constructor for class de.codecrafters.tableview.TableView
Creates a new TableView with the given context.
TableView(Context, AttributeSet, int) - Constructor for class de.codecrafters.tableview.TableView
Creates a new TableView with the given context.
A B D G O R S T V