MhItemsViewTextSettings class

Provides settings to control / translate the texts displayed in MhItemsView

Constructors

MhItemsViewTextSettings({String noDataToDisplay = "No data to display...", String selectedItems = "selected items", String copy = "Copy", String move = "Move", String below = "below", String above = "above", String inside = "inside"})

Properties

above String
DragAndDrop: The text to be displayed during drag and drop if more than one item is beeing dragged "$action $draggedItemsText ${state.settings.textSettings.above} ${targetItem.toString()}" Copy 3 selected items above <widget.item.toString()> Move <draggedItem.toString()> above <targetItem.toString()>
getter/setter pair
below String
DragAndDrop: The text to be displayed during drag and drop if more than one item is beeing dragged "$action $draggedItemsText ${state.settings.textSettings.abbelowove} ${targetItem.toString()}" Copy 3 selected items below <widget.item.toString()> Move <draggedItem.toString()> below <targetItem.toString()>
getter/setter pair
copy String
DragAndDrop: The text to be displayed during drag and drop if more than one item is beeing dragged "$action $draggedItemsText ${state.settings.textSettings.above} ${targetItem.toString()}" Copy 3 selected items above <widget.item.toString()> Move <draggedItem.toString()> above <targetItem.toString()>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inside String
DragAndDrop: The text to be displayed during drag and drop if more than one item is beeing dragged "$action $draggedItemsText ${state.settings.textSettings.inside} ${targetItem.toString()}" Copy 3 selected items inside <widget.item.toString()> Move <draggedItem.toString()> inside <targetItem.toString()>
getter/setter pair
move String
DragAndDrop: The text to be displayed during drag and drop if more than one item is beeing dragged "$action $draggedItemsText ${state.settings.textSettings.above} ${targetItem.toString()}" Copy 3 selected items above <widget.item.toString()> Move <draggedItem.toString()> above <targetItem.toString()>
getter/setter pair
noDataToDisplay String
Text to be displayed if there is no row to be displayed (e.g.: If the itemsSource is empty or if the filter did not find any items)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedItems String
DragAndDrop: The text to be displayed during drag and drop if more than one item is beeing dragged "$action $draggedItemsText ${state.settings.textSettings.above} ${targetItem.toString()}" e.g.: Copy 3 selected items above <widget.item.toString()>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited