Class SideBar

  • All Implemented Interfaces:

    
    public class SideBar
    
                        

    Alphabetical index View on the right side

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Array<String> DEFAULT_B
    • Constructor Summary

      Constructors 
      Constructor Description
      SideBar(Context context, AttributeSet attrs, int defStyleAttr)
      SideBar(Context context, AttributeSet attrs)
      SideBar(Context context)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • SideBar

        SideBar(Context context, AttributeSet attrs, int defStyleAttr)
      • SideBar

        SideBar(Context context, AttributeSet attrs)
      • SideBar

        SideBar(Context context)
    • Method Detail

      • setTextView

         void setTextView(TextView mTextDialog)

        Set the TextView used to display the selected letter

        Parameters:
        mTextDialog - the TextView to display the letter
      • setLetters

         void setLetters(Array<String> letters)

        Set the letter array from external source

        Parameters:
        letters - the letter array