Package ch.nolix.system.webgui.main
Klasse ControlHelper
java.lang.Object
ch.nolix.system.webgui.main.ControlHelper
Of the
ControlHelper an instance cannot be created.- Version:
- 2025-08-10
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic IHtmlAttributecreateIdHtmlAttributeForControl(IControl<?, ?> control)
-
Methodendetails
-
createIdHtmlAttributeForControl
- Parameter:
control-- Gibt zurück:
- a new id Html attribute for the given control.
- Löst aus:
RuntimeException- if the given control is null.
-