NUIListViewParentHandler class

Constructors

NUIListViewParentHandler(OnListItemClickListener _clickListener, Map<String, dynamic>? _checkedMap, Map<String, dynamic>? _configMap, Function _checkedUpdated, Function _configUpdated)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onItemClick(dynamic data, int position, String action) → void
toString() String
A string representation of this object.
inherited
updateCheckedMap(UpdateListMap task) → void
updateConfigMap(UpdateListMap task) → void

Operators

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