Schnittstelle ITableComponent<T>

Typparameter:
T - is the type of the table a ITableComponent can belong to.
Alle bekannten Unterschnittstellen:
IColumn, IEntity
Alle bekannten Implementierungsklassen:
AbstractContent, AbstractEntity, CategorizableReferenceContent, CategorizableValueContent, Column, ConcreteReferenceContent, ConcreteValueContent, Entity, GeneralEntity, ReferenceContent, SmartField, SmartObject, ValueContent

public interface ITableComponent<T>
A ITableComponent can belong to a table.
Version:
2024-12-14
Autor:
Silvan Wyss
  • Methodendetails

    • belongsToTable

      boolean belongsToTable()
      Gibt zurück:
      true if the current ITableComponent belongs to a table, false otherwise.
    • getStoredParentTable

      T getStoredParentTable()
      Gibt zurück:
      the table of the current ITableComponent.
      Löst aus:
      RuntimeException - if the current ITableComponent does not belong to a table.