Schnittstelle ITableNodeExaminer

Alle bekannten Implementierungsklassen:
TableNodeExaminer

public interface ITableNodeExaminer
Version:
2024-12-28
Autor:
Silvan Wyss
  • Methodendetails

    • columnOfTableNodeIsEmptyByColumnName

      boolean columnOfTableNodeIsEmptyByColumnName(IMutableNode<?> tableNode, String columnName)
      Parameter:
      tableNode -
      columnName -
      Gibt zurück:
      true if the column of the given tableNode, that has the given columnName, is empty, false otherwise.