Schnittstelle IUpdateCommandCreator

Alle bekannten Implementierungsklassen:
UpdateCommandCreator

public interface IUpdateCommandCreator
  • Methodendetails

    • createSetCssCommandFromWebGui

      IChainedNode createSetCssCommandFromWebGui(IWebGui<?> webGui)
    • createSetEventFunctionsCommandFromWebGui

      IChainedNode createSetEventFunctionsCommandFromWebGui(IWebGui<?> webGui)
    • createSetIconCommandFromWebGui

      IChainedNode createSetIconCommandFromWebGui(IWebGui<?> webGui)
    • createSetIconCommandForIcon

      IChainedNode createSetIconCommandForIcon(IImage icon)
    • createSetRootHtmlElementCommandFromControl

      IChainedNode createSetRootHtmlElementCommandFromControl(IControl<?,?> control)
    • createSetRootHtmlElementCommandFromWebGui

      IChainedNode createSetRootHtmlElementCommandFromWebGui(IWebGui<?> webGui)
    • createSetTitleCommandFromWebGui

      IChainedNode createSetTitleCommandFromWebGui(IWebGui<?> webGui)
    • createSetTitleCommandForTitle

      IChainedNode createSetTitleCommandForTitle(String title)
    • createSetUserInputFunctionsCommandFromWebGui

      IChainedNode createSetUserInputFunctionsCommandFromWebGui(IWebGui<?> webGui)