Interface IUpdateCommandCreator
- All Known Implementing Classes:
UpdateCommandCreator
public interface IUpdateCommandCreator
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptioncreateSetCssCommandForWebGui(IWebGui<?> webGui) createSetEventFunctionsCommandForWebGui(IWebGui<?> webGui) createSetIconCommandForWebGui(IWebGui<?> webGui) createSetRootHtmlElementCommandForControl(Control<?, ?> control) createSetRootHtmlElementCommandForWebGui(IWebGui<?> webGui) createSetTitleCommandForWebGui(IWebGui<?> webGui) createUpdateCommandsForControls(ExtendedIterable<Control<?, ?>> controls, boolean updateConstellationOrStyle) createUpdateCommandsForWebGui(IWebGui<?> webGui)
-
Method Details
-
createSetCssCommandForWebGui
-
createSetEventFunctionsCommandForWebGui
-
createSetIconCommandForWebGui
-
createSetIconCommandForIcon
-
createSetRootHtmlElementCommandForControl
-
createSetRootHtmlElementCommandForWebGui
-
createSetTitleCommandForWebGui
-
createSetTitleCommandForTitle
-
createSetUserInputFunctionsCommandForWebGui
-
createUpdateCommandsForControls
ExtendedIterable<IChainedNode> createUpdateCommandsForControls(ExtendedIterable<Control<?, ?>> controls, boolean updateConstellationOrStyle) -
createUpdateCommandsForWebGui
-