Verwendungen von Klasse
ch.nolix.core.document.chainednode.ChainedNode
Packages, die ChainedNode verwenden
Package
Beschreibung
-
Verwendungen von ChainedNode in ch.nolix.core.document.chainednode
Methoden in ch.nolix.core.document.chainednode, die ChainedNode zurückgebenModifikator und TypMethodeBeschreibungstatic ChainedNodeChainedNode.fromChainedNode(IChainedNode chainedNode) static ChainedNodestatic ChainedNodeChainedNode.fromString(String string) ChainedNode.getChildNodeAtOneBasedIndex(int index) ChainedNode.getFirstChildNodeWithHeader(String header) ChainedNode.getNextNode()ChainedNode.getSingleChildNode()static ChainedNodeChainedNode.withChildNodesFromNodes(INode<?> childNode, INode<?>... childNodes) static ChainedNodeChainedNode.withChildNodesFromNodes(Iterable<? extends INode<?>> attributes) Creates a newChainedNodewith the given attributes.static ChainedNodeChainedNode.withHeader(String header) static ChainedNodeChainedNode.withHeaderAndChildNode(String header, ChainedNode attribute) static ChainedNodeChainedNode.withHeaderAndChildNode(String header, INode<?> childNode) static ChainedNodeChainedNode.withHeaderAndChildNodes(String header, ChainedNode childNode, ChainedNode... 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) static ChainedNodeChainedNode.withHeaderAndNextNodeAndChildNodes(String header, ChainedNode nextNode, IChainedNode childNode, IChainedNode... childNodes) Methoden in ch.nolix.core.document.chainednode, die Typen mit Argumenten vom Typ ChainedNode zurückgebenMethoden in ch.nolix.core.document.chainednode mit Parametern vom Typ ChainedNodeModifikator und TypMethodeBeschreibungstatic ChainedNodeChainedNode.withHeaderAndChildNode(String header, ChainedNode attribute) static ChainedNodeChainedNode.withHeaderAndChildNodes(String header, ChainedNode childNode, ChainedNode... childNodes) static ChainedNodeChainedNode.withHeaderAndNextNode(String header, ChainedNode nextNode) static ChainedNodeChainedNode.withHeaderAndNextNodeAndChildNodes(String header, ChainedNode nextNode, IChainedNode childNode, IChainedNode... childNodes) Konstruktoren in ch.nolix.core.document.chainednode mit Parametern vom Typ ChainedNodeModifikatorKonstruktorBeschreibungChainedNode(String header, Iterable<INode<?>> attributes, ChainedNode nextNode) Creates a newChainedNodewith the given header, attributes and nextNode. -
Verwendungen von ChainedNode in ch.nolix.system.application.main
Methoden in ch.nolix.system.application.main mit Parametern vom Typ ChainedNodeModifikator und TypMethodeBeschreibungprotected final voidAbstractClient.runOnCounterpart(ChainedNode... commands) Runs the given commands on the counterpart of the currentAbstractClient. -
Verwendungen von ChainedNode in ch.nolix.system.webapplication.base
Methoden in ch.nolix.system.webapplication.base, die ChainedNode zurückgebenModifikator und TypMethodeBeschreibungstatic ChainedNodeRequestCreator.createGetCookieValueRequestForCookieName(String cookieName) static ChainedNodeRequestCreator.createGetTextFromClipboardRequest()static ChainedNodeRequestCreator.createGetUrlParameterValueRequestForUrlParameterName(String urlParameterName) -
Verwendungen von ChainedNode in ch.nolix.system.webapplication.counterpartupdater
Methoden in ch.nolix.system.webapplication.counterpartupdater, die ChainedNode zurückgebenModifikator und TypMethodeBeschreibungstatic 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)