Package 

Interface TabLayoutActions

  • All Implemented Interfaces:
    io.github.kakaocup.kakao.common.actions.BaseActions

    
    public interface TabLayoutActions
     implements BaseActions
                        

    Provides action for TabLayout

    • Method Summary

      Modifier and Type Method Description
      Unit selectTab(Integer index) Selects tab at given index
      Integer getSelectedItem() Returns the currently selected item id
      abstract ViewInteractionDelegate getView()
      • Methods inherited from class io.github.kakaocup.kakao.tabs.TabLayoutActions

        act, click, doubleClick, longClick, onFailure, pressImeAction, repeatUntil, scrollTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait