Package | Description |
---|---|
com.github.gwtd3.api | |
com.github.gwtd3.api.dsv |
Class and Description |
---|
Dsv |
DsvCallback
When the CSV data is available, the specified callback will be invoked with
the parsed rows as the argument.
|
DsvObjectAccessor
An accessor function which is passed to
Dsv.parse(String, DsvObjectAccessor) . |
Class and Description |
---|
Dsv |
DsvArrayAccessor
This accessor function is invoked for each row in a DSV file, being passed
the current row and index as two arguments.
|
DsvCallback
When the CSV data is available, the specified callback will be invoked with
the parsed rows as the argument.
|
DsvObjectAccessor
An accessor function which is passed to
Dsv.parse(String, DsvObjectAccessor) . |
DsvRow
Each row of a DSV file is represented by a
DsvRow . |
DsvRows
A
DsvRows represent the array of parsed rows in a DSV file. |
Copyright © 2015 gwt-d3. All rights reserved.