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.application.main
Methoden in ch.nolix.system.application.main mit Parametern vom Typ IChainedNodeModifikator und TypMethodeBeschreibungprotected final INode<?> AbstractClient.getDataFromCounterpart(IChainedNode request) protected abstract INode<?> AbstractClient.getDataFromHere(IChainedNode request) protected abstract voidAbstractClient.runHere(IChainedNode command) Lets the currentAbstractClientrun the given command.protected final voidAbstractClient.runOnCounterpart(IChainedNode command) Runs the given command on the counterpart of the currentAbstractClient.Methodenparameter in ch.nolix.system.application.main mit Typargumenten vom Typ IChainedNodeModifikator und TypMethodeBeschreibungprotected final voidAbstractClient.runOnCounterpart(Iterable<? extends IChainedNode> commands) Runs the given commands on the counterpart of the currentAbstractClient. -
Verwendungen von IChainedNode in ch.nolix.system.webapplication.base
Methoden in ch.nolix.system.webapplication.base mit Parametern vom Typ IChainedNodeModifikator und TypMethodeBeschreibungprotected final voidAbstractWebClient.runHere(IChainedNode command) protected abstract voidAbstractWebClient.runHereOnBaseBackendWebClient(IChainedNode command) -
Verwendungen von IChainedNode in ch.nolix.system.webapplication.counterpartupdater
Methoden in ch.nolix.system.webapplication.counterpartupdater, die IChainedNode zurückgebenModifikator und TypMethodeBeschreibungUpdateCommandCreator.createSetCssCommandFromWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetEventFunctionsCommandFromWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetIconCommandForIcon(IImage icon) UpdateCommandCreator.createSetIconCommandFromWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetRootHtmlElementCommandFromControl(IControl<?, ?> control) UpdateCommandCreator.createSetRootHtmlElementCommandFromWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetTitleCommandForTitle(String title) UpdateCommandCreator.createSetTitleCommandFromWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetUserInputFunctionsCommandFromWebGui(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.main
Methoden in ch.nolix.system.webapplication.main mit Parametern vom Typ IChainedNodeModifikator und TypMethodeBeschreibungprotected INode<?> WebClient.getDataFromHere(IChainedNode request) protected voidWebClient.runHereOnBaseBackendWebClient(IChainedNode command) -
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.createSetCssCommandFromWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetEventFunctionsCommandFromWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetIconCommandForIcon(IImage icon) IUpdateCommandCreator.createSetIconCommandFromWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetRootHtmlElementCommandFromControl(IControl<?, ?> control) IUpdateCommandCreator.createSetRootHtmlElementCommandFromWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetTitleCommandForTitle(String title) IUpdateCommandCreator.createSetTitleCommandFromWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetUserInputFunctionsCommandFromWebGui(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)