PlutoGridDefaultCsvExport class

Csv exporter for PlutoGrid

Inheritance

Constructors

PlutoGridDefaultCsvExport({String? fieldDelimiter, String? textDelimiter, String? textEndDelimiter, String? eol})
const

Properties

eol String?
final
fieldDelimiter String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textDelimiter String?
final
textEndDelimiter String?
final

Methods

export(PlutoGridStateManager state) String
state PlutoGrid's PlutoGridStateManager.
override
getColumnTitles(PlutoGridStateManager state) List<String>
Returns the titles of the active column of PlutoGrid.
inherited
mapPlutoRowToList(PlutoGridStateManager state, PlutoRow plutoRow) List<String?>
state PlutoGrid's PlutoGridStateManager.
inherited
mapStateToListOfRows(PlutoGridStateManager state) List<List<String?>>
Converts a list of PlutoRows to a string to be printed.
inherited
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>
inherited

Operators

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