Uses of Class
org.faktorips.runtime.model.table.TableColumn
Packages that use TableColumn
Package
Description
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 TableColumnMethods in org.faktorips.runtime.model.table that return types with arguments of type TableColumnModifier and TypeMethodDescriptionprotected static LinkedHashMap<String,TableColumn> TableColumn.createModelsFrom(TableStructure tableStructure, Class<? extends ITable<?>> tableObjectClass, Class<?> tableRowClass) TableStructure.getColumns()Methods in org.faktorips.runtime.model.table with parameters of type TableColumnModifier and TypeMethodDescriptionTableStructure.getValue(Object tableRow, TableColumn column) This method retrieves the value of a table cell in a given row and column.