Uses of Interface
ch.nolix.baseapi.document.chainednode.ChainedNode
Packages that use ChainedNode
Package
Description
-
Uses of ChainedNode in ch.nolix.base.document.chainednode
Classes in ch.nolix.base.document.chainednode that implement ChainedNodeModifier and TypeClassDescriptionfinal classAImmutableChainedNodehas the following attributes.Methods in ch.nolix.base.document.chainednode with parameters of type ChainedNodeModifier and TypeMethodDescriptionstatic booleanChainedNodeComparator.areEqual(ChainedNode chainedNode1, ChainedNode chainedNode2) static ImmutableChainedNodeImmutableChainedNode.fromChainedNode(ChainedNode chainedNode) static ImmutableChainedNodeImmutableChainedNode.withHeaderAndChildNode(String header, ChainedNode childNode) static ImmutableChainedNodeImmutableChainedNode.withHeaderAndChildNodes(String header, ChainedNode... childNodes) Method parameters in ch.nolix.base.document.chainednode with type arguments of type ChainedNodeModifier and TypeMethodDescriptionstatic ImmutableChainedNodeImmutableChainedNode.withHeaderAndChildNodes(String header, Iterable<? extends ChainedNode> attributes) -
Uses of ChainedNode in ch.nolix.base.net.executoranddataproviderserver
Methods in ch.nolix.base.net.executoranddataproviderserver with parameters of type ChainedNodeModifier and TypeMethodDescriptionNode<?> LocalEndPoint.getDataForRequest(ChainedNode request) Node<?> NetEndPoint.getDataForRequest(ChainedNode request) ExtendedIterable<? extends Node<?>> LocalEndPoint.getDataForRequests(ChainedNode... requests) ExtendedIterable<? extends Node<?>> NetEndPoint.getDataForRequests(ChainedNode... requests) voidLocalEndPoint.runCommand(ChainedNode command) voidNetEndPoint.runCommand(ChainedNode command) final voidAbstractEndPoint.runCommands(ChainedNode... commands) Method parameters in ch.nolix.base.net.executoranddataproviderserver with type arguments of type ChainedNodeModifier and TypeMethodDescriptionExtendedIterable<? extends Node<?>> LocalEndPoint.getDataForRequests(Iterable<? extends ChainedNode> requests) ExtendedIterable<? extends Node<?>> NetEndPoint.getDataForRequests(Iterable<? extends ChainedNode> requests) voidLocalEndPoint.runCommands(Iterable<? extends ChainedNode> commands) voidNetEndPoint.runCommands(Iterable<? extends ChainedNode> commands) -
Uses of ChainedNode in ch.nolix.baseapi.document.chainednode
Methods in ch.nolix.baseapi.document.chainednode that return ChainedNodeModifier and TypeMethodDescriptionChainedNode.getChildNodeAtOneBasedIndex(int oneBasedIndex) ChainedNode.getFirstChildNodeWithHeader(String header) ChainedNode.getNextNode()ChainedNode.getSingleChildNode()Methods in ch.nolix.baseapi.document.chainednode that return types with arguments of type ChainedNodeModifier and TypeMethodDescriptionExtendedIterable<? extends ChainedNode> ChainedNode.getChildNodes() -
Uses of ChainedNode in ch.nolix.baseapi.net.executoranddataproviderserver
Methods in ch.nolix.baseapi.net.executoranddataproviderserver with parameters of type ChainedNodeModifier and TypeMethodDescriptionNode<?> DataProvider.getDataForRequest(ChainedNode request) ExtendedIterable<? extends Node<?>> DataProvider.getDataForRequests(ChainedNode... requests) voidExecutor.runCommand(ChainedNode command) voidExecutor.runCommands(ChainedNode... commands) Method parameters in ch.nolix.baseapi.net.executoranddataproviderserver with type arguments of type ChainedNodeModifier and TypeMethodDescriptionExtendedIterable<? extends Node<?>> DataProvider.getDataForRequests(Iterable<? extends ChainedNode> requests) voidExecutor.runCommands(Iterable<? extends ChainedNode> commands) -
Uses of ChainedNode in ch.nolix.system.webapplication.counterpartupdater
Methods in ch.nolix.system.webapplication.counterpartupdater that return ChainedNodeModifier and TypeMethodDescriptionUpdateCommandCreator.createSetCssCommandForWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetEventFunctionsCommandForWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetIconCommandForIcon(Image icon) UpdateCommandCreator.createSetIconCommandForWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetRootHtmlElementCommandForControl(Control<?, ?> control) UpdateCommandCreator.createSetRootHtmlElementCommandForWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetTitleCommandForTitle(String title) UpdateCommandCreator.createSetTitleCommandForWebGui(IWebGui<?> webGui) UpdateCommandCreator.createSetUserInputFunctionsCommandForWebGui(IWebGui<?> webGui) Methods in ch.nolix.system.webapplication.counterpartupdater that return types with arguments of type ChainedNodeModifier and TypeMethodDescriptionUpdateCommandCreator.createUpdateCommandsForControls(ExtendedIterable<Control<?, ?>> controls, boolean updateConstellationOrStyle) UpdateCommandCreator.createUpdateCommandsForWebGui(IWebGui<?> webGui) Method parameters in ch.nolix.system.webapplication.counterpartupdater with type arguments of type ChainedNodeModifier and TypeMethodDescriptionstatic WebClientCounterpartUpdaterWebClientCounterpartUpdater.forCounterpartRunnerAndOpenStateRequestable(Consumer<ExtendedIterable<? extends ChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) WebClientPartialCounterpartUpdater.forCounterpartRunnerAndOpenStateRequestable(Consumer<ExtendedIterable<? extends ChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) -
Uses of ChainedNode in ch.nolix.system.webapplication.protocol
Methods in ch.nolix.system.webapplication.protocol that return ChainedNodeModifier and TypeMethodDescriptionClientCommandCreator.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) -
Uses of ChainedNode in ch.nolix.system.webapplication.refreshqueue
Method parameters in ch.nolix.system.webapplication.refreshqueue with type arguments of type ChainedNodeModifier and TypeMethodDescriptionstatic WebClientRefreshQueueWebClientRefreshQueue.forCounterpartRunnerAndOpenStateRequestable(Consumer<ExtendedIterable<? extends ChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) -
Uses of ChainedNode in ch.nolix.systemapi.webapplication.counterpart
Methods in ch.nolix.systemapi.webapplication.counterpart that return ChainedNodeModifier and TypeMethodDescriptionIUpdateCommandCreator.createSetCssCommandForWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetEventFunctionsCommandForWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetIconCommandForIcon(Image icon) IUpdateCommandCreator.createSetIconCommandForWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetRootHtmlElementCommandForControl(Control<?, ?> control) IUpdateCommandCreator.createSetRootHtmlElementCommandForWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetTitleCommandForTitle(String title) IUpdateCommandCreator.createSetTitleCommandForWebGui(IWebGui<?> webGui) IUpdateCommandCreator.createSetUserInputFunctionsCommandForWebGui(IWebGui<?> webGui) Methods in ch.nolix.systemapi.webapplication.counterpart that return types with arguments of type ChainedNodeModifier and TypeMethodDescriptionIUpdateCommandCreator.createUpdateCommandsForControls(ExtendedIterable<Control<?, ?>> controls, boolean updateConstellationOrStyle) IUpdateCommandCreator.createUpdateCommandsForWebGui(IWebGui<?> webGui) -
Uses of ChainedNode in ch.nolix.systemapi.webapplication.webclientprotocol
Methods in ch.nolix.systemapi.webapplication.webclientprotocol that return ChainedNodeModifier and TypeMethodDescriptionIClientCommandCreator.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)