Interface ScrollType


public interface ScrollType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Scroll to end.
    static final int
    Jump to new location.
    static final int
    No scrolling.
    static final int
    Page backward.
    static final int
    Page down.
    static final int
    Page forward.
    static final int
    Page to the left.
    static final int
    Page to the right.
    static final int
    Page up.
    static final int
    Scroll to start.
    static final int
    Step backward.
    static final int
    Step down.
    static final int
    Step forward.
    static final int
    Step to the left.
    static final int
    Step to the right.
    static final int
    Step up.