Uses of Class
org.faktorips.runtime.model.table.TableColumn
-
Packages that use TableColumn Package Description org.faktorips.runtime.model.table Classes that allow access to design time model information on tables. -
-
Uses of TableColumn in org.faktorips.runtime.model.table
Methods in org.faktorips.runtime.model.table that return TableColumn Modifier and Type Method Description TableColumnTableStructure. getColumn(java.lang.String columnName)Methods in org.faktorips.runtime.model.table that return types with arguments of type TableColumn Modifier and Type Method Description protected static java.util.LinkedHashMap<java.lang.String,TableColumn>TableColumn. createModelsFrom(TableStructure tableStructure, java.lang.Class<? extends ITable<?>> tableObjectClass, java.lang.Class<?> tableRowClass)java.util.List<TableColumn>TableStructure. getColumns()Methods in org.faktorips.runtime.model.table with parameters of type TableColumn Modifier and Type Method Description java.lang.ObjectTableStructure. getValue(java.lang.Object tableRow, TableColumn column)This method retrieves the value of a table cell in a given row and column.
-