Schnittstelle IUpdateCommandCreator

Alle bekannten Implementierungsklassen:
UpdateCommandCreator

public interface IUpdateCommandCreator
Autor:
Silvan Wyss
  • Methodendetails

    • createSetCssCommandForWebGui

      IChainedNode createSetCssCommandForWebGui(IWebGui<?> webGui)
    • createSetEventFunctionsCommandForWebGui

      IChainedNode createSetEventFunctionsCommandForWebGui(IWebGui<?> webGui)
    • createSetIconCommandForWebGui

      IChainedNode createSetIconCommandForWebGui(IWebGui<?> webGui)
    • createSetIconCommandForIcon

      IChainedNode createSetIconCommandForIcon(IImage icon)
    • createSetRootHtmlElementCommandForControl

      IChainedNode createSetRootHtmlElementCommandForControl(IControl<?,?> control)
    • createSetRootHtmlElementCommandForWebGui

      IChainedNode createSetRootHtmlElementCommandForWebGui(IWebGui<?> webGui)
    • createSetTitleCommandForWebGui

      IChainedNode createSetTitleCommandForWebGui(IWebGui<?> webGui)
    • createSetTitleCommandForTitle

      IChainedNode createSetTitleCommandForTitle(String title)
    • createSetUserInputFunctionsCommandForWebGui

      IChainedNode createSetUserInputFunctionsCommandForWebGui(IWebGui<?> webGui)
    • createUpdateCommandsForControls

      IContainer<IChainedNode> createUpdateCommandsForControls(IContainer<IControl<?,?>> controls, boolean updateConstellationOrStyle)
    • createUpdateCommandsForWebGui

      IContainer<IChainedNode> createUpdateCommandsForWebGui(IWebGui<?> webGui)