Verwendungen von Schnittstelle
ch.nolix.coreapi.documentapi.chainednodeapi.IChainedNode
Package
Beschreibung
The
ch.nolix.core.document.chainednode
package defines a chained
node.The
ch.nolix.core.net.endpoint3
package defines an end point and a
server for it.The
ch.nolix.coreapi.documentapi.chainednodeapi
package declares a
document chained node.The
ch.nolix.coreapi.netapi.endpoint3api
package declares an end
point that can send commands and data requests.The
ch.nolix.system.application.basewebapplication
package defines a
base Application
for web.The
ch.nolix.system.application.main
package defines a base
application and a base client.The
ch.nolix.system.application.webapplication
package defines a
Application
for web.The
ch.nolix.system.application.webapplicationcounterpartupdater
package defines counterpart updater for web
Application
s.The
ch.nolix.system.application.webapplicationrefreshqueue
package
defines refresh queue for web clients.The
ch.nolix.systemapi.applicationapi.webapplicationcounterpartupdaterapi
package declares types to update the counterpart of web
Application
s.-
Verwendungen von IChainedNode in ch.nolix.core.document.chainednode
Modifizierer 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.Modifizierer und TypMethodeBeschreibungstatic ChainedNode
ChainedNode.withHeaderAndNextNodeAndChildNodes
(String header, ChainedNode nextNode, IChainedNode childNode, IChainedNode... childNodes) Modifizierer und TypMethodeBeschreibungstatic ChainedNode
ChainedNode.withHeaderAndChildNodes
(String header, Iterable<? extends IChainedNode> attributes) -
Verwendungen von IChainedNode in ch.nolix.core.net.endpoint3
Modifizierer 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) Modifizierer 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
Modifizierer und TypMethodeBeschreibungIChainedNode.getChildNodeAt1BasedIndex
(int p1BasedIndex) IChainedNode.getFirstChildNodeWithHeader
(String header) IChainedNode.getNextNode()
IChainedNode.getSingleChildNode()
Modifizierer und TypMethodeBeschreibungIContainer
<? extends IChainedNode> IChainedNode.getChildNodes()
-
Verwendungen von IChainedNode in ch.nolix.coreapi.netapi.endpoint3api
Modifizierer 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) Modifizierer 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
Modifizierer und TypMethodeBeschreibungprotected final void
BaseWebClient.runHere
(IChainedNode command) protected abstract void
BaseWebClient.runHereOnBaseBackendWebClient
(IChainedNode command) -
Verwendungen von IChainedNode in ch.nolix.system.application.main
Modifizierer 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
.Modifizierer 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
Modifizierer und TypMethodeBeschreibungprotected INode
<?> WebClient.getDataFromHere
(IChainedNode request) protected void
WebClient.runHereOnBaseBackendWebClient
(IChainedNode command) -
Verwendungen von IChainedNode in ch.nolix.system.application.webapplicationcounterpartupdater
Modifizierer 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) Modifizierer 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
Modifizierer und TypMethodeBeschreibungstatic WebClientRefreshQueue
WebClientRefreshQueue.forCounterpartRunnerAndOpenStateRequestable
(Consumer<IContainer<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) -
Verwendungen von IChainedNode in ch.nolix.systemapi.applicationapi.webapplicationcounterpartupdaterapi
Modifizierer 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)