Schnittstelle ITableViewSearcher
- Alle bekannten Implementierungsklassen:
TableViewSearcher
public interface ITableViewSearcher
- Version:
- 2025-01-10
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetColumnViewByColumnId(TableViewDto tableViewDto, String columnId) getColumnViewByColumnName(TableViewDto tableViewDto, String columnName)
-
Methodendetails
-
getColumnViewByColumnId
- Parameter:
tableViewDto-columnId-- Gibt zurück:
- the column view of the column with the given columnId from the given tableViewDto.
- Löst aus:
RuntimeException- if the given tableViewDto does not contain a column view of a column with the given columnId.
-
getColumnViewByColumnName
- Parameter:
tableViewDto-columnName-- Gibt zurück:
- the column view of the column with the given columnName from the given tableViewDto.
- Löst aus:
RuntimeException- if the given tableViewDto does not contain a column view of a column with the given columnName.
-