Schnittstelle ITableComponent<T>
- Typparameter:
T
- is the type of the table aITableComponent
can belong to.
- 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
-
Methodenübersicht
-
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 currentITableComponent
does not belong to a table.
-