Uses of Class
gov.nasa.pds.web.ui.containers.ColumnInfo
| Package | Description |
|---|---|
| gov.nasa.pds.web.ui.containers.tabularData | |
| gov.nasa.pds.web.ui.utils |
-
Uses of ColumnInfo in gov.nasa.pds.web.ui.containers.tabularData
Constructors in gov.nasa.pds.web.ui.containers.tabularData with parameters of type ColumnInfo Constructor Description Column(ColumnInfo columnInfo, int currentSize) -
Uses of ColumnInfo in gov.nasa.pds.web.ui.utils
Methods in gov.nasa.pds.web.ui.utils that return types with arguments of type ColumnInfo Modifier and Type Method Description List<ColumnInfo>TabularData. getColumnDefs()Constructor parameters in gov.nasa.pds.web.ui.utils with type arguments of type ColumnInfo Constructor Description TabularData(File tabularFile, List<ColumnInfo> columnInfos, long startByte)TabularData(File tabularFile, List<ColumnInfo> columnInfos, long startByte, Long readRows)TabularData(URL fileUrl, List<ColumnInfo> columnInfos, long startByte, Long readRows)TabularData(URL fileUrl, List<ColumnInfo> columnInfos, long startByte, Long readRows, String fieldDelimiter, int fieldsCount)Used for TableDelimited