StackBoardController class

控制器

Constructors

StackBoardController()

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

add<T extends StackBoardItem>(T item) → void
添加一个
changeCurrentSelected<T extends StackBoardItem>(List<T> items) → void
clear() → void
清理全部
dispose() → void
销毁
getCurrentSelected(List<int?>? idList) List<StackBoardItem>?
moveItemToTop(int? id) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh() → void
刷新
remove(int? id) → void
移除
toString() String
A string representation of this object.
inherited

Operators

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