Interface | Description |
---|---|
ButtonItem.OnClickListener | |
GenericInflater.Factory<T> | |
IItem |
Representation of an item in an
ItemHierarchy . |
ItemHierarchy |
Representation of zero or more items in a list.
|
ItemHierarchy.Observer |
Observer for any changes in this hierarchy.
|
ItemInflater.ItemParent | |
RecyclerItemAdapter.OnItemSelectedListener | |
SwitchItem.OnCheckedChangeListener |
Class | Description |
---|---|
AbstractItem |
Abstract implementation of an item, which implements
IItem and takes care of implementing
methods for ItemHierarchy for items representing itself. |
AbstractItemHierarchy |
An abstract item hierarchy; provides default implementation for ID and observers.
|
ButtonBarItem |
A list item with one or more buttons, declared as
ButtonItem . |
ButtonItem |
Description of a button inside
ButtonBarItem . |
GenericInflater<T> |
Generic XML inflater.
|
Item |
Definition of an item in SetupWizardItemsLayout.
|
ItemAdapter |
An adapter typically used with ListView to display an
ItemHierarchy . |
ItemGroup | |
ItemInflater |
Inflate
Item hierarchies from XML files. |
RecyclerItemAdapter |
An adapter used with RecyclerView to display an
ItemHierarchy . |
SwitchItem |
An Item with a switch, which the user can
|