Class UpdateCommandCreatorHelper
java.lang.Object
ch.nolix.system.webapplication.counterpartupdater.UpdateCommandCreatorHelper
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImmutableChainedNodestatic ImmutableChainedNodestatic ImmutableChainedNodecreateSetEventFunctionsCommandFromHtmlElementEventRegistrations(ExtendedIterable<IHtmlElementEvent> htmlElementEventRegistrations) static ImmutableChainedNodecreateSetHtmlElementCommandFromHtmlElement(String htmlElementId, IHtmlElement htmlElement) static ImmutableChainedNodestatic ImmutableChainedNodecreateSetUserInputFunctionsCommandForControls(ExtendedIterable<Control<?, ?>> controls) static ImmutableChainedNodecreateUserInputFunctionFromControlAndString(Control<?, ?> control, String string)
-
Method Details
-
createSetCssCommandFromCss
-
createSetCssCommandFromCss
-
createSetHtmlElementCommandFromHtmlElement
public static ImmutableChainedNode createSetHtmlElementCommandFromHtmlElement(String htmlElementId, IHtmlElement htmlElement) -
createSetEventFunctionsCommandFromHtmlElementEventRegistrations
public static ImmutableChainedNode createSetEventFunctionsCommandFromHtmlElementEventRegistrations(ExtendedIterable<IHtmlElementEvent> htmlElementEventRegistrations) -
createSetRootHtmlElementCommandFromHtmlElement
public static ImmutableChainedNode createSetRootHtmlElementCommandFromHtmlElement(IHtmlElement htmlElement) -
createSetUserInputFunctionsCommandForControls
public static ImmutableChainedNode createSetUserInputFunctionsCommandForControls(ExtendedIterable<Control<?, ?>> controls) -
createUserInputFunctionFromControlAndString
public static ImmutableChainedNode createUserInputFunctionFromControlAndString(Control<?, ?> control, String string)
-