CupertinoTableViewDelegate class

CupertinoTableView代理类,提供数据源和定制UI

Constructors

CupertinoTableViewDelegate({required NumberOfSectionsInTableView numberOfSectionsInTableView, NumberOfRowsInSection? numberOfRowsInSection, required WidgetAtIndexPath cellForRowAtIndexPath, WidgetInSection? headerInSection, WidgetInSection? footerInSection, DecorationForSection? decorationForSection, EdgeInsets? marginForSection, CanSelectRowAtIndexPath? canSelectRowAtIndexPath, SelectRowAtIndexPath? didSelectRowAtIndexPath, HitTestBehavior? hitBehaviorAtIndexPath, DividerInTableView? dividerInTableView, double? pressedOpacity})

Properties

canSelectRowAtIndexPath CanSelectRowAtIndexPath?
getter/setter pair
cellForRowAtIndexPath WidgetAtIndexPath
getter/setter pair
decorationForSection DecorationForSection?
getter/setter pair
didSelectRowAtIndexPath SelectRowAtIndexPath?
getter/setter pair
dividerInTableView DividerInTableView?
getter/setter pair
footerInSection WidgetInSection?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerInSection WidgetInSection?
getter/setter pair
hitBehaviorAtIndexPath HitTestBehavior?
getter/setter pair
marginForSection EdgeInsets?
getter/setter pair
numberOfRowsInSection NumberOfRowsInSection?
getter/setter pair
numberOfSectionsInTableView NumberOfSectionsInTableView
getter/setter pair
pressedOpacity double?
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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