androidx.car.widget
Annotations
| PagedListView.Gutter | The possible values for @{link #setGutter}. |
| SubheaderListItem.TextStartMarginType |
Interfaces
| AlphaJumpAdapter | An interface that you can implement on your Adapter to enable support for Alpha-Jump. |
| AlphaJumpBucket | A bucket represents a "button" in the alpha-jump menu. |
| CarMenuItem.OnClickListener |
Interface definition for a callback to be invoked when a CarMenuItem is clicked.
|
| ListItem.ViewBinder<VH> |
Functional interface to provide a way to interact with views in ViewHolder.
|
| PagedListView.DividerVisibilityManager | Interface for controlling visibility of item dividers for individual items based on the item's position. |
| PagedListView.ItemCap |
Interface for a RecyclerView.Adapter to cap the number of
items.
|
| PagedListView.ItemPositionOffset |
Interface for a RecyclerView.Adapter to set the position
offset for the adapter to load the data.
|
| PagedScrollBarView.PaginationListener | Listener for when the list should paginate. |
Classes
| ActionListItem | Class to build a list item that has up to two actions. |
| ActionListItem.ViewHolder |
Holds the children views of ActionListItem.
|
| AlphaJumpBucketer | A helper class for building the list of buckets for alpha jump. |
| AlphaJumpBucketer.Bucket |
A basic implementation of AlphaJumpBucket.
|
| AlphaJumpOverlayView | This view shows a grid of alphabetic letters that you can tap on to advance a list to the beginning of that list. |
| CarMenuItem |
Class to build a CarMenuItem that appears in the CarToolbar menu.
|
| CarMenuItem.Builder |
Builder for creating a CarMenuItem
|
| CarToolbar | A toolbar for building car applications. |
| ColumnCardView |
A CardView whose width can be specified by the number of columns that it will span.
|
| ListItem<VH extends ListItem.ViewHolder> |
Definition of items that can be inserted into ListItemAdapter.
|
| ListItem.ViewHolder |
ViewHolder that supports ListItem.ViewBinder.
|
| ListItemAdapter |
Adapter for PagedListView to display ListItem.
|
| ListItemAdapter.BackgroundStyle | Constant class for background style of items. |
| ListItemProvider<VH extends ListItem.ViewHolder> |
Supplies data as ListItem.
|
| ListItemProvider.ListProvider<VH extends ListItem.ViewHolder> | A simple provider that wraps around a list. |
| PagedListView |
View that wraps a RecyclerView and a scroll bar that has
page up and down arrows.
|
| PagedListView.OnScrollListener |
Used to listen for PagedListView scroll events.
|
| PagedScrollBarView | A custom view to provide list scroll behaviour -- up/down buttons and scroll indicator. |
| RadioButtonListItem |
Class to build a list item with RadioButton.
|
| RadioButtonListItem.ViewHolder | Holds views of RadioButtonListItem. |
| SeekbarListItem |
Class to build a list item with SeekBar.
|
| SeekbarListItem.ViewHolder | Holds views of SeekbarListItem. |
| SubheaderListItem | Class to build a sub-header list item. |
| SubheaderListItem.ViewHolder | Holds views of SubHeaderListItem. |
| SwitchListItem |
Class to build a list item with Switch.
|
| SwitchListItem.ViewHolder | Holds views of SwitchListItem. |
| TextListItem | Class to build a list item of text. |
| TextListItem.ViewHolder | Holds views of TextListItem. |
Enums
| CarMenuItem.DisplayBehavior |
Display behaviors for CarMenuItems.
|
Annotations
Interfaces
Classes
- ActionListItem
- ActionListItem.ViewHolder
- AlphaJumpBucketer
- AlphaJumpBucketer.Bucket
- AlphaJumpOverlayView
- CarMenuItem
- CarMenuItem.Builder
- CarToolbar
- ColumnCardView
- ListItem
- ListItem.ViewHolder
- ListItemAdapter
- ListItemAdapter.BackgroundStyle
- ListItemProvider
- ListItemProvider.ListProvider
- PagedListView
- PagedListView.OnScrollListener
- PagedScrollBarView
- RadioButtonListItem
- RadioButtonListItem.ViewHolder
- SeekbarListItem
- SeekbarListItem.ViewHolder
- SubheaderListItem
- SubheaderListItem.ViewHolder
- SwitchListItem
- SwitchListItem.ViewHolder
- TextListItem
- TextListItem.ViewHolder
Enums