Klasse UpdateCommandCreatorHelper

java.lang.Object
ch.nolix.system.webapplication.counterpartupdater.UpdateCommandCreatorHelper

public final class UpdateCommandCreatorHelper extends Object
Autor:
Silvan Wyss
  • Methodendetails

    • createSetCssCommandFromCss

      public static ChainedNode createSetCssCommandFromCss(ICss css)
    • createSetCssCommandFromCss

      public static ChainedNode createSetCssCommandFromCss(String css)
    • createSetHtmlElementCommandFromHtmlElement

      public static ChainedNode createSetHtmlElementCommandFromHtmlElement(String htmlElementId, IHtmlElement htmlElement)
    • createSetEventFunctionsCommandFromHtmlElementEventRegistrations

      public static ChainedNode createSetEventFunctionsCommandFromHtmlElementEventRegistrations(IContainer<IHtmlElementEvent> htmlElementEventRegistrations)
    • createSetRootHtmlElementCommandFromHtmlElement

      public static ChainedNode createSetRootHtmlElementCommandFromHtmlElement(IHtmlElement htmlElement)
    • createSetUserInputFunctionsCommandForControls

      public static ChainedNode createSetUserInputFunctionsCommandForControls(IContainer<IControl<?,?>> controls)
    • createUserInputFunctionFromControlAndString

      public static ChainedNode createUserInputFunctionFromControlAndString(IControl<?,?> control, String string)