Actions
object Actions
Functions
Link copied to clipboard
fun <ID : Comparable<ID>> copy(selection: SelectionState<ID>, enabled: Boolean = true, onClick: () -> Unit): MultiSelectionMenu.Action.Item
Link copied to clipboard
fun <ID : Comparable<ID>> cut(selection: SelectionState<ID>, enabled: Boolean = true, onClick: () -> Unit): MultiSelectionMenu.Action.Item
Link copied to clipboard
fun <ID : Comparable<ID>> delete(selection: SelectionState<ID>, enabled: Boolean = true, onClick: () -> Unit): MultiSelectionMenu.Action.Item
Link copied to clipboard
fun <ID : Comparable<ID>> deselectAll(selection: SelectionState<ID>, enabled: Boolean = true): MultiSelectionMenu.Action.Item
Link copied to clipboard
fun <ID : Comparable<ID>> duplicate(selection: SelectionState<ID>, enabled: Boolean = true, onClick: () -> Unit): MultiSelectionMenu.Action.Item
Link copied to clipboard
fun <ID : Comparable<ID>> invertSelection(allIds: Collection<ID>, selection: SelectionState<ID>, enabled: Boolean = true): MultiSelectionMenu.Action.Item
Link copied to clipboard
fun <ID : Comparable<ID>> move(selection: SelectionState<ID>, enabled: Boolean = true, onClick: () -> Unit): MultiSelectionMenu.Action.Item
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <ID : Comparable<ID>> selectAll(selection: SelectionState<ID>, enabled: Boolean = true): MultiSelectionMenu.Action.Item