Interface | Description |
---|---|
CollapsibleGroupsBehavior.CollapseGroupListener | |
CurrentPositionChangeListener |
Interface definition for a callback to be invoked when the current position is changed.
|
ItemReorderBehavior.ItemReorderListener |
Interface definition for a callback to be invoked when item reorder is occurring.
|
LoadOnDemandBehavior.LoadOnDemandListener |
Interface definition for a callback to be invoked when load on demand starts or finishes.
|
RadListView.IsEmptyChangedListener |
Interface definition for a callback to be invoked when listview's isEmpty state gets changed.
|
RadListView.ItemClickListener |
Interface definition for a callback to be invoked when an item is clicked or long-clicked.
|
SelectionBehavior.SelectionChangedListener |
Interface definition for a callback to be invoked when the selection is changed.
|
SwipeActionsBehavior.SwipeActionsListener |
Interface definition for a callback to be invoked when swipe behavior is working.
|
SwipeExecuteBehavior.SwipeExecuteListener |
Interface definition for a callback to be invoked when swipe behavior is working.
|
SwipeRefreshBehavior.SwipeRefreshListener |
Interface definition for a callback to be invoked when a refresh is requested.
|
Class | Description |
---|---|
CollapsedViewHolder | |
CollapsibleGroupsBehavior | |
DeckOfCardsLayoutManager |
A
RecyclerView.LayoutManager implementation that lays out items in a way
which resembles a deck of cards where one item is fully visible and there are additional
items which are visible in perspective. |
FadeItemAnimator |
When this ItemAnimator is used items that are added or removed items will fade in or out.
|
ItemAnimatorSet |
This class allows the usage of more than one ListViewItemAnimator at the same time
with RadListView.
|
ItemReorderBehavior |
Represents a
ListViewBehavior that can be used to allow the end user
to reorder items from the list with a combination of long press and drag. |
ListViewAdapter |
Base class for an Adapter used by
RadListView . |
ListViewBehavior |
Represents a base class for behaviors used by
RadListView . |
ListViewDataSourceAdapter |
Base class for an Adapter used by
RadListView that supports
data operations like grouping, filtering and sorting. |
ListViewGestureListener |
Represents the default gesture listener which is responsible by the gesture handling in
RadListView . |
ListViewHolder |
A ListViewHolder describes an item view and metadata about its place within
the
RadListView . |
ListViewItemAnimator |
This class defines the animations that take place on items as changes are made
to the adapter.
|
ListViewTextHolder |
Represents a simple ListViewHolder that contains one
TextView . |
LoadOnDemandBehavior |
Represents a
ListViewBehavior that can be used to not load
all items at start but wait until the user 'demands' more. |
PerspectiveChangeInfo |
Provides information about the changes applied to perspective items in DeckOfCardsLayoutManager.
|
RadListView |
Represents a control that displays a list of scrollable items.
|
ReorderWithHandlesBehavior |
Extended ItemReorderBehavior which allows reorder with a special element used as a handle.
|
ScaleItemAnimator |
When this ItemAnimator is used items that are added or removed items will scale.
|
SelectionBehavior |
Represents a
ListViewBehavior that can be used to allow the end user
to select items from the list with gestures. |
SlideItemAnimator |
When this ItemAnimator is used items that are added or removed items will slide from and to the edges.
|
SlideLayoutManager |
A
RecyclerView.LayoutManager implementation that lays out items in a way
which resembles an image gallery where one item is shown in front as current and user can swipe
to move to an adjacent item. |
SlideLayoutManagerBase |
An abstract class for layout managers that have a concept of a current item.
|
SnappingSmoothScroller |
Created by ginev on 12/07/2017.
|
StickyHeaderBehavior |
Represents a
ListViewBehavior that can be used to 'stick' the
last seen item header to the top of the list so that it remains visible after scrolls. |
SwipeActionsBehavior |
Represents a
ListViewBehavior that can be used to allow the end user
to refresh a list of items by swiping from the top of the list. |
SwipeExecuteBehavior |
Represents a
ListViewBehavior that can be used to allow the end user
to refresh a list of items by swiping from the top of the list. |
SwipeRefreshBehavior |
Represents a
ListViewBehavior that can be used to allow the end user
to refresh a list of items by swiping from the top of the list. |
WrapLayoutManager |
A
RecyclerView.LayoutManager implementation that starts the layout of items on one line
until space is available. |
Enum | Description |
---|---|
LoadOnDemandBehavior.LoadOnDemandMode |
An enumeration with the different modes that can be used as a parameter for
the
LoadOnDemandBehavior.setMode(com.telerik.widget.list.LoadOnDemandBehavior.LoadOnDemandMode) method. |
SelectionBehavior.SelectionMode |
An enumeration with the different modes of selection that can be used as a parameter for
the
SelectionBehavior.setSelectionMode(com.telerik.widget.list.SelectionBehavior.SelectionMode) method. |
SelectionBehavior.SelectionOnTouch |
An enumeration with the different modes of selection that can be used as a parameter for
the
SelectionBehavior.setSelectionOnTouch(com.telerik.widget.list.SelectionBehavior.SelectionOnTouch) method. |
SlideLayoutManager.Transition | |
SwipeActionsBehavior.SwipeActionsState |
Defines the possible states for the
SwipeActionsBehavior . |
SwipeActionsBehavior.SwipeDockMode |
Lists the possible dock modes for a swiped item.
|