ListDialogModel

class ListDialogModel(var positiveButton: TextModel? = null, var title: TextModel? = null, var positiveButtonListener: (item: List<ComposableListable>) -> Unit? = null, var negativeButton: TextModel? = null, var negativeButtonListener: () -> Unit? = null, var cancelable: Boolean = true, var onCheckedChange: (checked: Boolean, item: ComposableListable) -> Unit? = null, var onDismiss: () -> Unit? = null, var items: List<ComposableListable> = listOf(), var selected: List<ComposableListable> = listOf(), var multiple: Boolean = false)

Constructors

Link copied to clipboard
constructor(positiveButton: TextModel? = null, title: TextModel? = null, positiveButtonListener: (item: List<ComposableListable>) -> Unit? = null, negativeButton: TextModel? = null, negativeButtonListener: () -> Unit? = null, cancelable: Boolean = true, onCheckedChange: (checked: Boolean, item: ComposableListable) -> Unit? = null, onDismiss: () -> Unit? = null, items: List<ComposableListable> = listOf(), selected: List<ComposableListable> = listOf(), multiple: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var onCheckedChange: (checked: Boolean, item: ComposableListable) -> Unit?
Link copied to clipboard
var onDismiss: () -> Unit?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard