-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions
public interface TimePickerAction implements BaseActions
Provides actions for time picker
-
-
Method Summary
Modifier and Type Method Description <ERROR CLASS>setTime(Integer hour, Integer minutes)Set time to picker dialog abstract ViewInteractionDelegategetView()-
Methods inherited from class io.github.kakaocup.kakao.picker.time.TimePickerAction
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
-
-
Method Detail
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-