Verwendungen von Schnittstelle
ch.nolix.coreapi.documentapi.nodeapi.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 ChainedNode
static ChainedNode
ChainedNode.withChildNodesFromNodes
(INode<?> childNode, INode<?>... childNodes) static ChainedNode
ChainedNode.withHeaderAndChildNode
(String header, INode<?> childNode) static ChainedNode
ChainedNode.withHeaderAndChildNodesFromNodes
(String header, INode<?> childNode, INode<?>... childNodes) Creates a newChainedNode
with the given header and attributes.Methodenparameter in ch.nolix.core.document.chainednode mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ChainedNode
ChainedNode.withChildNodesFromNodes
(Iterable<? extends INode<?>> attributes) Creates a newChainedNode
with the given attributes.static ChainedNode
ChainedNode.withHeaderAndChildNodesFromNodes
(String header, Iterable<? extends INode<?>> attributes) Creates a newChainedNode
with the given header and attributes.Konstruktorparameter in ch.nolix.core.document.chainednode mit Typargumenten vom Typ INodeModifiziererKonstruktorBeschreibungChainedNode
(String header, Iterable<INode<?>> attributes) Creates a newChainedNode
with the given header and attributes.ChainedNode
(String header, Iterable<INode<?>> attributes, ChainedNode nextNode) Creates a newChainedNode
with 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 TypKlasseBeschreibungclass
AbstractMutableNode<N extends AbstractMutableNode<N>>
class
AbstractNode<N extends AbstractNode<N>>
final class
AFileNode
is a specification that is stored in a file.final class
final class
ANode
is 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
.boolean
static MutableNode
static Node
boolean
NodeComparator.haveEqualChildNodesConstellationLikeNodes
(INode<?> node1, INode<?> node2) boolean
NodeComparator.haveEqualHeaderConstellationLikeNode
(INode<?> node1, INode<?> node2) void
FileNode.replaceFirstChildNodeWithGivenHeaderByGivenNode
(String header, INode<?> node) Replaces the first childINode
with the given header from the currentIMutableNode
by the givenINode
.void
MutableNode.replaceFirstChildNodeWithGivenHeaderByGivenNode
(String header, INode<?> childNode) Replaces the first childINode
with the given header from the currentIMutableNode
by the givenINode
.final void
AbstractMutableNode.resetFromNode
(INode<?> node) Resets the currentIMutableNode
from the given node.static Node
Node.withChildNode
(INode<?> childNode, INode<?>... childNodes) static Node
Node.withHeaderAndChildNode
(String header, INode<?> childNode, INode<?>... childNodes) Methodenparameter in ch.nolix.core.document.node mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungfinal boolean
AbstractNode.containsChildNodeThat
(Predicate<INode<?>> selector) AbstractNode.getOptionalStoredFirstChildNodeThat
(Predicate<INode<?>> selector) final IContainer
<N> AbstractNode.getStoredChildNodesThat
(Predicate<INode<?>> selector) final N
AbstractNode.getStoredFirstChildNodeThat
(Predicate<INode<?>> selector) FileNode.removeAndGetStoredFirstChildNodeThat
(Predicate<INode<?>> selector) Removes and returns the first childINode
the given selector selects from the currentIMutableNode
.MutableNode.removeAndGetStoredFirstChildNodeThat
(Predicate<INode<?>> selector) Removes and returns the first childINode
the given selector selects from the currentIMutableNode
.void
FileNode.removeFirstChildNodeThat
(Predicate<INode<?>> selector) Removes the first childINode
the given selector selects from the currentIMutableNode
.void
MutableNode.removeFirstChildNodeThat
(Predicate<INode<?>> selector) Removes the first childINode
the given selector selects from the currentIMutableNode
.final N
AbstractMutableNode.setChildNodes
(Iterable<? extends INode<?>> childNodes) Resets the childINode
s of the currentIMutableNode
with the given childNodes.static Node
Node.withChildNodes
(Iterable<? extends INode<?>> childNodes) static Node
Node.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.documentapi.chainednodeapi
Methoden in ch.nolix.coreapi.documentapi.chainednodeapi, die INode zurückgeben -
Verwendungen von INode in ch.nolix.coreapi.documentapi.nodeapi
Klassen in ch.nolix.coreapi.documentapi.nodeapi mit Typparametern vom Typ INodeModifizierer und TypSchnittstelleBeschreibunginterface
Unterschnittstellen von INode in ch.nolix.coreapi.documentapi.nodeapiModifizierer und TypSchnittstelleBeschreibunginterface
IMutableNode<N extends IMutableNode<N>>
AIMutableNode
is aINode
that is mutable.Methoden in ch.nolix.coreapi.documentapi.nodeapi mit Typparametern vom Typ INodeModifizierer und TypMethodeBeschreibungIMutableNode.addChildNodes
(Iterable<N2> childNodes) Adds the given childNodes to the currentIMutableNode
.Methoden in ch.nolix.coreapi.documentapi.nodeapi, die INode zurückgebenMethoden in ch.nolix.coreapi.documentapi.nodeapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungIMutableNode.addChildNode
(INode<?> childNode, INode<?>... childNodes) Adds the given childNodes to the currentIMutableNode
.boolean
boolean
INodeComparator.haveEqualChildNodesConstellationLikeNodes
(INode<?> node1, INode<?> node2) boolean
INodeComparator.haveEqualHeaderConstellationLikeNode
(INode<?> node1, INode<?> node2) void
IMutableNode.replaceFirstChildNodeWithGivenHeaderByGivenNode
(String header, INode<?> node) Replaces the first childINode
with the given header from the currentIMutableNode
by the givenINode
.void
IMutableNode.resetFromNode
(INode<?> node) Resets the currentIMutableNode
from the given node.Methodenparameter in ch.nolix.coreapi.documentapi.nodeapi mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungboolean
INode.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 childINode
the given selector selects from the currentIMutableNode
.void
IMutableNode.removeFirstChildNodeThat
(Predicate<INode<?>> selector) Removes the first childINode
the given selector selects from the currentIMutableNode
.IMutableNode.setChildNodes
(Iterable<? extends INode<?>> childNodes) Resets the childINode
s of the currentIMutableNode
with the given childNodes. -
Verwendungen von INode in ch.nolix.coreapi.netapi.endpoint3api
Methoden in ch.nolix.coreapi.netapi.endpoint3api, die INode zurückgebenModifizierer und TypMethodeBeschreibungINode
<?> IDataProvider.getDataForRequest
(IChainedNode request) Methoden in ch.nolix.coreapi.netapi.endpoint3api, 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.application.webapplication
Methoden in ch.nolix.system.application.webapplication, die INode zurückgebenModifizierer und TypMethodeBeschreibungprotected INode
<?> WebClient.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<?>> MultiStateConfiguration.getAttributes()
Methoden in ch.nolix.system.element.multistateconfiguration mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungfinal boolean
MultiStateConfiguration.addedOrChangedAttribute
(INode<?> attribute) final void
MultiStateConfiguration.addOrChangeAttribute
(INode<?> attribute) protected final void
AbstractMaterializedProperty.setValueFromSpecification
(INode<?> specification) protected abstract void
AbstractProperty.setValueFromSpecification
(INode<?> specification) protected void
ForwardingProperty.setValueFromSpecification
(INode<?> specification) Methodenparameter in ch.nolix.system.element.multistateconfiguration mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungprotected final void
AbstractMaterializedProperty.fillUpValuesSpecificationInto
(ILinkedList<INode<?>> list) protected abstract void
AbstractProperty.fillUpValuesSpecificationInto
(ILinkedList<INode<?>> list) protected void
ForwardingProperty.fillUpValuesSpecificationInto
(ILinkedList<INode<?>> list) Konstruktorparameter in ch.nolix.system.element.multistateconfiguration mit Typargumenten vom Typ INodeModifiziererKonstruktorBeschreibungprotected
AbstractMaterializedProperty
(String name, Class<S> stateClass, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator) protected
AbstractMaterializedProperty
(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ückgebenMethoden in ch.nolix.system.element.mutableelement mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungfinal void
MutableElement.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 boolean
AbstractExtensionElement.addedOrChangedAttribute
(INode<?> attribute) final boolean
AbstractSubElement.addedOrChangedAttribute
(INode<?> attribute) final boolean
AbstractValue.addedOrChangedAttribute
(INode<?> attribute) Adds or changes the value from the given attribute to the currentAbstractValue
.boolean
CatchingProperty.addedOrChangedAttribute
(INode<?> attribute) boolean
ForwardingMutableValue.addedOrChangedAttribute
(INode<?> attribute) boolean
MultiSpecificationValueExtractor.addedOrChangedAttribute
(INode<?> attribute) boolean
MultiValueExtractor.addedOrChangedAttribute
(INode<?> attribute) boolean
MutableOptionalSpecificationValueExtractor.addedOrChangedAttribute
(INode<?> attribute) boolean
MutableOptionalValueExtractor.addedOrChangedAttribute
(INode<?> attribute) boolean
MutableSpecificationValueExtractor.addedOrChangedAttribute
(INode<?> attribute) boolean
MutableValueExtractor.addedOrChangedAttribute
(INode<?> attribute) Methodenparameter in ch.nolix.system.element.property mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungfinal void
AbstractExtensionElement.fillUpAttributesInto
(ILinkedList<INode<?>> list) void
AbstractSubElement.fillUpAttributesInto
(ILinkedList<INode<?>> list) void
CatchingProperty.fillUpAttributesInto
(ILinkedList<INode<?>> list) void
ForwardingMutableValue.fillUpAttributesInto
(ILinkedList<INode<?>> list) void
MultiSpecificationValueExtractor.fillUpAttributesInto
(ILinkedList<INode<?>> list) void
MultiValue.fillUpAttributesInto
(ILinkedList<INode<?>> list) void
MultiValueExtractor.fillUpAttributesInto
(ILinkedList<INode<?>> list) void
MutableOptionalSpecificationValueExtractor.fillUpAttributesInto
(ILinkedList<INode<?>> list) void
MutableOptionalValueExtractor.fillUpAttributesInto
(ILinkedList<INode<?>> list) void
MutableSpecificationValueExtractor.fillUpAttributesInto
(ILinkedList<INode<?>> list) void
MutableValueExtractor.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 newMultiValue
with 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 newMutableOptionalValue
with 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 newMutableValue
with 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 newOptionalValue
with the given name, setterMethod, valueCreator and specificationCreator.Value
(String name, Consumer<V> setterMethod, Function<INode<?>, V> valueCreator, Function<V, INode<?>> specificationCreator) Creates a newValue
with 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 AbsoluteOrRelativeInt
AbsoluteOrRelativeInt.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.system.element.style
Methoden in ch.nolix.system.element.style, die INode zurückgebenModifizierer und TypMethodeBeschreibungfinal INode
<?> StylableElement.getStructureSpecification()
Methoden in ch.nolix.system.element.style, 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.element.style mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic AttachingAttribute
AttachingAttribute.forTagAndValue
(Enum<?> tag, INode<?> value) static AttachingAttribute
static AttachingAttribute
AttachingAttribute.fromSpecification
(INode<?> specification) static DeepSelectingStyle
DeepSelectingStyle.fromSpecification
(INode<?> specification) static SelectingStyle
SelectingStyle.fromSpecification
(INode<?> specification) static Style
Style.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 Color
Color.fromSpecification
(INode<?> specification) static ColorGradient
ColorGradient.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 Image
Image.fromSpecification
(INode<?> specification) static MutableImage
MutableImage.fromSpecification
(INode<?> specification) void
MutableImage.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 Background
Background.fromSpecification
(INode<?> specification) -
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, ColumnSchemaViewDto 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, TableSchemaViewDto tableView, long saveStamp) INode
<?> MultiReferenceEntryNodeMapper.mapMultiReferenceEntryDtoToMultiReferenceEntryNode
(MultiReferenceEntryDto multiReferenceEntryDto) INode
<?> ContentFieldNodeMapper.mapStringContentFieldDtoToContentFieldNode
(StringContentFieldDto stringContentFieldDto) -
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) static INode
<?> ColumnNodeComponentMapper.mapColumnDtoToIdNode
(ColumnDto column) static INode
<?> ColumnNodeComponentMapper.mapColumnDtoToNameNode
(ColumnDto column) static INode
<?> ColumnNodeComponentMapper.mapColunDtoToContentModelNode
(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.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 Time
Time.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.system.webgui.container
Methoden in ch.nolix.system.webgui.container mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic GridCell
GridCell.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 Layer
Layer.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.elementapi.baseapi
Methoden in ch.nolix.systemapi.elementapi.baseapi, die INode zurückgebenModifizierer und TypMethodeBeschreibungINode
<?> IElement.getSpecification()
INode
<?> IStructureElement.getStructureSpecification()
Methoden in ch.nolix.systemapi.elementapi.baseapi, die Typen mit Argumenten vom Typ INode zurückgeben -
Verwendungen von INode in ch.nolix.systemapi.elementapi.mutableelementapi
Methoden in ch.nolix.systemapi.elementapi.mutableelementapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungboolean
IRespondingMutableElement.addedOrChangedAttribute
(INode<?> attribute) Adds or changes the given attribute to the currentIRespondingMutableElement
if the given attributes matches.void
IMutableElement.addOrChangeAttribute
(INode<?> attribute) Adds or changes the given attribute to the currentIMutableElement
.default void
IMutableElement.addOrChangeAttribute
(INode<?> attribute, INode<?>... attributes) Adds or changes the given attributes to the currentIMutableElement
.default void
IMutableElement.resetFromSpecification
(INode<?> specification) Resets the currentIMutableElement
from the given specification.Methodenparameter in ch.nolix.systemapi.elementapi.mutableelementapi mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungdefault void
IMutableElement.addOrChangeAttributes
(Iterable<? extends INode<?>> attributes) Adds or changes the given attributes to the currentIMutableElement
.default void
IMutableElement.resetFromAttributes
(Iterable<? extends INode<?>> attributes) Resets the currentIMutableElement
from the given attributes. -
Verwendungen von INode in ch.nolix.systemapi.elementapi.propertyapi
Methoden in ch.nolix.systemapi.elementapi.propertyapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungboolean
IProperty.addedOrChangedAttribute
(INode<?> attribute) Methodenparameter in ch.nolix.systemapi.elementapi.propertyapi mit Typargumenten vom Typ INodeModifizierer und TypMethodeBeschreibungvoid
IProperty.fillUpAttributesInto
(ILinkedList<INode<?>> list) -
Verwendungen von INode in ch.nolix.systemapi.graphicapi.imageapi
Methoden in ch.nolix.systemapi.graphicapi.imageapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ImageApplication
ImageApplication.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.guiapi.backgroundapi
Methoden in ch.nolix.systemapi.guiapi.backgroundapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic BackgroundType
BackgroundType.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.guiapi.canvasapi
Methoden in ch.nolix.systemapi.guiapi.canvasapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic DirectionInCanvas
DirectionInCanvas.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.guiapi.contentalignmentproperty
Methoden in ch.nolix.systemapi.guiapi.contentalignmentproperty mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ContentAlignment
ContentAlignment.fromSpecification
(INode<?> specification) static ExtendedContentAlignment
ExtendedContentAlignment.fromSpecification
(INode<?> specification) static HorizontalContentAlignment
HorizontalContentAlignment.fromSpecification
(INode<?> specification) static VerticalContentAlignment
VerticalContentAlignment.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.guiapi.fontapi
Methoden in ch.nolix.systemapi.guiapi.fontapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic Font
Font.fromSpecification
(INode<?> specification) static LineDecoration
LineDecoration.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.guiapi.guiproperty
Methoden in ch.nolix.systemapi.guiapi.guiproperty mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic CursorIcon
CursorIcon.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.guiapi.presenceapi
Methoden in ch.nolix.systemapi.guiapi.presenceapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic Presence
Presence.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.guiapi.visibilityapi
Methoden in ch.nolix.systemapi.guiapi.visibilityapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic Visibility
Visibility.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.nodemiddataapi.modelmapperapi
Methoden in ch.nolix.systemapi.nodemiddataapi.modelmapperapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungIContentFieldDtoMapper.mapContentFieldNodeToContentFieldDto
(INode<?> contentFieldNode, ColumnSchemaViewDto supportingColumnInfo) -
Verwendungen von INode in ch.nolix.systemapi.nodemiddataapi.nodemapperapi
Methoden in ch.nolix.systemapi.nodemiddataapi.nodemapperapi, die INode zurückgebenModifizierer und TypMethodeBeschreibungINode
<?> IEntityIndexNodeMapper.mapEntityCreationDtoToEntityIndexNode
(EntityCreationDto entityCreationDto, String tableId) INode
<?> IEntityNodeMapper.mapEntityCreationDtoToEntityNode
(EntityCreationDto entityCreationDto, TableSchemaViewDto tableView, long saveStamp) INode
<?> IMultiReferenceEntryNodeMapper.mapMultiReferenceEntryDtoToMultiReferenceEntryNode
(MultiReferenceEntryDto multiReferenceEntryDto) INode
<?> IContentFieldNodeMapper.mapStringContentFieldDtoToContentFieldNode
(StringContentFieldDto stringContentFieldDto) -
Verwendungen von INode in ch.nolix.systemapi.nodemidschemaapi.nodemapperapi
Methoden in ch.nolix.systemapi.nodemidschemaapi.nodemapperapi, die INode zurückgebenModifizierer und TypMethodeBeschreibungINode
<?> IColumnNodeMapper.mapColumnDtoToColumnNode
(ColumnDto columnDto) INode
<?> IContentModelNodeMapper.mapContentModelDtoToNode
(IContentModelDto contentModelDto) INode
<?> ITableNodeMapper.mapTableDtoToNode
(TableDto tableDto) -
Verwendungen von INode in ch.nolix.systemapi.objectschemaapi.fieldproperty
Methoden in ch.nolix.systemapi.objectschemaapi.fieldproperty mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ContentType
ContentType.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.timeapi.timestructureapi
Methoden in ch.nolix.systemapi.timeapi.timestructureapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungMonth.fromSpecification
(INode<?> specification) static Weekday
Weekday.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.webguiapi.atomiccontrolapi.buttonapi
Methoden in ch.nolix.systemapi.webguiapi.atomiccontrolapi.buttonapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ButtonRole
ButtonRole.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.webguiapi.atomiccontrolapi.labelapi
Methoden in ch.nolix.systemapi.webguiapi.atomiccontrolapi.labelapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic LabelRole
LabelRole.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.webguiapi.atomiccontrolapi.textboxapi
Methoden in ch.nolix.systemapi.webguiapi.atomiccontrolapi.textboxapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic TextMode
TextMode.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.webguiapi.basecontainerapi
Methoden in ch.nolix.systemapi.webguiapi.basecontainerapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic ContainerRole
ContainerRole.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.webguiapi.containerapi
Methoden in ch.nolix.systemapi.webguiapi.containerapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic GridType
GridType.fromSpecification
(INode<?> specification) static TabExpansionBehavior
TabExpansionBehavior.fromSpecification
(INode<?> specification) -
Verwendungen von INode in ch.nolix.systemapi.webguiapi.mainapi
Methoden in ch.nolix.systemapi.webguiapi.mainapi mit Parametern vom Typ INodeModifizierer und TypMethodeBeschreibungstatic LayerRole
LayerRole.fromSpecification
(INode<?> specification)