Fyne API "binding"
binding
import "fyne.io/fyne/v2/data/binding"
Package binding provides support for binding data to widgets. All APIs in the binding package are safe to invoke directly from any goroutine.
Usage
const DataTreeRootID = ""
DataTreeRootID const is the value used as ID for the root of any tree binding.
types
- Bool
- BoolList
- BoolTree
- Bytes
- BytesList
- BytesTree
- DataItem
- DataList
- DataListener
- DataMap
- DataTree
- ExternalBool
- ExternalBoolList
- ExternalBoolTree
- ExternalBytes
- ExternalBytesList
- ExternalBytesTree
- ExternalFloat
- ExternalFloatList
- ExternalFloatTree
- ExternalInt
- ExternalIntList
- ExternalIntTree
- ExternalItem
- ExternalRune
- ExternalRuneList
- ExternalRuneTree
- ExternalString
- ExternalStringList
- ExternalStringTree
- ExternalURI
- ExternalURIList
- ExternalURITree
- ExternalUntyped
- ExternalUntypedList
- ExternalUntypedMap
- ExternalUntypedTree
- Float
- FloatList
- FloatTree
- Int
- IntList
- IntTree
- Item
- Rune
- RuneList
- RuneTree
- String
- StringList
- StringTree
- Struct
- URI
- URIList
- URITree
- Untyped
- UntypedList
- UntypedMap
- UntypedTree