- setColumnComparator(int, Comparator<T>) - Method in class de.codecrafters.tableview.SortableTableView
-
Sets the given Comparator
for the column at the given index.
- setColumnCount(int) - Method in class de.codecrafters.tableview.TableColumnModel
-
Sets the column count to this model.
- setColumnCount(int) - Method in class de.codecrafters.tableview.TableView
-
Sets the number of columns of this table.
- setColumnWeight(int, int) - Method in class de.codecrafters.tableview.TableColumnModel
-
Sets the column weight (the relative width of a column) of the column at the given index.
- setColumnWeight(int, int) - Method in class de.codecrafters.tableview.TableView
-
Sets the column weight (the relative width of the column) of the given column.
- setDataAdapter(TableDataAdapter<T>) - Method in class de.codecrafters.tableview.TableView
-
- setDataRowColoriser(TableDataRowColoriser<? super T>) - Method in class de.codecrafters.tableview.TableView
-
Sets the given
TableDataRowColoriser
that will be used to define the background color for
every table data row.
- setHeaderAdapter(TableHeaderAdapter) - Method in class de.codecrafters.tableview.TableView
-
- setHeaderBackground(int) - Method in class de.codecrafters.tableview.TableView
-
Sets the given resource as background of the table header.
- setHeaderBackgroundColor(int) - Method in class de.codecrafters.tableview.TableView
-
Sets the given color as background of the table header.
- setHeaderElevation(int) - Method in class de.codecrafters.tableview.TableView
-
Sets the elevation level of the header view.
- setHeaderSortStateViewProvider(SortStateViewProvider) - Method in class de.codecrafters.tableview.SortableTableView
-
- setPaddingBottom(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableDataAdapter
-
Sets the padding that will be used on the bottom side for all table cells.
- setPaddingBottom(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableHeaderAdapter
-
Sets the padding that will be used on the bottom side for all table headers.
- setPaddingLeft(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableDataAdapter
-
Sets the padding that will be used on the left side for all table cells.
- setPaddingLeft(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableHeaderAdapter
-
Sets the padding that will be used on the left side for all table headers.
- setPaddingRight(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableDataAdapter
-
Sets the padding that will be used on the right side for all table cells.
- setPaddingRight(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableHeaderAdapter
-
Sets the padding that will be used on the right side for all table headers.
- setPaddings(int, int, int, int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableDataAdapter
-
Sets the padding that will be used for all table cells.
- setPaddings(int, int, int, int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableHeaderAdapter
-
Sets the padding that will be used for all table headers.
- setPaddingTop(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableDataAdapter
-
Sets the padding that will be used on the top side for all table cells.
- setPaddingTop(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableHeaderAdapter
-
Sets the padding that will be used on the top side for all table headers.
- setTextColor(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableDataAdapter
-
Sets the text color that will be used for all table cells.
- setTextColor(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableHeaderAdapter
-
Sets the text color that will be used for all table headers.
- setTextSize(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableDataAdapter
-
Sets the text size that will be used for all table cells.
- setTextSize(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableHeaderAdapter
-
Sets the text size that will be used for all table headers.
- setTypeface(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableDataAdapter
-
Sets the typeface that will be used for all table cells.
- setTypeface(int) - Method in class de.codecrafters.tableview.toolkit.SimpleTableHeaderAdapter
-
Sets the typeface that will be used for all table headers.
- similarRowColor(int) - Static method in class de.codecrafters.tableview.toolkit.TableDataRowColorisers
-
Gives an implementation of {link TableDataRowColoriser} that will return the given color
for every row.
- SimpleTableDataAdapter - Class in de.codecrafters.tableview.toolkit
-
- SimpleTableDataAdapter(Context, String[][]) - Constructor for class de.codecrafters.tableview.toolkit.SimpleTableDataAdapter
-
- SimpleTableDataAdapter(Context, List<String[]>) - Constructor for class de.codecrafters.tableview.toolkit.SimpleTableDataAdapter
-
- SimpleTableHeaderAdapter - Class in de.codecrafters.tableview.toolkit
-
- SimpleTableHeaderAdapter(Context, String...) - Constructor for class de.codecrafters.tableview.toolkit.SimpleTableHeaderAdapter
-
Creates a new SimpleTableHeaderAdapter.
- sort(int) - Method in class de.codecrafters.tableview.SortableTableView
-
Sorts the table by the values of the column with the given index.
- sort(Comparator<T>) - Method in class de.codecrafters.tableview.SortableTableView
-
Sorts the table using the given Comparator
.
- SortableTableView<T> - Class in de.codecrafters.tableview
-
Extension of the
TableView
that gives the possibility to sort the table by every single
column.
- SortableTableView(Context) - Constructor for class de.codecrafters.tableview.SortableTableView
-
Creates a new SortableTableView with the given context.
- SortableTableView(Context, AttributeSet) - Constructor for class de.codecrafters.tableview.SortableTableView
-
Creates a new SortableTableView with the given context.
- SortableTableView(Context, AttributeSet, int) - Constructor for class de.codecrafters.tableview.SortableTableView
-
Creates a new SortableTableView with the given context.
- SortState - Enum in de.codecrafters.tableview
-
A enumeration containing all available SortView states of presentation.
- SortStateViewProvider - Interface in de.codecrafters.tableview.providers
-
Provider for images indication the sort status.
- SortStateViewProviders - Class in de.codecrafters.tableview.toolkit
-
- SortStateViewProviders() - Constructor for class de.codecrafters.tableview.toolkit.SortStateViewProviders
-