Uses of Class
org.eclipse.epsilon.emc.spreadsheets.SpreadsheetColumn
-
Uses of SpreadsheetColumn in org.eclipse.epsilon.emc.spreadsheets
Modifier and TypeFieldDescriptionprotected SpreadsheetColumn
SpreadsheetReference.referencedColumn
protected SpreadsheetColumn
SpreadsheetReference.referencingColumn
Modifier and TypeMethodDescriptionAdds information about an existing header column to the worksheet.SpreadsheetWorksheet.addColumn
(ISpreadsheetMetadata.SpreadsheetColumnMetadata metadata) Adds information about an existing header column to the worksheet.protected abstract SpreadsheetColumn
SpreadsheetWorksheet.createColumn
(int index) Creates a column with the specified column indexSpreadsheetWorksheet.getColumn
(int index) Gets the header column with the matching indexGets the column with the matching identifierThis method returns the first header column identifiable by the given identifier.SpreadsheetReference.getReferencedColumn()
SpreadsheetReference.getReferencingColumn()
Modifier and TypeMethodDescriptionSpreadsheetWorksheetHeader.getColumns()
This method provides the columns that make up the header of the worksheet.SpreadsheetWorksheet.getValuesForEmptyRow()
The purpose of this method is to return a map where each column of this worksheet is associated with its default value.Modifier and TypeMethodDescriptionvoid
SpreadsheetWorksheetHeader.addColumn
(SpreadsheetColumn column) Adds the given column to the header.int
SpreadsheetColumnComparator.compare
(SpreadsheetColumn c1, SpreadsheetColumn c2) boolean
SpreadsheetWorksheetHeader.contains
(SpreadsheetColumn column) This method returns true if the given columns is part of the worksheet's header.static String
SpreadsheetUtils.convertObjectToString
(SpreadsheetColumn column, Object inputValue) This method creates a string representation of the given object.void
SpreadsheetPropertySetter.editPlainCell
(SpreadsheetRow row, SpreadsheetColumn column, Object newCellValues) void
SpreadsheetPropertySetter.editReferencedCell
(SpreadsheetRow row, SpreadsheetColumn column, Object value) void
SpreadsheetPropertySetter.editReferencingCell
(SpreadsheetRow row, SpreadsheetColumn column, Object value) SpreadsheetWorksheet.findRows
(SpreadsheetColumn column, String value) Finds all rows in the worksheet whose cell, corresponding to the given column, has the provided value.SpreadsheetRow.getAllVisibleCellValues
(SpreadsheetColumn column) This method returns a list of every value contained by the cell.SpreadsheetRow.getAllVisibleCellValues
(SpreadsheetColumn column, boolean trim) The purpose of this method is to return all visible values of the given cell.SpreadsheetRow.getAllVisibleCellValuesAsIs
(SpreadsheetColumn column) This method returns a list of every value contained by the cell.SpreadsheetModel.getReferencesBySource
(SpreadsheetWorksheet worksheet, SpreadsheetColumn column) The purpose of this method is to find all references where the given worksheet and column is a source i.e.SpreadsheetRow.getReferencesBySource
(SpreadsheetColumn column) SpreadsheetModel.getReferencesByTarget
(SpreadsheetWorksheet worksheet, SpreadsheetColumn column) The purpose of this method is to find all references where the given worksheet and column is a target i.e.SpreadsheetRow.getReferencesByTarget
(SpreadsheetColumn column) static String
SpreadsheetUtils.getValueConformingToDataType
(SpreadsheetColumn column, String value) abstract String
SpreadsheetRow.getVisibleCellValue
(SpreadsheetColumn column) The purpose of this method is to return the visible value stored by the given cell.void
SpreadsheetPropertySetter.invoke
(SpreadsheetRow row, SpreadsheetColumn column, Object value, ModuleElement ast, IEolContext context) Convenience method for editing a row and column.abstract void
SpreadsheetRow.overwriteCellValue
(SpreadsheetColumn column, String value) The purpose of this method is to overwrite the value of the cell.SpreadsheetPropertyGetter.query
(SpreadsheetRow row, SpreadsheetColumn column) protected void
SpreadsheetRow.validateColumn
(SpreadsheetColumn column) protected void
SpreadsheetRow.writeManyVisibleValues
(SpreadsheetColumn column, List<String> valuesToWrite) This method writes the given values to the cell.protected void
SpreadsheetRow.writeOneVisibleValue
(SpreadsheetColumn column, String valueToWrite) This method writes the given value to the cell.void
SpreadsheetRow.writeVisibleCellValues
(SpreadsheetColumn column, List<String> valuesToWrite) The purpose of this method is to write the given values to the given cell.Modifier and TypeMethodDescriptionSpreadsheetWorksheet.addRowWithValuesInColumns
(Map<SpreadsheetColumn, Object> parameters) Writes a row to the worksheet.protected abstract SpreadsheetRow
SpreadsheetWorksheet.insertRow
(Map<SpreadsheetColumn, String> values) Inserts a new row in the worksheet with given values in the given columns. -
Uses of SpreadsheetColumn in org.eclipse.epsilon.emc.spreadsheets.excel
Modifier and TypeMethodDescriptionprotected SpreadsheetColumn
ExcelWorksheet.createColumn
(int index) Modifier and TypeMethodDescriptionExcelRow.getVisibleCellValue
(SpreadsheetColumn column) void
ExcelRow.overwriteCellValue
(SpreadsheetColumn column, String value)