-
- All Implemented Interfaces:
public final class RecyclerViewKt
-
-
Method Summary
Modifier and Type Method Description final static UnitapplyAccessibilityItemCount(RecyclerView $self, Integer count)Customize RecyclerView for accessibility Allow to remove the headers / footers from total count
Scroll to focus item in order to be able to review all list items from the list
final static UnitapplyAccessibilityHeader(RecyclerView $self, View headerView)Register headerView that will trigger the scroll to top on focus -
-
Method Detail
-
applyAccessibilityItemCount
final static Unit applyAccessibilityItemCount(RecyclerView $self, Integer count)
Customize RecyclerView for accessibility
Allow to remove the headers / footers from total count
Scroll to focus item in order to be able to review all list items from the list
- Parameters:
count- the total count for Accessibility as Int
-
applyAccessibilityHeader
final static Unit applyAccessibilityHeader(RecyclerView $self, View headerView)
Register headerView that will trigger the scroll to top on focus
- Parameters:
headerView- the target View
-
-
-