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