A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
_
K
- KAbsListView - class in io.github.kakaocup.kakao.list
- View with ScrollViewActions and BaseAssertions.
- KAdapterItem - class in io.github.kakaocup.kakao.list
- Base class for KAbsListView adapter itemsPlease extend this class to provide custom recycler view item types
- KAdapterItemType - class in io.github.kakaocup.kakao.list
- For internal use.
- KAdapterItemTypeBuilder - class in io.github.kakaocup.kakao.list
- Class that maps types to providing functionsTo be able to support different item types in KListView, this class adds support for mapping item type classes to functions that provide them.
- Kakao - class in io.github.kakaocup.kakao
- KakaoDslMarker - class in io.github.kakaocup.kakao.common
- kakaoInterceptor() - function in io.github.kakaocup.kakao.delegate.DataInteractionDelegate
- kakaoInterceptor() - function in io.github.kakaocup.kakao.delegate.Delegate
- kakaoInterceptor() - function in io.github.kakaocup.kakao.delegate.ViewInteractionDelegate
- kakaoInterceptor() - function in io.github.kakaocup.kakao.delegate.WebInteractionDelegate
- KAlertDialog - class in io.github.kakaocup.kakao.dialog
- View for interact with default alert dialog
- KBaseView - class in io.github.kakaocup.kakao.common.views
- Base class for all Kakao viewsThis base class allows create new custom view with ease.
- KBottomNavigationView - class in io.github.kakaocup.kakao.bottomnav
- View for acting and asserting on BottomNavigationView
- KButton - class in io.github.kakaocup.kakao.text
- View with BaseActions and TextViewAssertions
- KCheckBox - class in io.github.kakaocup.kakao.check
- View with CheckableActions, CheckableAssertions and TextViewAssertions
- KChip - class in io.github.kakaocup.kakao.chip
- KChipGroup - class in io.github.kakaocup.kakao.chipgroup
- View with ChipGroupActions and ChipGroupAssertions
- KDatePicker - class in io.github.kakaocup.kakao.picker.date
- View for interact with default date picker
- KDatePickerDialog - class in io.github.kakaocup.kakao.picker.date
- View for interact with default date picker dialog
- KDrawerView - class in io.github.kakaocup.kakao.drawer
- View with DrawerActions and BaseAssertions
- KDSLView - class in io.github.kakaocup.kakao.common.views
- KEditText - class in io.github.kakaocup.kakao.edit
- View with EditableActions and TextViewAssertions
- KEmptyAdapterItem - class in io.github.kakaocup.kakao.list
- Empty implementation of KAdapterItemUse this if you want to perform/assert on the root view of adapter item
- KEmptyRecyclerItem - class in io.github.kakaocup.kakao.recycler
- Empty implementation of KRecyclerItemUse this if you want to perform/assert on the root view of view holder
- KEmptyViewPagerItem - class in io.github.kakaocup.kakao.pager2
- Empty implementation of KViewPagerItemUse this if you want to perform/assert on the root view of view holder
- keys(String) - function in io.github.kakaocup.kakao.web.WebActions
- Input keys with element in focus
- keys(String) - function in io.github.kakaocup.kakao.web.WebElementBuilder.KWebInteraction
- Input keys with element in focus
- KImageView - class in io.github.kakaocup.kakao.image
- View with BaseActions and ImageViewAssertions
- KIntent - class in io.github.kakaocup.kakao.intent
- This class is intended to be used when you need to check if some intent has been sent or to mock specific intent with result
- KNavigationView - class in io.github.kakaocup.kakao.navigation
- View with NavigationViewActions and NavigationViewAssertions
- KProgressBar - class in io.github.kakaocup.kakao.progress
- View with ProgressBarActions and ProgressBarAssertions
- KRatingBar - class in io.github.kakaocup.kakao.rating
- View with RatingBarActions and RatingBarAssertions
- KRecyclerItem - class in io.github.kakaocup.kakao.recycler
- Base class for KRecyclerView adapter itemsPlease extend this class to provide custom recycler view item types
- KRecyclerItemType - class in io.github.kakaocup.kakao.recycler
- For internal use.
- KRecyclerItemTypeBuilder - class in io.github.kakaocup.kakao.recycler
- Class that maps types to providing functionsTo be able to support different item types in KRecyclerView, this class adds support for mapping item type classes to functions that provide them.
- KRecyclerView - class in io.github.kakaocup.kakao.recycler
- View with RecyclerActions, BaseAssertions and RecyclerAdapterAssertions.
- KScrollView - class in io.github.kakaocup.kakao.scroll
- View with ScrollViewActions and BaseAssertions
- KSearchView - class in io.github.kakaocup.kakao.searchview
- KSeekBar - class in io.github.kakaocup.kakao.progress
- View with SeekBarActions and ProgressBarAssertions
- KSlider - class in io.github.kakaocup.kakao.slider
- KSnackbar - class in io.github.kakaocup.kakao.text
- View with internal TextView and a Button
- KSpinner - class in io.github.kakaocup.kakao.spinner
- KSpinnerItem - class in io.github.kakaocup.kakao.spinner
- KTextView implementation of KAdapterItemUse this if you want to perform/assert on the root view of adapter item
- KSwipeRefreshLayout - class in io.github.kakaocup.kakao.swiperefresh
- View with SwipeRefreshLayoutActions and SwipeRefreshLayoutAssertions
- KSwipeView - class in io.github.kakaocup.kakao.common.views
- View with SwipeableActions and BaseAssertions
- KSwitch - class in io.github.kakaocup.kakao.switch
- View with SwitchableActions, CheckableAssertions and TextViewAssertions
- KTabLayout - class in io.github.kakaocup.kakao.tabs
- View with TabLayoutActions and TabLayoutAssertions
- KTextInputLayout - class in io.github.kakaocup.kakao.edit
- View with TextInputLayoutAssertions
- KTextView - class in io.github.kakaocup.kakao.text
- View with BaseActions and TextViewAssertions
- KTimePicker - class in io.github.kakaocup.kakao.picker.time
- View for interact with default time picker
- KTimePickerDialog - class in io.github.kakaocup.kakao.picker.time
- View for interact with default date picker dialog
- KToolbar - class in io.github.kakaocup.kakao.toolbar
- View for acting and asserting on Toolbar
- KView - class in io.github.kakaocup.kakao.common.views
- Simple view with BaseActions and BaseAssertions
- KViewPager - class in io.github.kakaocup.kakao.pager
- View with SwipeableActions and ViewPagerAssertions
- KViewPager2 - class in io.github.kakaocup.kakao.pager2
- View with SwipeableActions and ViewPager2Assertions
- KViewPagerItem - class in io.github.kakaocup.kakao.pager2
- Base class for KViewPager2 adapter itemsPlease extend this class to provide custom view pager 2 view item types
- KViewPagerItemType - class in io.github.kakaocup.kakao.pager2
- For internal use.
- KViewPagerItemTypeBuilder - class in io.github.kakaocup.kakao.pager2
- Class that maps types to providing functionsTo be able to support different item types in KViewPager2, this class adds support for mapping item type classes to functions that provide them.
- KWebView - class in io.github.kakaocup.kakao.web
- Class for interacting with WebViews