Uses of Class
ch.nolix.base.document.chainednode.ImmutableChainedNode
Packages that use ImmutableChainedNode
Package
Description
-
Uses of ImmutableChainedNode in ch.nolix.base.document.chainednode
Fields in ch.nolix.base.document.chainednode declared as ImmutableChainedNodeModifier and TypeFieldDescriptionstatic final ImmutableChainedNodeImmutableChainedNode.EMPTY_CHAINED_NODEMethods in ch.nolix.base.document.chainednode that return ImmutableChainedNodeModifier and TypeMethodDescriptionstatic ImmutableChainedNodeImmutableChainedNode.fromChainedNode(ChainedNode chainedNode) static ImmutableChainedNodestatic ImmutableChainedNodeImmutableChainedNode.fromString(String string) ImmutableChainedNode.getChildNodeAtOneBasedIndex(int index) ImmutableChainedNode.getFirstChildNodeWithHeader(String header) ImmutableChainedNode.getNextNode()ImmutableChainedNode.getSingleChildNode()static ImmutableChainedNodeImmutableChainedNode.withChildNodes(Node<?>... nodes) static ImmutableChainedNodeImmutableChainedNode.withChildNodesFromNodes(Iterable<? extends Node<?>> attributes) Creates a newImmutableChainedNodewith the given attributes.static ImmutableChainedNodeImmutableChainedNode.withHeader(String header) static ImmutableChainedNodeImmutableChainedNode.withHeaderAndChildNode(String header, ChainedNode childNode) static ImmutableChainedNodeImmutableChainedNode.withHeaderAndChildNode(String header, Node<?> childNode) static ImmutableChainedNodeImmutableChainedNode.withHeaderAndChildNodes(String header, ChainedNode... childNodes) static ImmutableChainedNodeImmutableChainedNode.withHeaderAndChildNodes(String header, Node<?>... childNodes) static ImmutableChainedNodeImmutableChainedNode.withHeaderAndChildNodes(String header, Iterable<? extends ChainedNode> attributes) static ImmutableChainedNodeImmutableChainedNode.withHeaderAndChildNodesFromNodes(String header, Iterable<? extends Node<?>> attributes) Creates a newImmutableChainedNodewith the given header and attributes.static ImmutableChainedNodeImmutableChainedNode.withHeaderAndNextNode(String header, ImmutableChainedNode nextNode) Methods in ch.nolix.base.document.chainednode that return types with arguments of type ImmutableChainedNodeMethods in ch.nolix.base.document.chainednode with parameters of type ImmutableChainedNodeModifier and TypeMethodDescriptionstatic ImmutableChainedNodeImmutableChainedNode.withHeaderAndNextNode(String header, ImmutableChainedNode nextNode) -
Uses of ImmutableChainedNode in ch.nolix.system.webapplication.base
Methods in ch.nolix.system.webapplication.base that return ImmutableChainedNodeModifier and TypeMethodDescriptionstatic ImmutableChainedNodeRequestCreator.createGetCookieValueRequestForCookieName(String cookieName) static ImmutableChainedNodeRequestCreator.createGetTextFromClipboardRequest()static ImmutableChainedNodeRequestCreator.createGetUrlParameterValueRequestForUrlParameterName(String urlParameterName) -
Uses of ImmutableChainedNode in ch.nolix.system.webapplication.counterpartupdater
Methods in ch.nolix.system.webapplication.counterpartupdater that return ImmutableChainedNodeModifier and TypeMethodDescriptionstatic ImmutableChainedNodeUpdateCommandCreatorHelper.createSetCssCommandFromCss(ICss css) static ImmutableChainedNodeUpdateCommandCreatorHelper.createSetCssCommandFromCss(String css) static ImmutableChainedNodeUpdateCommandCreatorHelper.createSetEventFunctionsCommandFromHtmlElementEventRegistrations(ExtendedIterable<IHtmlElementEvent> htmlElementEventRegistrations) static ImmutableChainedNodeUpdateCommandCreatorHelper.createSetHtmlElementCommandFromHtmlElement(String htmlElementId, IHtmlElement htmlElement) static ImmutableChainedNodeUpdateCommandCreatorHelper.createSetRootHtmlElementCommandFromHtmlElement(IHtmlElement htmlElement) static ImmutableChainedNodeUpdateCommandCreatorHelper.createSetUserInputFunctionsCommandForControls(ExtendedIterable<Control<?, ?>> controls) static ImmutableChainedNodeUpdateCommandCreatorHelper.createUserInputFunctionFromControlAndString(Control<?, ?> control, String string)