Package-level declarations
Functions
Link copied to clipboard
fun ListDialog(state: UseCaseState, selection: ListSelection, config: ListConfig = ListConfig(), header: Header? = null, properties: DialogProperties = DialogProperties())
List dialog for the use-case to display a list of options.
Link copied to clipboard
fun ListPopup(state: UseCaseState, selection: ListSelection, config: ListConfig = ListConfig(), header: Header? = null, alignment: Alignment = Alignment.TopStart, offset: IntOffset = IntOffset(0, 0), properties: PopupProperties = PopupProperties())
List dialog for the use-case to display a list of options.
Link copied to clipboard
fun ListView(useCaseState: UseCaseState, selection: ListSelection, config: ListConfig = ListConfig(), header: Header? = null)
List view for the use-case to display a list of options.