Interface ControlComponent<C>
- Type Parameters:
C- the type of the control aControlComponentcan belong to.
- All Known Subinterfaces:
IControlParent
- All Known Implementing Classes:
ControlParent
public interface ControlComponent<C>
A
ControlComponent can belong to a control.- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
belongsToControl
boolean belongsToControl()- Returns:
- true if the current
ControlComponentbelongs to a control, false otherwise.
-
getStoredParentControl
C getStoredParentControl()- Returns:
- the control of the current
ControlComponent. - Throws:
RuntimeException- if the currentControlComponentdoes not belong to a control.
-