Verwendungen von Schnittstelle
ch.nolix.coreapi.document.node.INode
Packages, die INode verwenden
Package
Beschreibung
-
Verwendungen von INode in ch.nolix.core.document.chainednode
Methoden in ch.nolix.core.document.chainednode mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ChainedNodestatic ChainedNodeChainedNode.withChildNodesFromNodes(INode<?> childNode, INode<?>... childNodes) static ChainedNodeChainedNode.withHeaderAndChildNode(String header, INode<?> childNode) static ChainedNodeChainedNode.withHeaderAndChildNodesFromNodes(String header, INode<?> childNode, INode<?>... childNodes) Creates a newChainedNodewith the given header and attributes.Methodenparameter in ch.nolix.core.document.chainednode mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ChainedNodeChainedNode.withChildNodesFromNodes(Iterable<? extends INode<?>> attributes) Creates a newChainedNodewith the given attributes.static ChainedNodeChainedNode.withHeaderAndChildNodesFromNodes(String header, Iterable<? extends INode<?>> attributes) Creates a newChainedNodewith the given header and attributes.Konstruktorparameter in ch.nolix.core.document.chainednode mit Typargumenten vom Typ INodeModifiziererKonstruktorBeschreibungChainedNode(String header, Iterable<INode<?>> attributes) Creates a newChainedNodewith the given header and attributes.ChainedNode(String header, Iterable<INode<?>> attributes, ChainedNode nextNode) Creates a newChainedNodewith the given header, attributes and nextNode. -
Verwendungen von INode in ch.nolix.core.document.node
Klassen in ch.nolix.core.document.node, die INode implementierenModifizierer und TypKlasseBeschreibungclassAbstractMutableNode<N extends AbstractMutableNode<N>>classAbstractNode<N extends AbstractNode<N>>final classAFileNodeis a specification that is stored in a file.final classfinal classANodeis not mutable.Methoden in ch.nolix.core.document.node mit Typparametern vom Typ INodeModifizierer und TypMethodeBeschreibungFileNode.addChildNodes(Iterable<N> childNodes) Adds the given childNodes to the currentIMutableNode.<N extends INode<?>>
MutableNodeMutableNode.addChildNodes(Iterable<N> pChildNodes) Adds the given childNodes to the currentIMutableNode.Methoden in ch.nolix.core.document.node, die INode zurückgebenModifizierer und TypMethodeBeschreibungINode<?> FileNode.asWithHeader(String header) INode<?> MutableNode.asWithHeader(String header) INode<?> Node.asWithHeader(String header) Methoden in ch.nolix.core.document.node mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungFileNode.addChildNode(INode<?> childNode, INode<?>... childNodes) Adds the given childNodes to the currentIMutableNode.MutableNode.addChildNode(INode<?> childNode, INode<?>... childNodes) Adds the given childNodes to the currentIMutableNode.booleanstatic MutableNodestatic NodebooleanNodeComparator.haveEqualChildNodesConstellationLikeNodes(INode<?> node1, INode<?> node2) booleanNodeComparator.haveEqualHeaderConstellationLikeNode(INode<?> node1, INode<?> node2) voidFileNode.replaceFirstChildNodeWithGivenHeaderByGivenNode(String header, INode<?> node) Replaces the first childINodewith the given header from the currentIMutableNodeby the givenINode.voidMutableNode.replaceFirstChildNodeWithGivenHeaderByGivenNode(String header, INode<?> childNode) Replaces the first childINodewith the given header from the currentIMutableNodeby the givenINode.final voidAbstractMutableNode.resetFromNode(INode<?> node) Resets the currentIMutableNodefrom the given node.static NodeNode.withChildNode(INode<?> childNode, INode<?>... childNodes) static NodeNode.withHeaderAndChildNode(String header, INode<?> childNode, INode<?>... childNodes) Methodenparameter in ch.nolix.core.document.node mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungfinal booleanAbstractNode.containsChildNodeThat(Predicate<INode<?>> selector) AbstractNode.getOptionalStoredFirstChildNodeThat(Predicate<INode<?>> selector) final IContainer<N> AbstractNode.getStoredChildNodesThat(Predicate<INode<?>> selector) final NAbstractNode.getStoredFirstChildNodeThat(Predicate<INode<?>> selector) FileNode.removeAndGetStoredFirstChildNodeThat(Predicate<INode<?>> selector) Removes and returns the first childINodethe given selector selects from the currentIMutableNode.MutableNode.removeAndGetStoredFirstChildNodeThat(Predicate<INode<?>> selector) Removes and returns the first childINodethe given selector selects from the currentIMutableNode.voidFileNode.removeFirstChildNodeThat(Predicate<INode<?>> selector) Removes the first childINodethe given selector selects from the currentIMutableNode.voidMutableNode.removeFirstChildNodeThat(Predicate<INode<?>> selector) Removes the first childINodethe given selector selects from the currentIMutableNode.final NAbstractMutableNode.setChildNodes(Iterable<? extends INode<?>> childNodes) Resets the childINodes of the currentIMutableNodewith the given childNodes.static NodeNode.withChildNodes(Iterable<? extends INode<?>> childNodes) static NodeNode.withHeaderAndChildNodes(String header, Iterable<? extends INode<?>> childNodes) -
Verwendungen von INode in ch.nolix.core.net.endpoint3
Methoden in ch.nolix.core.net.endpoint3, die INode zurückgebenModifizierer und TypMethodeBeschreibungINode<?> LocalEndPoint.getDataForRequest(IChainedNode request) INode<?> NetEndPoint.getDataForRequest(IChainedNode request) Methoden in ch.nolix.core.net.endpoint3, die Typen mit Argumenten vom Typ INode zurückgebenModifizierer und TypMethodeBeschreibungIContainer<? extends INode<?>> LocalEndPoint.getDataForRequests(IChainedNode request, IChainedNode... requests) IContainer<? extends INode<?>> LocalEndPoint.getDataForRequests(Iterable<? extends IChainedNode> requests) IContainer<? extends INode<?>> NetEndPoint.getDataForRequests(IChainedNode request, IChainedNode... requests) IContainer<? extends INode<?>> NetEndPoint.getDataForRequests(Iterable<? extends IChainedNode> requests) -
Verwendungen von INode in ch.nolix.coreapi.document.chainednode
Methoden in ch.nolix.coreapi.document.chainednode, die INode zurückgeben -
Verwendungen von INode in ch.nolix.coreapi.document.node
Klassen in ch.nolix.coreapi.document.node mit Typparametern vom Typ INodeModifizierer und TypSchnittstelleBeschreibunginterfaceUnterschnittstellen von INode in ch.nolix.coreapi.document.nodeModifizierer und TypSchnittstelleBeschreibunginterfaceIMutableNode<N extends IMutableNode<N>>AIMutableNodeis aINodethat is mutable.Methoden in ch.nolix.coreapi.document.node mit Typparametern vom Typ INodeModifizierer und TypMethodeBeschreibungIMutableNode.addChildNodes(Iterable<N2> childNodes) Adds the given childNodes to the currentIMutableNode.Methoden in ch.nolix.coreapi.document.node, die INode zurückgebenMethoden in ch.nolix.coreapi.document.node mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungIMutableNode.addChildNode(INode<?> childNode, INode<?>... childNodes) Adds the given childNodes to the currentIMutableNode.booleanbooleanINodeComparator.haveEqualChildNodesConstellationLikeNodes(INode<?> node1, INode<?> node2) booleanINodeComparator.haveEqualHeaderConstellationLikeNode(INode<?> node1, INode<?> node2) voidIMutableNode.replaceFirstChildNodeWithGivenHeaderByGivenNode(String header, INode<?> node) Replaces the first childINodewith the given header from the currentIMutableNodeby the givenINode.voidIMutableNode.resetFromNode(INode<?> node) Resets the currentIMutableNodefrom the given node.Methodenparameter in ch.nolix.coreapi.document.node mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungbooleanINode.containsChildNodeThat(Predicate<INode<?>> selector) INode.getOptionalStoredFirstChildNodeThat(Predicate<INode<?>> selector) INode.getStoredChildNodesThat(Predicate<INode<?>> selector) INode.getStoredFirstChildNodeThat(Predicate<INode<?>> selector) IMutableNode.removeAndGetStoredFirstChildNodeThat(Predicate<INode<?>> selector) Removes and returns the first childINodethe given selector selects from the currentIMutableNode.voidIMutableNode.removeFirstChildNodeThat(Predicate<INode<?>> selector) Removes the first childINodethe given selector selects from the currentIMutableNode.IMutableNode.setChildNodes(Iterable<? extends INode<?>> childNodes) Resets the childINodes of the currentIMutableNodewith the given childNodes. -
Verwendungen von INode in ch.nolix.coreapi.net.endpoint3
Methoden in ch.nolix.coreapi.net.endpoint3, die INode zurückgebenModifizierer und TypMethodeBeschreibungINode<?> IDataProvider.getDataForRequest(IChainedNode request) Methoden in ch.nolix.coreapi.net.endpoint3, die Typen mit Argumenten vom Typ INode zurückgebenModifizierer und TypMethodeBeschreibungIContainer<? extends INode<?>> IDataProvider.getDataForRequests(IChainedNode request, IChainedNode... requests) IContainer<? extends INode<?>> IDataProvider.getDataForRequests(Iterable<? extends IChainedNode> requests) -
Verwendungen von INode in ch.nolix.system.application.main
Methoden in ch.nolix.system.application.main, die INode zurückgebenModifizierer und TypMethodeBeschreibungprotected final INode<?> AbstractClient.getDataFromCounterpart(IChainedNode request) protected abstract INode<?> AbstractClient.getDataFromHere(IChainedNode request) -
Verwendungen von INode in ch.nolix.system.element.base
Methoden in ch.nolix.system.element.base, die INode zurückgebenModifizierer und TypMethodeBeschreibungfinal INode<?> AbstractElement.getSpecification()INode<?> SpecificationCreator.getSpecificationOfElement(IElement element) INode<?> StructureSpecificationCreator.getStructureSpecificationOfElement(IStructureElement element) -
Verwendungen von INode in ch.nolix.system.element.multistateconfiguration
Methoden in ch.nolix.system.element.multistateconfiguration, die Typen mit Argumenten vom Typ INode zurückgebenModifizierer und TypMethodeBeschreibungfinal IContainer<INode<?>> AbstractMultiStateConfiguration.getAttributes()Methoden in ch.nolix.system.element.multistateconfiguration mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungfinal booleanAbstractMultiStateConfiguration.addedOrChangedAttribute(INode<?> attribute) final voidAbstractMultiStateConfiguration.addOrChangeAttribute(INode<?> attribute) protected final voidAbstractMaterializedProperty.setValueFromSpecification(INode<?> specification) protected abstract voidAbstractProperty.setValueFromSpecification(INode<?> specification) protected voidForwardingProperty.setValueFromSpecification(INode<?> specification) Methodenparameter in ch.nolix.system.element.multistateconfiguration mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungprotected final voidAbstractMaterializedProperty.fillUpValuesSpecificationInto(ILinkedList<INode<?>> list) protected abstract voidAbstractProperty.fillUpValuesSpecificationInto(ILinkedList<INode<?>> list) protected voidForwardingProperty.fillUpValuesSpecificationInto(ILinkedList<INode<?>> list) Konstruktorparameter in ch.nolix.system.element.multistateconfiguration mit Typargumenten vom Typ INodeModifiziererKonstruktorBeschreibungprotectedAbstractMaterializedProperty(String name, Class<S> stateClass, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator) protectedAbstractMaterializedProperty(String name, Class<S> stateClass, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator, BiConsumer<S, V> setterMethod) CascadingProperty(String name, Class<S> stateClass, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator, BiConsumer<S, V> setterMethod, V defaultValue) CascadingProperty(String name, Class<S> stateClass, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator, V defaultValue) NonCascadingProperty(String name, Class<S> stateClass, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator, BiConsumer<S, V> setterMethod, V defaultValue) NonCascadingProperty(String name, Class<S> stateClass, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator, V defaultValue) -
Verwendungen von INode in ch.nolix.system.element.mutableelement
Methoden in ch.nolix.system.element.mutableelement, die INode zurückgebenMethoden in ch.nolix.system.element.mutableelement, die Typen mit Argumenten vom Typ INode zurückgebenModifizierer und TypMethodeBeschreibungfinal IContainer<INode<?>> AbstractMutableElement.getAttributes()Methoden in ch.nolix.system.element.mutableelement mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungfinal voidAbstractMutableElement.addOrChangeAttribute(INode<?> attribute) Adds or changes the given attribute to the currentIMutableElement. -
Verwendungen von INode in ch.nolix.system.element.property
Felder in ch.nolix.system.element.property mit Typparametern vom Typ INodeMethoden in ch.nolix.system.element.property mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungfinal booleanAbstractExtensionElement.addedOrChangedAttribute(INode<?> attribute) final booleanAbstractSubElement.addedOrChangedAttribute(INode<?> attribute) final booleanAbstractValue.addedOrChangedAttribute(INode<?> attribute) Adds or changes the value from the given attribute to the currentAbstractValue.booleanCatchingProperty.addedOrChangedAttribute(INode<?> attribute) booleanForwardingMutableValue.addedOrChangedAttribute(INode<?> attribute) booleanMultiSpecificationValueExtractor.addedOrChangedAttribute(INode<?> attribute) booleanMultiValueExtractor.addedOrChangedAttribute(INode<?> attribute) booleanMutableOptionalSpecificationValueExtractor.addedOrChangedAttribute(INode<?> attribute) booleanMutableOptionalValueExtractor.addedOrChangedAttribute(INode<?> attribute) booleanMutableSpecificationValueExtractor.addedOrChangedAttribute(INode<?> attribute) booleanMutableValueExtractor.addedOrChangedAttribute(INode<?> attribute) Methodenparameter in ch.nolix.system.element.property mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungfinal voidAbstractExtensionElement.fillUpAttributesInto(ILinkedList<INode<?>> list) voidAbstractSubElement.fillUpAttributesInto(ILinkedList<INode<?>> list) voidCatchingProperty.fillUpAttributesInto(ILinkedList<INode<?>> list) voidForwardingMutableValue.fillUpAttributesInto(ILinkedList<INode<?>> list) voidMultiSpecificationValueExtractor.fillUpAttributesInto(ILinkedList<INode<?>> list) voidMultiValue.fillUpAttributesInto(ILinkedList<INode<?>> list) voidMultiValueExtractor.fillUpAttributesInto(ILinkedList<INode<?>> list) voidMutableOptionalSpecificationValueExtractor.fillUpAttributesInto(ILinkedList<INode<?>> list) voidMutableOptionalValueExtractor.fillUpAttributesInto(ILinkedList<INode<?>> list) voidMutableSpecificationValueExtractor.fillUpAttributesInto(ILinkedList<INode<?>> list) voidMutableValueExtractor.fillUpAttributesInto(ILinkedList<INode<?>> list) static <E extends IElement>
MutableOptionalValue<E> MutableOptionalValue.forElement(String name, Consumer<E> setterMethod, Function<INode<?>, E> valueCreator) Konstruktorparameter in ch.nolix.system.element.property mit Typargumenten vom Typ INodeModifiziererKonstruktorBeschreibungForwardingMutableValue(String name, Consumer<V> setter, Supplier<V> getter, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator) MultiSpecificationValueExtractor(String name, Consumer<INode<?>> adder, Supplier<IContainer<INode<?>>> getter) MultiSpecificationValueExtractor(String name, Consumer<INode<?>> adder, Supplier<IContainer<INode<?>>> getter) MultiValue(String name, Consumer<V> adderMethod, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator) Creates a newMultiValuewith the given name, valueCreator, adderMethod and specificationCreator.MultiValueExtractor(String name, Consumer<V> adder, Supplier<IContainer<V>> getter, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator) MutableOptionalSpecificationValueExtractor(String name, Consumer<INode<?>> setter, BooleanSupplier valuePresenceChecker, Supplier<Node> getter) MutableOptionalValue(String name, Consumer<V> setterMethod, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator) Creates a newMutableOptionalValuewith the given name, setterMethod, valueCreator and specificationCreator.MutableOptionalValueExtractor(String name, Consumer<V> setter, BooleanSupplier valuePresenceChecker, Supplier<V> getter, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator) MutableSpecificationValueExtractor(String name, Consumer<INode<?>> setter, Supplier<INode<?>> getter) MutableSpecificationValueExtractor(String name, Consumer<INode<?>> setter, Supplier<INode<?>> getter) MutableValue(String name, V defaultValue, Consumer<V> setterMethod, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator) Creates a newMutableValuewith the given name, defaultValue, setterMethod, valueCreator and specificationCreator.MutableValueExtractor(String name, Consumer<V> setter, Supplier<V> getter, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator) OptionalValue(String name, Consumer<V> setterMethod, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator) Creates a newOptionalValuewith the given name, setterMethod, valueCreator and specificationCreator.Value(String name, Consumer<V> setterMethod, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator) Creates a newValuewith the given name, setterMethod, valueCreator and specificationCreator. -
Verwendungen von INode in ch.nolix.system.element.relativevalue
Methoden in ch.nolix.system.element.relativevalue, die Typen mit Argumenten vom Typ INode zurückgebenModifizierer und TypMethodeBeschreibungIContainer<INode<?>> AbsoluteOrRelativeInt.getAttributes()Methoden in ch.nolix.system.element.relativevalue mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic AbsoluteOrRelativeIntAbsoluteOrRelativeInt.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.system.graphic.color
Methoden in ch.nolix.system.graphic.color, die Typen mit Argumenten vom Typ INode zurückgebenModifizierer und TypMethodeBeschreibungIContainer<INode<?>> Color.getAttributes()IContainer<INode<?>> ColorGradient.getAttributes()Methoden in ch.nolix.system.graphic.color mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ColorColor.fromSpecification(INode<?> specification) static ColorGradientColorGradient.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.system.graphic.image
Methoden in ch.nolix.system.graphic.image, die Typen mit Argumenten vom Typ INode zurückgebenMethoden in ch.nolix.system.graphic.image mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ImageImage.fromSpecification(INode<?> specification) static MutableImageMutableImage.fromSpecification(INode<?> specification) voidMutableImage.setPixelArray(INode<?> pixelArray) -
Verwendungen von INode in ch.nolix.system.gui.background
Methoden in ch.nolix.system.gui.background, die Typen mit Argumenten vom Typ INode zurückgebenMethoden in ch.nolix.system.gui.background mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic BackgroundBackground.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.system.nodemiddata.datawriter
Methoden in ch.nolix.system.nodemiddata.datawriter mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic voidDataWriterActionProvider.insertEntity(IMutableNode<?> nodeDatabase, String tableName, String entityId, INode<?> entityIndexNode, INode<?> entityNode) voidExecutiveDataWriter.insertEntity(String tableName, String entityId, INode<?> entityIndexNode, INode<?> entityNode) static voidDataWriterActionProvider.insertMultiBackReferenceEntry(IMutableNode<?> nodeDatabase, String tableName, String entityId, int multiBackReferenceColumnOneBasedOrdinalIndex, INode<?> multiBackReferenceEntryNode) voidExecutiveDataWriter.insertMultiBackReferenceEntry(String tableName, String entityId, int multiBackReferenceColumnOneBasedOrdinalIndex, INode<?> multiBackReferenceEntryNode) static voidDataWriterActionProvider.insertMultiReferenceEntry(IMutableNode<?> nodeDatabase, String tableName, String entityId, int multiReferenceColumnOneBasedOrdinalIndex, INode<?> multiReferenceEntryNode) voidExecutiveDataWriter.insertMultiReferenceEntry(String tableName, String entityId, int multiReferenceColumnOneBasedOrdinalIndex, INode<?> multiReferenceEntryNode) -
Verwendungen von INode in ch.nolix.system.nodemiddata.modelmapper
Methoden in ch.nolix.system.nodemiddata.modelmapper mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungContentFieldDtoMapper.mapContentFieldNodeToContentFieldDto(INode<?> contentFieldNode, ColumnViewDto columnInfo) -
Verwendungen von INode in ch.nolix.system.nodemiddata.nodemapper
Methoden in ch.nolix.system.nodemiddata.nodemapper, die INode zurückgebenModifizierer und TypMethodeBeschreibungINode<?> EntityIndexNodeMapper.mapEntityCreationDtoToEntityIndexNode(EntityCreationDto entityCreationDto, String tableId) INode<?> EntityNodeMapper.mapEntityCreationDtoToEntityNode(EntityCreationDto newEntity, TableViewDto tableView, long saveStamp) INode<?> ContentFieldNodeMapper.mapStringContentFieldDtoToContentFieldNode(StringValueFieldDto stringValueFieldDto) Methoden in ch.nolix.system.nodemiddata.nodemapper, die Typen mit Argumenten vom Typ INode zurückgebenModifizierer und TypMethodeBeschreibungIContainer<INode<?>> FieldNodeMapper.mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableViewDto tableView) -
Verwendungen von INode in ch.nolix.system.nodemidschema.nodemapper
Methoden in ch.nolix.system.nodemidschema.nodemapper, die INode zurückgebenModifizierer und TypMethodeBeschreibungINode<?> ColumnNodeMapper.mapColumnDtoToColumnNode(ColumnDto columnDto) INode<?> ContentModelNodeMapper.mapColumnDtoToContentModelNode(ColumnDto columnDto) static INode<?> ColumnNodeComponentMapper.mapColumnDtoToIdNode(ColumnDto column) static INode<?> ColumnNodeComponentMapper.mapColumnDtoToNameNode(ColumnDto column) INode<?> ContentModelNodeMapper.mapContentModelDtoToNode(IContentModelDto contentModelDto) static INode<?> TableNodeComponentMapper.mapTableDtoToIdNode(TableDto tableDto) static INode<?> TableNodeComponentMapper.mapTableDtoToNameNode(TableDto tableDto) INode<?> TableNodeMapper.mapTableDtoToNode(TableDto tableDto) Methoden in ch.nolix.system.nodemidschema.nodemapper, die Typen mit Argumenten vom Typ INode zurückgebenModifizierer und TypMethodeBeschreibungstatic IContainer<INode<?>> TableNodeComponentMapper.mapTableDtoToColumnNodes(TableDto tableDto) -
Verwendungen von INode in ch.nolix.system.style.model
Methoden in ch.nolix.system.style.model, die Typen mit Argumenten vom Typ INode zurückgebenModifizierer und TypMethodeBeschreibungfinal IContainer<INode<?>> AbstractSelectingStyle.getAttributes()IContainer<INode<?>> AttachingAttribute.getAttributes()IContainer<INode<?>> Style.getAttributes()Methoden in ch.nolix.system.style.model mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic AttachingAttributeAttachingAttribute.forTagAndValue(Enum<?> tag, INode<?> value) static AttachingAttributestatic AttachingAttributeAttachingAttribute.fromSpecification(INode<?> specification) static DeepSelectingStyleDeepSelectingStyle.fromSpecification(INode<?> specification) static SelectingStyleSelectingStyle.fromSpecification(INode<?> specification) static StyleStyle.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.system.style.stylable
Methoden in ch.nolix.system.style.stylable, die INode zurückgebenModifizierer und TypMethodeBeschreibungfinal INode<?> AbstractStylableElement.getStructureSpecification() -
Verwendungen von INode in ch.nolix.system.time.moment
Methoden in ch.nolix.system.time.moment, die Typen mit Argumenten vom Typ INode zurückgebenMethoden in ch.nolix.system.time.moment mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic TimeTime.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.system.webapplication.main
Methoden in ch.nolix.system.webapplication.main, die INode zurückgebenModifizierer und TypMethodeBeschreibungprotected INode<?> WebClient.getDataFromHere(IChainedNode request) -
Verwendungen von INode in ch.nolix.system.webgui.container
Methoden in ch.nolix.system.webgui.container mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic GridCellGridCell.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.system.webgui.main
Methoden in ch.nolix.system.webgui.main mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic Control<?, ?> ControlFactory.createControlFromSpecification(INode<?> specification) Control<?, ?> ControlFactoryUnit.createControlFromSpecification(INode<?> specification) static LayerLayer.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.element.base
Methoden in ch.nolix.systemapi.element.base, die INode zurückgebenModifizierer und TypMethodeBeschreibungINode<?> IElement.getSpecification()INode<?> IStructureElement.getStructureSpecification()Methoden in ch.nolix.systemapi.element.base, die Typen mit Argumenten vom Typ INode zurückgeben -
Verwendungen von INode in ch.nolix.systemapi.element.mutableelement
Methoden in ch.nolix.systemapi.element.mutableelement mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungbooleanIRespondingMutableElement.addedOrChangedAttribute(INode<?> attribute) Adds or changes the given attribute to the currentIRespondingMutableElementif the given attributes matches.voidIMutableElement.addOrChangeAttribute(INode<?> attribute) Adds or changes the given attribute to the currentIMutableElement.default voidIMutableElement.addOrChangeAttribute(INode<?> attribute, INode<?>... attributes) Adds or changes the given attributes to the currentIMutableElement.default voidIMutableElement.resetFromSpecification(INode<?> specification) Resets the currentIMutableElementfrom the given specification.Methodenparameter in ch.nolix.systemapi.element.mutableelement mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungdefault voidIMutableElement.addOrChangeAttributes(Iterable<? extends INode<?>> attributes) Adds or changes the given attributes to the currentIMutableElement.default voidIMutableElement.resetFromAttributes(Iterable<? extends INode<?>> attributes) Resets the currentIMutableElementfrom the given attributes. -
Verwendungen von INode in ch.nolix.systemapi.element.property
Methoden in ch.nolix.systemapi.element.property mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungbooleanIProperty.addedOrChangedAttribute(INode<?> attribute) Methodenparameter in ch.nolix.systemapi.element.property mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungvoidIProperty.fillUpAttributesInto(ILinkedList<INode<?>> list) -
Verwendungen von INode in ch.nolix.systemapi.graphic.image
Methoden in ch.nolix.systemapi.graphic.image mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ImageApplicationImageApplication.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.graphic.imageproperty
Methoden in ch.nolix.systemapi.graphic.imageproperty mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic AlignmentAlignment.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.gui.background
Methoden in ch.nolix.systemapi.gui.background mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic BackgroundTypeBackgroundType.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.gui.contentalignmentproperty
Methoden in ch.nolix.systemapi.gui.contentalignmentproperty mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ContentAlignmentContentAlignment.fromSpecification(INode<?> specification) static ExtendedContentAlignmentExtendedContentAlignment.fromSpecification(INode<?> specification) static HorizontalContentAlignmentHorizontalContentAlignment.fromSpecification(INode<?> specification) static VerticalContentAlignmentVerticalContentAlignment.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.gui.font
Methoden in ch.nolix.systemapi.gui.font mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic FontFont.fromSpecification(INode<?> specification) static LineDecorationLineDecoration.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.gui.model
Methoden in ch.nolix.systemapi.gui.model mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic CursorIconCursorIcon.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.gui.presence
Methoden in ch.nolix.systemapi.gui.presence mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic PresencePresence.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.gui.visibility
Methoden in ch.nolix.systemapi.gui.visibility mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic VisibilityVisibility.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.midschema.fieldproperty
Methoden in ch.nolix.systemapi.midschema.fieldproperty mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ContentTypeContentType.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.nodemiddata.modelmapper
Methoden in ch.nolix.systemapi.nodemiddata.modelmapper mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungIContentFieldDtoMapper.mapContentFieldNodeToContentFieldDto(INode<?> contentFieldNode, ColumnViewDto supportingColumnInfo) -
Verwendungen von INode in ch.nolix.systemapi.nodemiddata.nodemapper
Methoden in ch.nolix.systemapi.nodemiddata.nodemapper, die INode zurückgebenModifizierer und TypMethodeBeschreibungINode<?> IEntityIndexNodeMapper.mapEntityCreationDtoToEntityIndexNode(EntityCreationDto entityCreationDto, String tableId) INode<?> IEntityNodeMapper.mapEntityCreationDtoToEntityNode(EntityCreationDto entityCreationDto, TableViewDto tableView, long saveStamp) INode<?> IContentFieldNodeMapper.mapStringContentFieldDtoToContentFieldNode(StringValueFieldDto stringValueFieldDto) Methoden in ch.nolix.systemapi.nodemiddata.nodemapper, die Typen mit Argumenten vom Typ INode zurückgebenModifizierer und TypMethodeBeschreibungIContainer<INode<?>> IFieldNodeMapper.mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableViewDto tableView) -
Verwendungen von INode in ch.nolix.systemapi.nodemidschema.nodemapper
Methoden in ch.nolix.systemapi.nodemidschema.nodemapper, die INode zurückgebenModifizierer und TypMethodeBeschreibungINode<?> IColumnNodeMapper.mapColumnDtoToColumnNode(ColumnDto columnDto) INode<?> IContentModelNodeMapper.mapColumnDtoToContentModelNode(ColumnDto columnDto) INode<?> IContentModelNodeMapper.mapContentModelDtoToNode(IContentModelDto contentModelDto) INode<?> ITableNodeMapper.mapTableDtoToNode(TableDto tableDto) -
Verwendungen von INode in ch.nolix.systemapi.time.timestructure
Methoden in ch.nolix.systemapi.time.timestructure mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungMonth.fromSpecification(INode<?> specification) static WeekdayWeekday.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.webgui.atomiccontrol.buttonapi
Methoden in ch.nolix.systemapi.webgui.atomiccontrol.buttonapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ButtonRoleButtonRole.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.webgui.atomiccontrol.labelapi
Methoden in ch.nolix.systemapi.webgui.atomiccontrol.labelapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic LabelRoleLabelRole.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.webgui.atomiccontrol.textboxapi
Methoden in ch.nolix.systemapi.webgui.atomiccontrol.textboxapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic TextModeTextMode.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.webgui.basecontainer
Methoden in ch.nolix.systemapi.webgui.basecontainer mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ContainerRoleContainerRole.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.webgui.container
Methoden in ch.nolix.systemapi.webgui.container mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic GridTypeGridType.fromSpecification(INode<?> specification) static TabExpansionBehaviorTabExpansionBehavior.fromSpecification(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.webgui.main
Methoden in ch.nolix.systemapi.webgui.main mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic LayerRoleLayerRole.fromSpecification(INode<?> specification)