Interface ToggleableComponentState
-
- All Implemented Interfaces:
public interface ToggleableComponentState
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classToggleableComponentState.Companion
-
Method Summary
Modifier and Type Method Description abstract <Error class: unknown class>getToggleableState()BooleanisSelected()BooleanisSelectedOrIndeterminate()-
-
Method Detail
-
getToggleableState
abstract <Error class: unknown class> getToggleableState()
-
isSelected
Boolean isSelected()
-
isSelectedOrIndeterminate
Boolean isSelectedOrIndeterminate()
-
-
-
-