Class ControlHelper

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

public final class ControlHelper extends Object
Of the ControlHelper an instance cannot be created.
Author:
Silvan Wyss
  • Method Details

    • createIdHtmlAttributeForControl

      public static IHtmlAttribute createIdHtmlAttributeForControl(IControl<?,?> control)
      Parameters:
      control -
      Returns:
      a new id Html attribute for the given control.
      Throws:
      RuntimeException - if the given control is null.