A B D G O R S T V 

G

getCellView(int, int, ViewGroup) - Method in class de.codecrafters.tableview.TableDataAdapter
Method that gives the cell views for the different table cells.
getCellView(int, int, ViewGroup) - Method in class de.codecrafters.tableview.toolkit.SimpleTableDataAdapter
 
getColumnComparator(int) - Method in class de.codecrafters.tableview.SortableTableView
Gives the Comparator of the column at the given index.
getColumnCount() - Method in class de.codecrafters.tableview.TableColumnModel
Gives the column count of this model.
getColumnCount() - Method in class de.codecrafters.tableview.TableView
Gives the number of columns of this table.
getColumnWeight(int) - Method in class de.codecrafters.tableview.TableColumnModel
Gives the column weight (the relative width of a column) of the column at the given index.
getColumnWeight(int) - Method in class de.codecrafters.tableview.TableView
Gives the column weight (the relative width of the column) of the given column.
getColumnWeightSum() - Method in class de.codecrafters.tableview.TableColumnModel
Gives the overall column weight (sum of all column weights).
getContext() - Method in class de.codecrafters.tableview.TableDataAdapter
Gives the Context of this adapter.
getContext() - Method in class de.codecrafters.tableview.TableHeaderAdapter
Gives the android.content.Context of this adapter.
getData() - Method in class de.codecrafters.tableview.TableDataAdapter
Gives the data that is set to this adapter.
getHeaderSortStateViewProvider() - Method in class de.codecrafters.tableview.SortableTableView
Gives the current SortStateViewProvider.
getHeaderView(int, ViewGroup) - Method in class de.codecrafters.tableview.TableHeaderAdapter
Method that gives the header views for the different columns.
getHeaderView(int, ViewGroup) - Method in class de.codecrafters.tableview.toolkit.SimpleTableHeaderAdapter
 
getLayoutInflater() - Method in class de.codecrafters.tableview.TableDataAdapter
Gives the LayoutInflater of this adapter.
getLayoutInflater() - Method in class de.codecrafters.tableview.TableHeaderAdapter
Gives the LayoutInflater of this adapter.
getResources() - Method in class de.codecrafters.tableview.TableDataAdapter
Gives the Resources of this adapter.
getResources() - Method in class de.codecrafters.tableview.TableHeaderAdapter
Gives the Resources of this adapter.
getRowColor(int, T) - Method in interface de.codecrafters.tableview.colorizers.TableDataRowColoriser
Gives the row color for the row with the given index holding the given data.
getRowData(int) - Method in class de.codecrafters.tableview.TableDataAdapter
Gives the data object that shall be displayed in the row with the given index.
getSortStateViewResource(SortState) - Method in interface de.codecrafters.tableview.providers.SortStateViewProvider
Gives the drawable resource for the given SortState.
getView(int, View, ViewGroup) - Method in class de.codecrafters.tableview.TableDataAdapter
 
A B D G O R S T V