Interface ITableNodeEditor
- All Known Implementing Classes:
TableNodeEditor
public interface ITableNodeEditor
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionIMutableNode<?> removeAndGetStoredEntityNodeById(IMutableNode<?> tableNode, String id) Removes the first entity node with the given id from the given tableNode.
-
Method Details
-
removeAndGetStoredEntityNodeById
Removes the first entity node with the given id from the given tableNode.- Parameters:
tableNode-id-- Returns:
- the first entity node with the given id from the given tableNode.
- Throws:
RuntimeException- if the given tableNode is null.RuntimeException- if the given tableNode does not contain an entity node with the given id.
-