A
B
C
D
E
G
H
I
K
N
O
P
R
S
T
V
I
- Interaction - class in io.github.kakaocup.compose.intercept.interaction
- Base Interaction interface for Kakao-ComposeInspired by the idea from legacy UI system where all interactions with a View are possible through only two methods:
checkandperform. - intercept(Function1) - function in io.github.kakaocup.compose.KakaoCompose
- Sets the interceptors for the whole Kakao-Compose runtime.
- intercept(Function1) - function in io.github.kakaocup.compose.intercept.delegate.ComposeInterceptable
- Sets the interceptors for the instance.
- intercept(Function1) - function in io.github.kakaocup.compose.intercept.delegate.BaseNode
- Sets the interceptors for the instance.
- intercept(Function1) - function in io.github.kakaocup.compose.intercept.delegate.ComposeScreen
- Sets the interceptors for the instance.
- intercept(Function1) - function in io.github.kakaocup.compose.intercept.delegate.KNode
- Sets the interceptors for the instance.
- Interception - class in io.github.kakaocup.compose.intercept.base
- Interceptor - class in io.github.kakaocup.compose.intercept.base
- Base class for intercepting the call chain from Kakao-Compose to Compose.
- Interceptor.Builder - class in io.github.kakaocup.compose.intercept.base.Interceptor
- Builder class that is used to build a single instance of Interceptor.
- Interceptor.Configuration - class in io.github.kakaocup.compose.intercept.base.Interceptor
- Interceptor.Configurator - class in io.github.kakaocup.compose.intercept.base.Interceptor
- Configuration class that is used for building interceptors on the io.github.kakaocup.kakao.
- invoke(Function1) - function in io.github.kakaocup.compose.KakaoCompose
- Operator that allows usage of DSL style
- invoke(Function1) - function in io.github.kakaocup.compose.node.core.BaseNode
- invoke(Function1) - function in io.github.kakaocup.compose.node.core.KDSL
- invoke(Function1) - function in io.github.kakaocup.compose.node.core.ComposeScreen
- invoke(Function1) - function in io.github.kakaocup.compose.node.core.KNode
- io.github.kakaocup.compose - package io.github.kakaocup.compose
- io.github.kakaocup.compose.intercept.base - package io.github.kakaocup.compose.intercept.base
- io.github.kakaocup.compose.intercept.delegate - package io.github.kakaocup.compose.intercept.delegate
- io.github.kakaocup.compose.intercept.interaction - package io.github.kakaocup.compose.intercept.interaction
- io.github.kakaocup.compose.intercept.operation - package io.github.kakaocup.compose.intercept.operation
- io.github.kakaocup.compose.node.action - package io.github.kakaocup.compose.node.action
- io.github.kakaocup.compose.node.assertion - package io.github.kakaocup.compose.node.assertion
- io.github.kakaocup.compose.node.builder - package io.github.kakaocup.compose.node.builder
- io.github.kakaocup.compose.node.core - package io.github.kakaocup.compose.node.core
- io.github.kakaocup.compose.node.element - package io.github.kakaocup.compose.node.element
- IS_DISPLAYED - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- IS_ENABLED - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- IS_FOCUSED - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- IS_NOT_DISPLAYED - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- IS_NOT_ENABLED - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- IS_NOT_FOCUSED - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- IS_NOT_SELECTED - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- IS_OFF - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- IS_ON - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- IS_SELECTABLE - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- IS_SELECTED - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- IS_TOGGLEABLE - enum entry in io.github.kakaocup.compose.node.assertion.NodeAssertions.ComposeBaseAssertionType
- isDialog() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Returns whether the node is a dialog.
- isEnabled() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- isFocusable() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Return whether the node is able to receive focus
- isFocused() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Returns whether the node is focused.
- isHeading() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Returns whether the node is marked as an accessibility header.
- isNotEnabled() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Returns whether the node is not enabled.
- isNotFocusable() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Return whether the node is not able to receive focus.
- isNotFocused() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Returns whether the node is not focused.
- isNotSelected() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Returns whether the node is not selected.
- isOff() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Returns whether the node is not toggled.
- isOn() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Returns whether the node is toggled.
- isPopup() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Returns whether the node is a popup.
- isRoot() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Return whether the node is the root semantics node.
- isSelectable() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Return whether the node is selectable.
- isSelected() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Returns whether the node is selected.
- isToggleable() - function in io.github.kakaocup.compose.node.builder.ViewBuilder
- Return whether the node is checkable.