|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrokenCellInfo | |
---|---|
pl.edu.agh.cast.data.ui.importer.wizard | Provides CAST Data's user interface classes for the import wizard. |
pl.edu.agh.cast.rawdata.stat | Contains classes which are responsible for error handling on input data during import process. |
Uses of BrokenCellInfo in pl.edu.agh.cast.data.ui.importer.wizard |
---|
Methods in pl.edu.agh.cast.data.ui.importer.wizard with parameters of type BrokenCellInfo | |
---|---|
protected void |
ValidationPageComposite.handleEditCellAction(BrokenCellInfo cell)
|
protected void |
ValidationPageComposite.handleReplaceDefaultValueAction(BrokenCellInfo cellInfo)
|
Method parameters in pl.edu.agh.cast.data.ui.importer.wizard with type arguments of type BrokenCellInfo | |
---|---|
void |
ValidationPageComposite.deleteErrors(List<BrokenCellInfo> errs)
Deletes rows containing the specified cells with errors. |
void |
ValidationPage.deleteErrors(List<BrokenCellInfo> err)
Delegate to ImportWizard.deleteErrors(List<BrokenCellInfo>) method. |
Uses of BrokenCellInfo in pl.edu.agh.cast.rawdata.stat |
---|
Methods in pl.edu.agh.cast.rawdata.stat that return types with arguments of type BrokenCellInfo | |
---|---|
List<BrokenCellInfo> |
BrokenDataInfo.getBrokenCells()
Returns list of all broken cells. |
List<BrokenCellInfo> |
BrokenRowInfo.getBrokenCells()
|
List<BrokenCellInfo> |
BrokenDataInfo.getBrokenCellsByType(ErrorType errorType)
Returns list of BrokenCellInfo objects which are not removed. |
List<BrokenCellInfo> |
BrokenDataInfo.getBrokenCellsRelatedTo(DataRow row)
Returns list of BrokenCellInfo related to input row. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |