Verwendungen von Schnittstelle
ch.nolix.coreapi.document.chainednode.IChainedNode
Packages, die IChainedNode verwenden
Package
Beschreibung
-
Verwendungen von IChainedNode in ch.nolix.core.document.chainednode
Klassen in ch.nolix.core.document.chainednode, die IChainedNode implementierenModifikator und TypKlasseBeschreibungfinal classAChainedNodehas the following attributes. -0 or 1 header -an arbitrary number of childChainedNodes -0 or 1 nextChainedNodeAChainedNodeis not mutable.Methoden in ch.nolix.core.document.chainednode mit Parametern vom Typ IChainedNodeModifikator und TypMethodeBeschreibungstatic booleanChainedNodeComparator.areEqual(IChainedNode chainedNode1, IChainedNode chainedNode2) static ChainedNodeChainedNode.fromChainedNode(IChainedNode chainedNode) static ChainedNodeChainedNode.withHeaderAndNextNodeAndChildNodes(String header, ChainedNode nextNode, IChainedNode childNode, IChainedNode... childNodes) Methodenparameter in ch.nolix.core.document.chainednode mit Typargumenten vom Typ IChainedNodeModifikator und TypMethodeBeschreibungstatic ChainedNodeChainedNode.withHeaderAndChildNodes(String header, Iterable<? extends IChainedNode> attributes) -
Verwendungen von IChainedNode in ch.nolix.core.net.endpoint3
Methoden in ch.nolix.core.net.endpoint3 mit Parametern vom Typ IChainedNodeModifikator und TypMethodeBeschreibungINode<?> LocalEndPoint.getDataForRequest(IChainedNode request) INode<?> NetEndPoint.getDataForRequest(IChainedNode request) IContainer<? extends INode<?>> LocalEndPoint.getDataForRequests(IChainedNode... requests) IContainer<? extends INode<?>> NetEndPoint.getDataForRequests(IChainedNode... requests) voidLocalEndPoint.runCommand(IChainedNode command) voidNetEndPoint.runCommand(IChainedNode command) final voidAbstractEndPoint.runCommands(IChainedNode... commands) Methodenparameter in ch.nolix.core.net.endpoint3 mit Typargumenten vom Typ IChainedNodeModifikator und TypMethodeBeschreibungIContainer<? extends INode<?>> LocalEndPoint.getDataForRequests(Iterable<? extends IChainedNode> requests) IContainer<? extends INode<?>> NetEndPoint.getDataForRequests(Iterable<? extends IChainedNode> requests) voidLocalEndPoint.runCommands(Iterable<? extends IChainedNode> commands) voidNetEndPoint.runCommands(Iterable<? extends IChainedNode> commands) -
Verwendungen von IChainedNode in ch.nolix.coreapi.document.chainednode
Methoden in ch.nolix.coreapi.document.chainednode, die IChainedNode zurückgebenModifikator und TypMethodeBeschreibungIChainedNode.getChildNodeAtOneBasedIndex(int oneBasedIndex) IChainedNode.getFirstChildNodeWithHeader(String header) IChainedNode.getNextNode()IChainedNode.getSingleChildNode()Methoden in ch.nolix.coreapi.document.chainednode, die Typen mit Argumenten vom Typ IChainedNode zurückgebenModifikator und TypMethodeBeschreibungIContainer<? extends IChainedNode> IChainedNode.getChildNodes() -
Verwendungen von IChainedNode in ch.nolix.coreapi.net.endpoint3
Methoden in ch.nolix.coreapi.net.endpoint3 mit Parametern vom Typ IChainedNodeModifikator und TypMethodeBeschreibungINode<?> IDataProvider.getDataForRequest(IChainedNode request) IContainer<? extends INode<?>> IDataProvider.getDataForRequests(IChainedNode... requests) voidIController.runCommand(IChainedNode command) voidIController.runCommands(IChainedNode... commands) Methodenparameter in ch.nolix.coreapi.net.endpoint3 mit Typargumenten vom Typ IChainedNodeModifikator und TypMethodeBeschreibungIContainer<? extends INode<?>> IDataProvider.getDataForRequests(Iterable<? extends IChainedNode> requests) voidIController.runCommands(Iterable<? extends IChainedNode> commands) -
Verwendungen von IChainedNode in ch.nolix.system.webapplication.counterpartupdater
Methoden in ch.nolix.system.webapplication.counterpartupdater, die IChainedNode zurückgebenModifikator und TypMethodeBeschreibungUpdateCommandCreator.createSetCssCommandForWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetEventFunctionsCommandForWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetIconCommandForIcon(IImage icon) UpdateCommandCreator.createSetIconCommandForWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetRootHtmlElementCommandForControl(IControl<?, ?> control) UpdateCommandCreator.createSetRootHtmlElementCommandForWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetTitleCommandForTitle(String title) UpdateCommandCreator.createSetTitleCommandForWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetUserInputFunctionsCommandForWebGui(IWebGui<?> webGui) Methoden in ch.nolix.system.webapplication.counterpartupdater, die Typen mit Argumenten vom Typ IChainedNode zurückgebenModifikator und TypMethodeBeschreibungUpdateCommandCreator.createUpdateCommandsForControls(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) UpdateCommandCreator.createUpdateCommandsForWebGui(IWebGui<?> webGui) Methodenparameter in ch.nolix.system.webapplication.counterpartupdater mit Typargumenten vom Typ IChainedNodeModifikator und TypMethodeBeschreibungstatic WebClientCounterpartUpdaterWebClientCounterpartUpdater.forCounterpartRunnerAndOpenStateRequestable(Consumer<IContainer<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) WebClientPartialCounterpartUpdater.forCounterpartRunnerAndOpenStateRequestable(Consumer<IContainer<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) -
Verwendungen von IChainedNode in ch.nolix.system.webapplication.protocol
Methoden in ch.nolix.system.webapplication.protocol, die IChainedNode zurückgebenModifikator und TypMethodeBeschreibungClientCommandCreator.createAddOrSetCookieCommand(String name, String value) ClientCommandCreator.createDeleteCookieCommand(String cookieName) ClientCommandCreator.createOpenNewTabCommand(String url) ClientCommandCreator.createRedirectCommand(IServerTarget serverTarget) ClientCommandCreator.createRedirectCommand(String url) ClientCommandCreator.createSaveFileCommand(byte[] bytes) ClientCommandCreator.createWriteTextToClipBoardCommand(String text) -
Verwendungen von IChainedNode in ch.nolix.system.webapplication.refreshqueue
Methodenparameter in ch.nolix.system.webapplication.refreshqueue mit Typargumenten vom Typ IChainedNodeModifikator und TypMethodeBeschreibungstatic WebClientRefreshQueueWebClientRefreshQueue.forCounterpartRunnerAndOpenStateRequestable(Consumer<IContainer<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) -
Verwendungen von IChainedNode in ch.nolix.systemapi.webapplication.counterpart
Methoden in ch.nolix.systemapi.webapplication.counterpart, die IChainedNode zurückgebenModifikator und TypMethodeBeschreibungIUpdateCommandCreator.createSetCssCommandForWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetEventFunctionsCommandForWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetIconCommandForIcon(IImage icon) IUpdateCommandCreator.createSetIconCommandForWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetRootHtmlElementCommandForControl(IControl<?, ?> control) IUpdateCommandCreator.createSetRootHtmlElementCommandForWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetTitleCommandForTitle(String title) IUpdateCommandCreator.createSetTitleCommandForWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetUserInputFunctionsCommandForWebGui(IWebGui<?> webGui) Methoden in ch.nolix.systemapi.webapplication.counterpart, die Typen mit Argumenten vom Typ IChainedNode zurückgebenModifikator und TypMethodeBeschreibungIUpdateCommandCreator.createUpdateCommandsForControls(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) IUpdateCommandCreator.createUpdateCommandsForWebGui(IWebGui<?> webGui) -
Verwendungen von IChainedNode in ch.nolix.systemapi.webapplication.protocol
Methoden in ch.nolix.systemapi.webapplication.protocol, die IChainedNode zurückgebenModifikator und TypMethodeBeschreibungIClientCommandCreator.createAddOrSetCookieCommand(String cookieName, String cookieValue) IClientCommandCreator.createDeleteCookieCommand(String cookieName) IClientCommandCreator.createOpenNewTabCommand(String url) IClientCommandCreator.createRedirectCommand(IServerTarget serverTarget) IClientCommandCreator.createRedirectCommand(String url) IClientCommandCreator.createSaveFileCommand(byte[] content) IClientCommandCreator.createWriteTextToClipBoardCommand(String text)