| Interface | Description |
|---|---|
| CheckableViewHolder |
Defines an extension for view holders that make them able to handle choice mode.
|
| ChoiceMode |
Interface describes choice mode.
|
| ModalChoiceModeListener |
A ModalChoiceModeListener receives events for this choice mode.
|
| SimpleChoiceModeListener |
A SimpleChoiceModeListener receives events for this choice mode.
|
| Class | Description |
|---|---|
| ActionModeCompat |
Represents a contextual mode of the user interface.
|
| ChoiceModeObservable |
ChoiceModeObservable provides methods for registering, unregistering
and dispatching the selection of the item changes in the choice mode
to the registered ChoiceModeObservers. |
| ChoiceModeObserver |
Observer base class for watching changes to a
ChoiceMode. |
| MultipleChoiceMode |
ChoiceMode that allows any number of items to be chosen. |
| MultipleModalChoiceMode |
ChoiceMode that allows multiple choices in a modal selection mode. |
| NoneChoiceMode |
ChoiceMode that does not have any choice behavior. |
| ObservableChoiceMode |
Base class for any choice mode.
|
| SingleChoiceMode |
ChoiceMode that allows up to one choice. |
| SingleModalChoiceMode |
ChoiceMode that allows up to one choice in a modal selection mode. |