Klasse ControlHelper

java.lang.Object
ch.nolix.system.webgui.main.ControlHelper

public final class ControlHelper extends Object
Of the ControlHelper an instance cannot be created.
Version:
2025-08-10
Autor:
Silvan Wyss
  • Methodendetails

    • createIdHtmlAttributeForControl

      public static IHtmlAttribute createIdHtmlAttributeForControl(IControl<?,?> control)
      Parameter:
      control -
      Gibt zurück:
      a new id Html attribute for the given control.
      Löst aus:
      RuntimeException - if the given control is null.