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