-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions,io.github.kakaocup.kakao.common.assertions.BaseAssertions,io.github.kakaocup.kakao.intercept.Interceptable
public final class KAlertDialog extends KBaseView<KAlertDialog>
View for interact with default alert dialog
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>positiveButtonprivate final <ERROR CLASS>negativeButtonprivate final <ERROR CLASS>neutralButtonprivate final <ERROR CLASS>titleprivate final <ERROR CLASS>messageprivate final <ERROR CLASS>iconprivate final ViewInteractionDelegateviewprivate Matcher<Root>root
-
Constructor Summary
Constructors Constructor Description KAlertDialog()
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>getPositiveButton()final <ERROR CLASS>getNegativeButton()final <ERROR CLASS>getNeutralButton()final <ERROR CLASS>getTitle()final <ERROR CLASS>getMessage()final <ERROR CLASS>getIcon()final ViewInteractionDelegategetView()Matcher<Root>getRoot()UnitsetRoot(Matcher<Root> root)final <ERROR CLASS>onChoiceItem(String title, Function1<KCheckBox, Unit> function)final <ERROR CLASS>onChoiceItem(String title)final UnithasChoiceItems(String titles)-
Methods inherited from class io.github.kakaocup.kakao.common.views.KBaseView
act, assert, click, doesNotExist, doubleClick, hasAnyTag, hasBackgroundColor, hasBackgroundColor, hasDescendant, hasNotDescendant, hasNotSibling, hasSibling, hasTag, inRoot, intercept, invoke, isActivated, isAutoHandwritingEnabled, isClickable, isCompletelyAbove, isCompletelyBelow, isCompletelyDisplayed, isCompletelyLeftOf, isCompletelyRightOf, isDirty, isDisabled, isDisplayed, isEnabled, isFocusable, isFocused, isForceDarkAllowed, isGone, isHapticFeedbackEnabled, isHovered, isInvisible, isNotClickable, isNotCompletelyDisplayed, isNotDisplayed, isNotFocusable, isNotFocused, isNotSelected, isSelected, isVisible, longClick, matches, notMatches, onFailure, perform, pressImeAction, repeatUntil, reset, scrollTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPositiveButton
final <ERROR CLASS> getPositiveButton()
-
getNegativeButton
final <ERROR CLASS> getNegativeButton()
-
getNeutralButton
final <ERROR CLASS> getNeutralButton()
-
getTitle
final <ERROR CLASS> getTitle()
-
getMessage
final <ERROR CLASS> getMessage()
-
getIcon
final <ERROR CLASS> getIcon()
-
getView
final ViewInteractionDelegate getView()
-
onChoiceItem
final <ERROR CLASS> onChoiceItem(String title, Function1<KCheckBox, Unit> function)
-
onChoiceItem
final <ERROR CLASS> onChoiceItem(String title)
-
hasChoiceItems
final Unit hasChoiceItems(String titles)
-
-
-
-