-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions
public interface DatePickerAction implements BaseActions
Provides actions for date picker
-
-
Method Summary
Modifier and Type Method Description ViewInteractionDelegatesetDate(Integer year, Integer monthOfYear, Integer day)Set date to picker dialog Month number will be normalized abstract ViewInteractionDelegategetView()-
Methods inherited from class io.github.kakaocup.kakao.picker.date.DatePickerAction
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
-
setDate
ViewInteractionDelegate setDate(Integer year, Integer monthOfYear, Integer day)
Set date to picker dialog Month number will be normalized
- Parameters:
year- yearmonthOfYear- monthday- day
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-