-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerlayoutIdprivate final Class<?>viewClassprivate Interceptor<DataInteraction, ViewAssertion, ViewAction>dataInterceptorprivate BooleanisActiveprivate KBaseView<?>rootViewprivate final ViewInteractionDelegateviewprivate Interceptor<ViewInteraction, ViewAssertion, ViewAction>viewInterceptorprivate Interceptor<Web.WebInteraction<?>, WebAssertion<?>, Atom<?>>webInterceptor
-
Constructor Summary
Constructors Constructor Description KScreen()
-
Method Summary
Modifier and Type Method Description abstract IntegergetLayoutId()abstract Class<?>getViewClass()final Interceptor<DataInteraction, ViewAssertion, ViewAction>getDataInterceptor()final BooleangetIsActive()KBaseView<?>getRootView()ViewInteractionDelegategetView()final Interceptor<ViewInteraction, ViewAssertion, ViewAction>getViewInterceptor()final Interceptor<Web.WebInteraction<?>, WebAssertion<?>, Atom<?>>getWebInterceptor()final UnitsetDataInterceptor(Interceptor<DataInteraction, ViewAssertion, ViewAction> dataInterceptor)final UnitsetIsActive(Boolean isActive)UnitsetRootView(KBaseView<?> rootView)final UnitsetViewInterceptor(Interceptor<ViewInteraction, ViewAssertion, ViewAction> viewInterceptor)final UnitsetWebInterceptor(Interceptor<Web.WebInteraction<?>, WebAssertion<?>, Atom<?>> webInterceptor)-
Methods inherited from class com.kaspersky.kaspresso.screens.KScreen
addInterceptors, intercept, invoke, removeInterceptors, reset -
Methods inherited from class com.agoda.kakao.screen.Screen
closeSoftKeyboard, pressBack, pressKey, pressKey, pressMenuKey -
Methods inherited from class com.agoda.kakao.screen.ScreenActions
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLayoutId
abstract Integer getLayoutId()
-
getViewClass
abstract Class<?> getViewClass()
-
getDataInterceptor
final Interceptor<DataInteraction, ViewAssertion, ViewAction> getDataInterceptor()
-
getIsActive
final Boolean getIsActive()
-
getRootView
KBaseView<?> getRootView()
-
getView
ViewInteractionDelegate getView()
-
getViewInterceptor
final Interceptor<ViewInteraction, ViewAssertion, ViewAction> getViewInterceptor()
-
getWebInterceptor
final Interceptor<Web.WebInteraction<?>, WebAssertion<?>, Atom<?>> getWebInterceptor()
-
setDataInterceptor
final Unit setDataInterceptor(Interceptor<DataInteraction, ViewAssertion, ViewAction> dataInterceptor)
-
setIsActive
final Unit setIsActive(Boolean isActive)
-
setRootView
Unit setRootView(KBaseView<?> rootView)
-
setViewInterceptor
final Unit setViewInterceptor(Interceptor<ViewInteraction, ViewAssertion, ViewAction> viewInterceptor)
-
setWebInterceptor
final Unit setWebInterceptor(Interceptor<Web.WebInteraction<?>, WebAssertion<?>, Atom<?>> webInterceptor)
-
-
-
-