Schnittstelle ITableNodeExaminer
- Alle bekannten Implementierungsklassen:
TableNodeExaminer
public interface ITableNodeExaminer
- Version:
- 2024-12-28
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
columnOfTableNodeIsEmptyByColumnName
(IMutableNode<?> tableNode, String columnName)
-
Methodendetails
-
columnOfTableNodeIsEmptyByColumnName
- Parameter:
tableNode
-columnName
-- Gibt zurück:
- true if the column of the given tableNode, that has the given columnName, is empty, false otherwise.
-