Schnittstelle IControlComponent<C>
- Typparameter:
C
- is the type of the control aIControlComponent
can belong to.
public interface IControlComponent<C>
A
IControlComponent
can belong to a control.- Version:
- 2024-12-14
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
belongsToControl
boolean belongsToControl()- Gibt zurück:
- true if the current
IControlComponent
belongs to a control, false otherwise.
-
getStoredParentControl
C getStoredParentControl()- Gibt zurück:
- the control of the current
IControlComponent
. - Löst aus:
RuntimeException
- if the currentIControlComponent
does not belong to a control.
-