| Package | Description |
|---|---|
| org.faktorips.runtime.model.table |
Classes that allow access to design time model information on tables.
|
| Modifier and Type | Method and Description |
|---|---|
TableColumn |
TableStructure.getColumn(String columnName) |
| Modifier and Type | Method and Description |
|---|---|
protected static LinkedHashMap<String,TableColumn> |
TableColumn.createModelsFrom(TableStructure tableStructure,
Class<? extends ITable<?>> tableObjectClass,
Class<?> tableRowClass) |
List<TableColumn> |
TableStructure.getColumns() |
| Modifier and Type | Method and Description |
|---|---|
Object |
TableStructure.getValue(Object tableRow,
TableColumn column)
This method retrieves the value of a table cell in a given row and column.
|
Copyright © 2020. All rights reserved.