Class UpdateCommandCreatorHelper
java.lang.Object
ch.nolix.system.webapplication.counterpartupdater.UpdateCommandCreatorHelper
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChainedNodestatic ChainedNodestatic ChainedNodecreateSetEventFunctionsCommandFromHtmlElementEventRegistrations(IContainer<IHtmlElementEvent> htmlElementEventRegistrations) static ChainedNodecreateSetHtmlElementCommandFromHtmlElement(String htmlElementId, IHtmlElement htmlElement) static ChainedNodestatic ChainedNodecreateSetUserInputFunctionsCommandForControls(IContainer<IControl<?, ?>> controls) static ChainedNodecreateUserInputFunctionFromControlAndString(IControl<?, ?> control, String string)
-
Method Details
-
createSetCssCommandFromCss
-
createSetCssCommandFromCss
-
createSetHtmlElementCommandFromHtmlElement
public static ChainedNode createSetHtmlElementCommandFromHtmlElement(String htmlElementId, IHtmlElement htmlElement) -
createSetEventFunctionsCommandFromHtmlElementEventRegistrations
public static ChainedNode createSetEventFunctionsCommandFromHtmlElementEventRegistrations(IContainer<IHtmlElementEvent> htmlElementEventRegistrations) -
createSetRootHtmlElementCommandFromHtmlElement
-
createSetUserInputFunctionsCommandForControls
public static ChainedNode createSetUserInputFunctionsCommandForControls(IContainer<IControl<?, ?>> controls) -
createUserInputFunctionFromControlAndString
public static ChainedNode createUserInputFunctionFromControlAndString(IControl<?, ?> control, String string)
-