Verwendungen von Schnittstelle
ch.nolix.coreapi.documentapi.chainednodeapi.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 implementierenModifizierer und TypKlasseBeschreibungfinal class
AChainedNode
has the following attributes. -0 or 1 header -an arbitrary number of childChainedNode
s -0 or 1 nextChainedNode
AChainedNode
is not mutable.Methoden in ch.nolix.core.document.chainednode mit Parametern vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungstatic ChainedNode
ChainedNode.withHeaderAndNextNodeAndChildNodes
(String header, ChainedNode nextNode, IChainedNode childNode, IChainedNode... childNodes) Methodenparameter in ch.nolix.core.document.chainednode mit Typargumenten vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungstatic ChainedNode
ChainedNode.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 IChainedNodeModifizierer und TypMethodeBeschreibungINode
<?> LocalEndPoint.getDataForRequest
(IChainedNode request) INode
<?> NetEndPoint.getDataForRequest
(IChainedNode request) IContainer
<? extends INode<?>> LocalEndPoint.getDataForRequests
(IChainedNode request, IChainedNode... requests) IContainer
<? extends INode<?>> NetEndPoint.getDataForRequests
(IChainedNode request, IChainedNode... requests) void
LocalEndPoint.runCommand
(IChainedNode command) Lets this local duplex controller run the given command.void
NetEndPoint.runCommand
(IChainedNode command) final void
EndPoint.runCommands
(IChainedNode command, IChainedNode... commands) Methodenparameter in ch.nolix.core.net.endpoint3 mit Typargumenten vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungIContainer
<? extends INode<?>> LocalEndPoint.getDataForRequests
(Iterable<? extends IChainedNode> requests) IContainer
<? extends INode<?>> NetEndPoint.getDataForRequests
(Iterable<? extends IChainedNode> requests) void
LocalEndPoint.runCommands
(Iterable<? extends IChainedNode> commands) void
NetEndPoint.runCommands
(Iterable<? extends IChainedNode> commands) -
Verwendungen von IChainedNode in ch.nolix.coreapi.documentapi.chainednodeapi
Methoden in ch.nolix.coreapi.documentapi.chainednodeapi, die IChainedNode zurückgebenModifizierer und TypMethodeBeschreibungIChainedNode.getChildNodeAt1BasedIndex
(int param1BasedIndex) IChainedNode.getFirstChildNodeWithHeader
(String header) IChainedNode.getNextNode()
IChainedNode.getSingleChildNode()
Methoden in ch.nolix.coreapi.documentapi.chainednodeapi, die Typen mit Argumenten vom Typ IChainedNode zurückgebenModifizierer und TypMethodeBeschreibungIContainer
<? extends IChainedNode> IChainedNode.getChildNodes()
-
Verwendungen von IChainedNode in ch.nolix.coreapi.netapi.endpoint3api
Methoden in ch.nolix.coreapi.netapi.endpoint3api mit Parametern vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungINode
<?> IDataProvider.getDataForRequest
(IChainedNode request) IContainer
<? extends INode<?>> IDataProvider.getDataForRequests
(IChainedNode request, IChainedNode... requests) void
IController.runCommand
(IChainedNode command) void
IController.runCommands
(IChainedNode command, IChainedNode... commands) Methodenparameter in ch.nolix.coreapi.netapi.endpoint3api mit Typargumenten vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungIContainer
<? extends INode<?>> IDataProvider.getDataForRequests
(Iterable<? extends IChainedNode> requests) void
IController.runCommands
(Iterable<? extends IChainedNode> commands) -
Verwendungen von IChainedNode in ch.nolix.system.application.basewebapplication
Methoden in ch.nolix.system.application.basewebapplication mit Parametern vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungprotected final void
BaseWebClient.runHere
(IChainedNode command) protected abstract void
BaseWebClient.runHereOnBaseBackendWebClient
(IChainedNode command) -
Verwendungen von IChainedNode in ch.nolix.system.application.main
Methoden in ch.nolix.system.application.main mit Parametern vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungprotected final INode
<?> Client.getDataFromCounterpart
(IChainedNode request) protected abstract INode
<?> Client.getDataFromHere
(IChainedNode request) protected abstract void
Client.runHere
(IChainedNode command) Lets the currentClient
run the given command.protected final void
Client.runOnCounterpart
(IChainedNode command) Runs the given command on the counterpart of the currentClient
.Methodenparameter in ch.nolix.system.application.main mit Typargumenten vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungprotected final void
Client.runOnCounterpart
(Iterable<? extends IChainedNode> commands) Runs the given commands on the counterpart of the currentClient
. -
Verwendungen von IChainedNode in ch.nolix.system.application.webapplication
Methoden in ch.nolix.system.application.webapplication mit Parametern vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungprotected INode
<?> WebClient.getDataFromHere
(IChainedNode request) protected void
WebClient.runHereOnBaseBackendWebClient
(IChainedNode command) -
Verwendungen von IChainedNode in ch.nolix.system.application.webapplicationcounterpartupdater
Methoden in ch.nolix.system.application.webapplicationcounterpartupdater, die IChainedNode zurückgebenModifizierer 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.application.webapplicationcounterpartupdater mit Typargumenten vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungstatic WebClientCounterpartUpdater
WebClientCounterpartUpdater.forCounterpartRunnerAndOpenStateRequestable
(Consumer<IContainer<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) WebClientPartialCounterpartUpdater.forCounterpartRunnerAndOpenStateRequestable
(Consumer<IContainer<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) -
Verwendungen von IChainedNode in ch.nolix.system.application.webapplicationrefreshqueue
Methodenparameter in ch.nolix.system.application.webapplicationrefreshqueue mit Typargumenten vom Typ IChainedNodeModifizierer und TypMethodeBeschreibungstatic WebClientRefreshQueue
WebClientRefreshQueue.forCounterpartRunnerAndOpenStateRequestable
(Consumer<IContainer<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) -
Verwendungen von IChainedNode in ch.nolix.systemapi.applicationapi.webapplicationcounterpartupdaterapi
Methoden in ch.nolix.systemapi.applicationapi.webapplicationcounterpartupdaterapi, die IChainedNode zurückgebenModifizierer 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)