Uses of Class
gov.nasa.pds.web.ui.containers.ColumnInfo
Packages that use ColumnInfo
-
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 -
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 ColumnInfoConstructor parameters in gov.nasa.pds.web.ui.utils with type arguments of type ColumnInfoModifierConstructorDescriptionTabularData(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