AppTableController class

AppTable 控制器

Constructors

AppTableController()

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

columnNotifier(int column) ValueNotifier<int>
获取 header 对应 Column 数据 column 列索引 row 行索引
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reloadHeader(List<int> columns) → void
刷新 header indexPaths 单元格索引
reloadRow(List<AppTableIndexPath> indexPaths) → void
刷新单个单元格 indexPaths 单元格索引
rowCellKey(int row, int column) String
rowNotifier(int row, int column) ValueNotifier<int>
获取 row 对应 Row 数据 row 行索引 column 列索引
toString() String
A string representation of this object.
inherited

Operators

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