Interface ITableNodeExaminer
- All Known Implementing Classes:
TableNodeExaminer
public interface ITableNodeExaminer
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleancolumnOfTableNodeIsEmptyByColumnName(IMutableNode<?> tableNode, String columnName)
-
Method Details
-
columnOfTableNodeIsEmptyByColumnName
- Parameters:
tableNode-columnName-- Returns:
- true if the column of the given tableNode, that has the given columnName, is empty, false otherwise.
-