-
public final class IndexBarState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIndexBarState.Companion
-
Field Summary
Fields Modifier and Type Field Description private StringselectIndexprivate BooleanisTouchDown
-
Constructor Summary
Constructors Constructor Description IndexBarState()
-
Method Summary
Modifier and Type Method Description final StringgetSelectIndex()final UnitsetSelectIndex(String selectIndex)final BooleangetIsTouchDown()final UnitsetIsTouchDown(Boolean isTouchDown)-
-
Method Detail
-
getSelectIndex
final String getSelectIndex()
-
setSelectIndex
final Unit setSelectIndex(String selectIndex)
-
getIsTouchDown
final Boolean getIsTouchDown()
-
setIsTouchDown
final Unit setIsTouchDown(Boolean isTouchDown)
-
-
-
-