|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CellAdapter | |
|---|---|
| org.specrunner.plugins.core.include | |
| org.specrunner.util.xom | |
| Uses of CellAdapter in org.specrunner.plugins.core.include |
|---|
| Methods in org.specrunner.plugins.core.include with parameters of type CellAdapter | |
|---|---|
protected String |
PluginColumn.feature(CellAdapter h)
Get a feature name. |
| Uses of CellAdapter in org.specrunner.util.xom |
|---|
| Fields in org.specrunner.util.xom with type parameters of type CellAdapter | |
|---|---|
protected List<CellAdapter> |
TableAdapter.captions
List of caption elements. |
protected List<CellAdapter> |
RowAdapter.cells
List of row cells. |
protected List<CellAdapter> |
TableAdapter.cols
List of col elements. |
| Methods in org.specrunner.util.xom that return CellAdapter | |
|---|---|
CellAdapter |
TableAdapter.getCaption(int i)
The caption given by that index. |
CellAdapter |
RowAdapter.getCell(int i)
Get cell at a given index. |
CellAdapter |
TableAdapter.getCol(int i)
The col given by that index. |
| Methods in org.specrunner.util.xom that return types with arguments of type CellAdapter | |
|---|---|
List<CellAdapter> |
TableAdapter.getCaptions()
Get captions list. |
List<CellAdapter> |
RowAdapter.getCells()
List of cells. |
List<CellAdapter> |
TableAdapter.getCols()
Get cols list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||