-
- 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 UnitselectTab(Integer index)Selects tab at given index IntegergetSelectedItem()Returns the currently selected item id abstract ViewInteractionDelegategetView()-
-
Method Detail
-
selectTab
Unit selectTab(Integer index)
Selects tab at given index
- Parameters:
index- tab index to be selected
-
getSelectedItem
Integer getSelectedItem()
Returns the currently selected item id
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-