NUIListController class

Constructors

NUIListController({Function? onLoadComplete})

Properties

hashCode int
The hash code for this object.
no setterinherited
onLoadComplete Function?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clear() → void
clearCheckedMap() → void
getCheckedMap() Map<String, dynamic>
getConfigMap() Map<String, dynamic>
getSize() int
insertItem(dynamic data) → void
insertItemAt(int position, dynamic data) → void
insertItems(List data, {bool append = true}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshList() → void
reload() → void
removeItem(dynamic data) → void
removeItemAt(int position) → void
removeItemByID(String id, Type classType) → void
toString() String
A string representation of this object.
inherited
updateCheckedMap(NUIListMapUpdateCallback? update) → void
updateConfigMap(NUIListMapUpdateCallback? update) → void

Operators

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