-
- All Implemented Interfaces:
public final class RecyclerViewKt
-
-
Method Summary
Modifier and Type Method Description final static UnitapplyAccessibilityCount(RecyclerView $self, Integer value)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
-
applyAccessibilityCount
final static Unit applyAccessibilityCount(RecyclerView $self, Integer value)
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:
value- 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
-
-
-