Class RecyclerViewKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      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

      final static Unit applyAccessibilityHeader(RecyclerView $self, View headerView) Register headerView that will trigger the scroll to top on focus
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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