Interface ITableNodeExaminer

All Known Implementing Classes:
TableNodeExaminer

public interface ITableNodeExaminer
Author:
Silvan Wyss
  • Method Details

    • columnOfTableNodeIsEmptyByColumnName

      boolean columnOfTableNodeIsEmptyByColumnName(IMutableNode<?> tableNode, String columnName)
      Parameters:
      tableNode -
      columnName -
      Returns:
      true if the column of the given tableNode, that has the given columnName, is empty, false otherwise.