Interface ITableViewSearcher
- All Known Implementing Classes:
TableViewSearcher
public interface ITableViewSearcher
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptiongetColumnViewByColumnId(TableViewDto tableViewDto, String columnId) getColumnViewByColumnName(TableViewDto tableViewDto, String columnName)
-
Method Details
-
getColumnViewByColumnId
- Parameters:
tableViewDto-columnId-- Returns:
- the column view of the column with the given columnId from the given tableViewDto.
- Throws:
RuntimeException- if the given tableViewDto does not contain a column view of a column with the given columnId.
-
getColumnViewByColumnName
- Parameters:
tableViewDto-columnName-- Returns:
- the column view of the column with the given columnName from the given tableViewDto.
- Throws:
RuntimeException- if the given tableViewDto does not contain a column view of a column with the given columnName.
-