TableViewEditorController class

Mixed in types

Constructors

TableViewEditorController({TableViewEditorBehavior behavior = TableViewEditorBehavior.wholeRow})

Properties

behavior TableViewEditorBehavior
The editing behavior when an edit begins via beginEditing.
final
cellsBeingEdited TableCellRange
no setter
hashCode int
The hash code for this object.
no setterinherited
isAttached bool
no setter
isEditing bool
True if an edit is currently in progress.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(TableViewEditorListener listener) → void
inherited
attach(RenderTableView renderObject) → void
cancel() → void
detach() → void
dispose() → void
inherited
isEditingCell(int rowIndex, int columnIndex) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners(ListenerVisitor<TableViewEditorListener> visitor) → void
inherited
removeListener(TableViewEditorListener listener) → void
inherited
save() bool
start(int rowIndex, int columnIndex) bool
toString() String
A string representation of this object.
inherited

Operators

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