Class UpdateCommandCreator
java.lang.Object
ch.nolix.system.webapplication.counterpartupdater.UpdateCommandCreator
- All Implemented Interfaces:
IUpdateCommandCreator
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSetCssCommandForWebGui(IWebGui<?> webGui) createSetEventFunctionsCommandForWebGui(IWebGui<?> webGui) createSetIconCommandForWebGui(IWebGui<?> webGui) createSetRootHtmlElementCommandForControl(IControl<?, ?> control) createSetRootHtmlElementCommandForWebGui(IWebGui<?> webGui) createSetTitleCommandForWebGui(IWebGui<?> webGui) createUpdateCommandsForControls(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) createUpdateCommandsForWebGui(IWebGui<?> webGui)
-
Constructor Details
-
UpdateCommandCreator
public UpdateCommandCreator()
-
-
Method Details
-
createSetCssCommandForWebGui
- Specified by:
createSetCssCommandForWebGuiin interfaceIUpdateCommandCreator
-
createSetEventFunctionsCommandForWebGui
- Specified by:
createSetEventFunctionsCommandForWebGuiin interfaceIUpdateCommandCreator
-
createSetIconCommandForWebGui
- Specified by:
createSetIconCommandForWebGuiin interfaceIUpdateCommandCreator
-
createSetIconCommandForIcon
- Specified by:
createSetIconCommandForIconin interfaceIUpdateCommandCreator
-
createSetRootHtmlElementCommandForControl
- Specified by:
createSetRootHtmlElementCommandForControlin interfaceIUpdateCommandCreator
-
createSetRootHtmlElementCommandForWebGui
- Specified by:
createSetRootHtmlElementCommandForWebGuiin interfaceIUpdateCommandCreator
-
createSetTitleCommandForWebGui
- Specified by:
createSetTitleCommandForWebGuiin interfaceIUpdateCommandCreator
-
createSetTitleCommandForTitle
- Specified by:
createSetTitleCommandForTitlein interfaceIUpdateCommandCreator
-
createSetUserInputFunctionsCommandForWebGui
- Specified by:
createSetUserInputFunctionsCommandForWebGuiin interfaceIUpdateCommandCreator
-
createUpdateCommandsForControls
public IContainer<IChainedNode> createUpdateCommandsForControls(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) - Specified by:
createUpdateCommandsForControlsin interfaceIUpdateCommandCreator
-
createUpdateCommandsForWebGui
- Specified by:
createUpdateCommandsForWebGuiin interfaceIUpdateCommandCreator
-