Uses of Class
ch.nolix.base.document.chainednode.ChainedNode
Packages that use ChainedNode
Package
Description
-
Uses of ChainedNode in ch.nolix.base.document.chainednode
Fields in ch.nolix.base.document.chainednode declared as ChainedNodeMethods in ch.nolix.base.document.chainednode that return ChainedNodeModifier and TypeMethodDescriptionstatic ChainedNodeChainedNode.fromChainedNode(IChainedNode chainedNode) static ChainedNodestatic ChainedNodeChainedNode.fromString(String string) ChainedNode.getChildNodeAtOneBasedIndex(int index) ChainedNode.getFirstChildNodeWithHeader(String header) ChainedNode.getNextNode()ChainedNode.getSingleChildNode()static ChainedNodeChainedNode.withChildNodes(INode<?>... nodes) static ChainedNodeChainedNode.withChildNodesFromNodes(Iterable<? extends INode<?>> attributes) Creates a newChainedNodewith the given attributes.static ChainedNodeChainedNode.withHeader(String header) static ChainedNodeChainedNode.withHeaderAndChildNode(String header, IChainedNode childNode) static ChainedNodeChainedNode.withHeaderAndChildNode(String header, INode<?> childNode) static ChainedNodeChainedNode.withHeaderAndChildNodes(String header, IChainedNode... childNodes) static ChainedNodeChainedNode.withHeaderAndChildNodes(String header, Iterable<? extends IChainedNode> attributes) static ChainedNodeChainedNode.withHeaderAndChildNodesFromNodes(String header, INode<?> childNode, INode<?>... childNodes) Creates a newChainedNodewith the given header and attributes.static ChainedNodeChainedNode.withHeaderAndChildNodesFromNodes(String header, Iterable<? extends INode<?>> attributes) Creates a newChainedNodewith the given header and attributes.static ChainedNodeChainedNode.withHeaderAndNextNode(String header, ChainedNode nextNode) Methods in ch.nolix.base.document.chainednode that return types with arguments of type ChainedNodeMethods in ch.nolix.base.document.chainednode with parameters of type ChainedNodeModifier and TypeMethodDescriptionstatic ChainedNodeChainedNode.withHeaderAndNextNode(String header, ChainedNode nextNode) -
Uses of ChainedNode in ch.nolix.system.webapplication.base
Methods in ch.nolix.system.webapplication.base that return ChainedNodeModifier and TypeMethodDescriptionstatic ChainedNodeRequestCreator.createGetCookieValueRequestForCookieName(String cookieName) static ChainedNodeRequestCreator.createGetTextFromClipboardRequest()static ChainedNodeRequestCreator.createGetUrlParameterValueRequestForUrlParameterName(String urlParameterName) -
Uses of ChainedNode in ch.nolix.system.webapplication.counterpartupdater
Methods in ch.nolix.system.webapplication.counterpartupdater that return ChainedNodeModifier and TypeMethodDescriptionstatic ChainedNodeUpdateCommandCreatorHelper.createSetCssCommandFromCss(ICss css) static ChainedNodeUpdateCommandCreatorHelper.createSetCssCommandFromCss(String css) static ChainedNodeUpdateCommandCreatorHelper.createSetEventFunctionsCommandFromHtmlElementEventRegistrations(IContainer<IHtmlElementEvent> htmlElementEventRegistrations) static ChainedNodeUpdateCommandCreatorHelper.createSetHtmlElementCommandFromHtmlElement(String htmlElementId, IHtmlElement htmlElement) static ChainedNodeUpdateCommandCreatorHelper.createSetRootHtmlElementCommandFromHtmlElement(IHtmlElement htmlElement) static ChainedNodeUpdateCommandCreatorHelper.createSetUserInputFunctionsCommandForControls(IContainer<IControl<?, ?>> controls) static ChainedNodeUpdateCommandCreatorHelper.createUserInputFunctionFromControlAndString(IControl<?, ?> control, String string)