Uses of Interface
ch.nolix.baseapi.document.chainednode.IChainedNode
Packages that use IChainedNode
Package
Description
-
Uses of IChainedNode in ch.nolix.base.document.chainednode
Classes in ch.nolix.base.document.chainednode that implement IChainedNodeMethods in ch.nolix.base.document.chainednode with parameters of type IChainedNodeModifier and TypeMethodDescriptionstatic booleanChainedNodeComparator.areEqual(IChainedNode chainedNode1, IChainedNode chainedNode2) static ChainedNodeChainedNode.fromChainedNode(IChainedNode chainedNode) static ChainedNodeChainedNode.withHeaderAndChildNode(String header, IChainedNode childNode) static ChainedNodeChainedNode.withHeaderAndChildNodes(String header, IChainedNode... childNodes) Method parameters in ch.nolix.base.document.chainednode with type arguments of type IChainedNodeModifier and TypeMethodDescriptionstatic ChainedNodeChainedNode.withHeaderAndChildNodes(String header, Iterable<? extends IChainedNode> attributes) -
Uses of IChainedNode in ch.nolix.base.net.level3server
Methods in ch.nolix.base.net.level3server with parameters of type IChainedNodeModifier and TypeMethodDescriptionINode<?> 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) Method parameters in ch.nolix.base.net.level3server with type arguments of type IChainedNodeModifier and TypeMethodDescriptionIContainer<? 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) -
Uses of IChainedNode in ch.nolix.baseapi.document.chainednode
Methods in ch.nolix.baseapi.document.chainednode that return IChainedNodeModifier and TypeMethodDescriptionIChainedNode.getChildNodeAtOneBasedIndex(int oneBasedIndex) IChainedNode.getFirstChildNodeWithHeader(String header) IChainedNode.getNextNode()IChainedNode.getSingleChildNode()Methods in ch.nolix.baseapi.document.chainednode that return types with arguments of type IChainedNodeModifier and TypeMethodDescriptionIContainer<? extends IChainedNode> IChainedNode.getChildNodes() -
Uses of IChainedNode in ch.nolix.baseapi.net.level3server
Methods in ch.nolix.baseapi.net.level3server with parameters of type IChainedNodeModifier and TypeMethodDescriptionINode<?> IDataProvider.getDataForRequest(IChainedNode request) IContainer<? extends INode<?>> IDataProvider.getDataForRequests(IChainedNode... requests) voidIController.runCommand(IChainedNode command) voidIController.runCommands(IChainedNode... commands) Method parameters in ch.nolix.baseapi.net.level3server with type arguments of type IChainedNodeModifier and TypeMethodDescriptionIContainer<? extends INode<?>> IDataProvider.getDataForRequests(Iterable<? extends IChainedNode> requests) voidIController.runCommands(Iterable<? extends IChainedNode> commands) -
Uses of IChainedNode in ch.nolix.system.webapplication.counterpartupdater
Methods in ch.nolix.system.webapplication.counterpartupdater that return IChainedNodeModifier and TypeMethodDescriptionUpdateCommandCreator.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) Methods in ch.nolix.system.webapplication.counterpartupdater that return types with arguments of type IChainedNodeModifier and TypeMethodDescriptionUpdateCommandCreator.createUpdateCommandsForControls(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) UpdateCommandCreator.createUpdateCommandsForWebGui(IWebGui<?> webGui) Method parameters in ch.nolix.system.webapplication.counterpartupdater with type arguments of type IChainedNodeModifier and TypeMethodDescriptionstatic WebClientCounterpartUpdaterWebClientCounterpartUpdater.forCounterpartRunnerAndOpenStateRequestable(Consumer<IContainer<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) WebClientPartialCounterpartUpdater.forCounterpartRunnerAndOpenStateRequestable(Consumer<IContainer<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) -
Uses of IChainedNode in ch.nolix.system.webapplication.protocol
Methods in ch.nolix.system.webapplication.protocol that return IChainedNodeModifier 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 IChainedNode in ch.nolix.system.webapplication.refreshqueue
Method parameters in ch.nolix.system.webapplication.refreshqueue with type arguments of type IChainedNodeModifier and TypeMethodDescriptionstatic WebClientRefreshQueueWebClientRefreshQueue.forCounterpartRunnerAndOpenStateRequestable(Consumer<IContainer<? extends IChainedNode>> counterpartRunner, BooleanSupplier openStateRequester) -
Uses of IChainedNode in ch.nolix.systemapi.webapplication.counterpart
Methods in ch.nolix.systemapi.webapplication.counterpart that return IChainedNodeModifier and TypeMethodDescriptionIUpdateCommandCreator.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) Methods in ch.nolix.systemapi.webapplication.counterpart that return types with arguments of type IChainedNodeModifier and TypeMethodDescriptionIUpdateCommandCreator.createUpdateCommandsForControls(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) IUpdateCommandCreator.createUpdateCommandsForWebGui(IWebGui<?> webGui) -
Uses of IChainedNode in ch.nolix.systemapi.webapplication.protocol
Methods in ch.nolix.systemapi.webapplication.protocol that return IChainedNodeModifier 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)