AbstractTextExport<T> class abstract

Abstract class for converting PlutoGrid's metadata.

Implementers

Constructors

AbstractTextExport()
const

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

export(PlutoGridStateManager state) → T
getColumnTitles(PlutoGridStateManager state) List<String>
Returns the titles of the active column of PlutoGrid.
mapPlutoRowToList(PlutoGridStateManager state, PlutoRow plutoRow) List<String?>
state PlutoGrid's PlutoGridStateManager.
mapStateToListOfRows(PlutoGridStateManager state) List<List<String?>>
Converts a list of PlutoRows to a string to be printed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
visibleColumns(PlutoGridStateManager state) List<PlutoColumn>

Operators

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