Class ControlHelper
java.lang.Object
ch.nolix.system.webgui.main.ControlHelper
Of the
ControlHelper an instance cannot be created.- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionstatic IHtmlAttributecreateIdHtmlAttributeForControl(IControl<?, ?> control)
-
Method Details
-
createIdHtmlAttributeForControl
- Parameters:
control-- Returns:
- a new id Html attribute for the given control.
- Throws:
RuntimeException- if the given control is null.
-