Schnittstelle IControlComponent<C>

Typparameter:
C - is the type of the control a IControlComponent can belong to.

public interface IControlComponent<C>
A IControlComponent can belong to a control.
Version:
2024-12-14
Autor:
Silvan Wyss
  • 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 current IControlComponent does not belong to a control.