Schnittstelle ITableNodeEditor

Alle bekannten Implementierungsklassen:
TableNodeEditor

public interface ITableNodeEditor
Version:
2024-12-21
Autor:
Silvan Wyss
  • Methodendetails

    • removeAndGetStoredEntityNodeById

      IMutableNode<?> removeAndGetStoredEntityNodeById(IMutableNode<?> tableNode, String id)
      Removes the first entity node with the given id from the given tableNode.
      Parameter:
      tableNode -
      id -
      Gibt zurück:
      the first entity node with the given id from the given tableNode.
      Löst aus:
      RuntimeException - if the given tableNode is null.
      RuntimeException - if the given tableNode does not contain an entity node with the given id.