IDKitUpdateControl class

TableView update control object class.

Constructors

IDKitUpdateControl()
Factory method to initialize the object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateStreamController StreamController<IDKitUpdateType>?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateFotterSection(int section) → void
Update the bottom view of section.
updateFotterTableView() → void
Update the bottom view of the tableview.
updateHeaderSection(int section) → void
Update the head view of section.
updateHeaderTableView() → void
Update the head view of the tableview.
updateRowInSection(IDKitIndexPath indexPath) → void
Update the view of a row in section.
updateRowsInSection(int section) → void
Update all views in a section.
updateSeparateInSection(int section) → void
Update the separate view of section.
updateTableView() → void
All table views are updated.

Operators

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