Uses of Interface
ch.nolix.baseapi.document.node.Node
Packages that use Node
Package
Description
-
Uses of Node in ch.nolix.base.document.chainednode
Methods in ch.nolix.base.document.chainednode with parameters of type NodeModifier and TypeMethodDescriptionstatic ImmutableChainedNodestatic ImmutableChainedNodeImmutableChainedNode.withChildNodes(Node<?>... nodes) static ImmutableChainedNodeImmutableChainedNode.withHeaderAndChildNode(String header, Node<?> childNode) static ImmutableChainedNodeImmutableChainedNode.withHeaderAndChildNodes(String header, Node<?>... childNodes) Method parameters in ch.nolix.base.document.chainednode with type arguments of type NodeModifier and TypeMethodDescriptionstatic ImmutableChainedNodeImmutableChainedNode.withChildNodesFromNodes(Iterable<? extends Node<?>> attributes) Creates a newImmutableChainedNodewith the given attributes.static ImmutableChainedNodeImmutableChainedNode.withHeaderAndChildNodesFromNodes(String header, Iterable<? extends Node<?>> attributes) Creates a newImmutableChainedNodewith the given header and attributes. -
Uses of Node in ch.nolix.base.document.json
Methods in ch.nolix.base.document.json that return NodeModifier and TypeMethodDescriptionNode<?> ImmutableJsonArray.toNode()Node<?> ImmutableJsonFalseBoolean.toNode()Node<?> ImmutableJsonNameValuePair.toNode()Node<?> ImmutableJsonNull.toNode()Node<?> ImmutableJsonNumber.toNode()Node<?> ImmutableJsonObject.toNode()Node<?> ImmutableJsonString.toNode()Node<?> ImmutableJsonTrueBoolean.toNode() -
Uses of Node in ch.nolix.base.document.node
Classes in ch.nolix.base.document.node that implement NodeModifier and TypeClassDescriptionclassAbstractMutableNode<N extends AbstractMutableNode<N>>classAbstractNode<N extends AbstractNode<N>>final classAFileNodeis a specification that is stored in a file.final classfinal classMethods in ch.nolix.base.document.node with type parameters of type NodeModifier and TypeMethodDescriptionFileNode.addChildNodes(Iterable<N> childNodes) Adds the given childNodes to the currentIMutableNode.<N extends Node<?>>
MutableNodeMutableNode.addChildNodes(Iterable<N> pChildNodes) Adds the given childNodes to the currentIMutableNode.Methods in ch.nolix.base.document.node that return NodeModifier and TypeMethodDescriptionNode<?> FileNode.withNewHeader(String header) Node<?> ImmutableNode.withNewHeader(String header) Node<?> MutableNode.withNewHeader(String header) Methods in ch.nolix.base.document.node with parameters of type NodeModifier and TypeMethodDescriptionFileNode.addChildNode(Node<?> childNode) Adds the given childNode to the currentIMutableNode.MutableNode.addChildNode(Node<?> childNode) Adds the given childNode to the currentIMutableNode.FileNode.addChildNodes(Node<?>... childNodes) Adds the given childNodes to the currentIMutableNode.MutableNode.addChildNodes(Node<?>... childNodes) Adds the given childNodes to the currentIMutableNode.booleanstatic ImmutableNodestatic MutableNodebooleanNodeComparator.haveEqualChildNodesConstellationLikeNodes(Node<?> node1, Node<?> node2) booleanNodeComparator.haveEqualHeaderConstellationLikeNode(Node<?> node1, Node<?> node2) voidFileNode.replaceFirstChildNodeWithGivenHeaderByGivenNode(String header, Node<?> node) Replaces the first childNodewith the given header from the currentIMutableNodeby the givenNode.voidMutableNode.replaceFirstChildNodeWithGivenHeaderByGivenNode(String header, Node<?> childNode) Replaces the first childNodewith the given header from the currentIMutableNodeby the givenNode.final voidAbstractMutableNode.resetFromNode(Node<?> node) Resets the currentIMutableNodefrom the given node.static ImmutableNodeImmutableNode.withChildNode(Node<?> childNode) static ImmutableNodeImmutableNode.withChildNodes(Node<?>... childNodes) static ImmutableNodeImmutableNode.withHeaderAndChildNode(String header, Node<?> childNode) static ImmutableNodeImmutableNode.withHeaderAndChildNodes(String header, Node<?>... childNodes) Method parameters in ch.nolix.base.document.node with type arguments of type NodeModifier and TypeMethodDescriptionfinal booleanAbstractNode.containsChildNode(Predicate<Node<?>> selector) final intAbstractNode.getChildNodeCount(Predicate<Node<?>> selector) AbstractNode.getOptionalStoredFirstChildNode(Predicate<Node<?>> selector) final ExtendedIterable<N> AbstractNode.getStoredChildNodes(Predicate<Node<?>> selector) final NAbstractNode.getStoredFirstChildNode(Predicate<Node<?>> selector) FileNode.removeAndGetStoredFirstChildNodeThat(Predicate<Node<?>> selector) Removes and returns the first childNodethe given selector selects from the currentIMutableNode.MutableNode.removeAndGetStoredFirstChildNodeThat(Predicate<Node<?>> selector) Removes and returns the first childNodethe given selector selects from the currentIMutableNode.voidFileNode.removeFirstChildNodeThat(Predicate<Node<?>> selector) Removes the first childNodethe given selector selects from the currentIMutableNode.voidMutableNode.removeFirstChildNodeThat(Predicate<Node<?>> selector) Removes the first childNodethe given selector selects from the currentIMutableNode.final NAbstractMutableNode.setChildNodes(Iterable<? extends Node<?>> childNodes) Resets the childNodes of the currentIMutableNodewith the given childNodes.static ImmutableNodeImmutableNode.withChildNodes(Iterable<? extends Node<?>> childNodes) static ImmutableNodeImmutableNode.withHeaderAndChildNodes(String header, Iterable<? extends Node<?>> childNodes) -
Uses of Node in ch.nolix.base.net.executoranddataproviderserver
Methods in ch.nolix.base.net.executoranddataproviderserver that return NodeModifier and TypeMethodDescriptionNode<?> LocalEndPoint.getDataForRequest(ChainedNode request) Node<?> NetEndPoint.getDataForRequest(ChainedNode request) Methods in ch.nolix.base.net.executoranddataproviderserver that return types with arguments of type NodeModifier and TypeMethodDescriptionExtendedIterable<? extends Node<?>> LocalEndPoint.getDataForRequests(ChainedNode... requests) ExtendedIterable<? extends Node<?>> LocalEndPoint.getDataForRequests(Iterable<? extends ChainedNode> requests) ExtendedIterable<? extends Node<?>> NetEndPoint.getDataForRequests(ChainedNode... requests) ExtendedIterable<? extends Node<?>> NetEndPoint.getDataForRequests(Iterable<? extends ChainedNode> requests) -
Uses of Node in ch.nolix.baseapi.document.chainednode
Methods in ch.nolix.baseapi.document.chainednode that return Node -
Uses of Node in ch.nolix.baseapi.document.node
Classes in ch.nolix.baseapi.document.node with type parameters of type NodeModifier and TypeInterfaceDescriptioninterfaceSubinterfaces of Node in ch.nolix.baseapi.document.nodeModifier and TypeInterfaceDescriptioninterfaceIMutableNode<N extends IMutableNode<N>>AIMutableNodeis aNodethat is mutable.Methods in ch.nolix.baseapi.document.node with type parameters of type NodeModifier and TypeMethodDescriptionIMutableNode.addChildNodes(Iterable<N2> childNodes) Adds the given childNodes to the currentIMutableNode.Methods in ch.nolix.baseapi.document.node that return NodeModifier and TypeMethodDescriptionNode<?> NodeRepresentable.toNode()Node<?> Node.withNewHeader(String header) Methods in ch.nolix.baseapi.document.node with parameters of type NodeModifier and TypeMethodDescriptionIMutableNode.addChildNode(Node<?> childNode) Adds the given childNode to the currentIMutableNode.IMutableNode.addChildNodes(Node<?>... childNodes) Adds the given childNodes to the currentIMutableNode.booleanbooleanINodeComparator.haveEqualChildNodesConstellationLikeNodes(Node<?> node1, Node<?> node2) booleanINodeComparator.haveEqualHeaderConstellationLikeNode(Node<?> node1, Node<?> node2) voidIMutableNode.replaceFirstChildNodeWithGivenHeaderByGivenNode(String header, Node<?> node) Replaces the first childNodewith the given header from the currentIMutableNodeby the givenNode.voidIMutableNode.resetFromNode(Node<?> node) Resets the currentIMutableNodefrom the given node.Method parameters in ch.nolix.baseapi.document.node with type arguments of type NodeModifier and TypeMethodDescriptionbooleanNode.containsChildNode(Predicate<Node<?>> selector) intNode.getChildNodeCount(Predicate<Node<?>> selector) Node.getOptionalStoredFirstChildNode(Predicate<Node<?>> selector) Node.getStoredChildNodes(Predicate<Node<?>> selector) Node.getStoredFirstChildNode(Predicate<Node<?>> selector) IMutableNode.removeAndGetStoredFirstChildNodeThat(Predicate<Node<?>> selector) Removes and returns the first childNodethe given selector selects from the currentIMutableNode.voidIMutableNode.removeFirstChildNodeThat(Predicate<Node<?>> selector) Removes the first childNodethe given selector selects from the currentIMutableNode.IMutableNode.setChildNodes(Iterable<? extends Node<?>> childNodes) Resets the childNodes of the currentIMutableNodewith the given childNodes. -
Uses of Node in ch.nolix.baseapi.net.executoranddataproviderserver
Methods in ch.nolix.baseapi.net.executoranddataproviderserver that return NodeMethods in ch.nolix.baseapi.net.executoranddataproviderserver that return types with arguments of type NodeModifier and TypeMethodDescriptionExtendedIterable<? extends Node<?>> DataProvider.getDataForRequests(ChainedNode... requests) ExtendedIterable<? extends Node<?>> DataProvider.getDataForRequests(Iterable<? extends ChainedNode> requests) -
Uses of Node in ch.nolix.system.control.button
Methods in ch.nolix.system.control.button with parameters of type NodeModifier and TypeMethodDescriptionstatic ButtonStyleButtonStyle.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.system.control.grid
Methods in ch.nolix.system.control.grid with parameters of type NodeModifier and TypeMethodDescriptionstatic GridCellGridCell.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.system.control.tabcontainer
Methods in ch.nolix.system.control.tabcontainer with parameters of type NodeModifier and TypeMethodDescriptionstatic TabContainerTabTabContainerTab.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.system.element.base
Methods in ch.nolix.system.element.base that return Node -
Uses of Node in ch.nolix.system.element.extensionproperty
Methods in ch.nolix.system.element.extensionproperty with parameters of type NodeModifier and TypeMethodDescriptionbooleanExtensionProperty.addedOrChangedAttribute(Node<?> attribute) Method parameters in ch.nolix.system.element.extensionproperty with type arguments of type NodeModifier and TypeMethodDescriptionvoidExtensionProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto the given list. -
Uses of Node in ch.nolix.system.element.multistateconfiguration
Methods in ch.nolix.system.element.multistateconfiguration that return types with arguments of type NodeModifier and TypeMethodDescriptionfinal ExtendedIterable<Node<?>> AbstractMultiStateConfiguration.getAttributes()Methods in ch.nolix.system.element.multistateconfiguration with parameters of type NodeModifier and TypeMethodDescriptionfinal booleanAbstractMultiStateConfiguration.addedOrChangedAttribute(Node<?> attribute) Adds or changes the given attribute to the currentRespondingMutableElementif the given attributes matches.final voidAbstractMultiStateConfiguration.addOrChangeAttribute(Node<?> attribute) Adds or changes the given attribute to the currentMutableElement.Method parameters in ch.nolix.system.element.multistateconfiguration with type arguments of type NodeModifier and TypeMethodDescriptionstatic <S2 extends Enum<S2>, V2>
CascadingProperty<S2, V2> CascadingProperty.withNameAndStateClassAndValueMapperAndSpecificationMapperAndDefaultValue(String name, Class<S2> stateClass, Function<Node<?>, V2> valueCreator, Function<V2, Node<?>> specificationCreator, V2 defaultValue) static <S2 extends Enum<S2>, V2>
NonCascadingProperty<S2, V2> NonCascadingProperty.withNameAndStateClassAndValueMapperAndSpecificationMapperAndDefaultValue(String name, Class<S2> stateClass, Function<Node<?>, V2> valueCreator, Function<V2, Node<?>> specificationCreator, V2 defaultValue) static <S2 extends Enum<S2>, V2>
CascadingProperty<S2, V2> CascadingProperty.withNameAndStateClassAndValueMapperAndSpecificationMapperAndSetterAndDefaultValue(String name, Class<S2> stateClass, Function<Node<?>, V2> valueCreator, Function<V2, Node<?>> specificationCreator, BiConsumer<S2, V2> setterMethod, V2 defaultValue) static <S2 extends Enum<S2>, V2>
NonCascadingProperty<S2, V2> NonCascadingProperty.withNameAndStateClassAndValueMapperAndSpecificationMapperAndSetterAndDefaultValue(String name, Class<S2> stateClass, Function<Node<?>, V2> valueCreator, Function<V2, Node<?>> specificationCreator, BiConsumer<S2, V2> setterMethod, V2 defaultValue) -
Uses of Node in ch.nolix.system.element.mutableelement
Methods in ch.nolix.system.element.mutableelement that return NodeModifier and TypeMethodDescriptionfinal Node<?> AbstractMutableElementWithProperties.getSpecification()Methods in ch.nolix.system.element.mutableelement that return types with arguments of type NodeModifier and TypeMethodDescriptionfinal ExtendedIterable<Node<?>> AbstractMutableElementWithProperties.getAttributes()Methods in ch.nolix.system.element.mutableelement with parameters of type NodeModifier and TypeMethodDescriptionfinal voidAbstractMutableElementWithProperties.addOrChangeAttribute(Node<?> attribute) Adds or changes the given attribute to the currentMutableElement. -
Uses of Node in ch.nolix.system.element.proxyproperty
Methods in ch.nolix.system.element.proxyproperty with parameters of type NodeModifier and TypeMethodDescriptionbooleanMultiValueProxyProperty.addedOrChangedAttribute(Node<?> attribute) booleanValueProxyProperty.addedOrChangedAttribute(Node<?> attribute) Method parameters in ch.nolix.system.element.proxyproperty with type arguments of type NodeModifier and TypeMethodDescriptionvoidMultiValueProxyProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto the given list.voidValueProxyProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto the given list.static <T> MultiValueProxyProperty<T> MultiValueProxyProperty.withNameAndAdderAndGetterAndValueMapperAndSpecificationMapper(String name, Consumer<T> adder, Supplier<ExtendedIterable<T>> getter, Function<Node<?>, T> valueMapper, Function<T, Node<?>> specificationMapper) static ValueProxyPropertyValueProxyProperty.withNameAndValueSpecificationConsumerAndValueSpecificationSupplier(String name, Consumer<Node<?>> valueSpecificationConsumer, Supplier<Node<?>> valueSpecificationSupplier) static ValueProxyPropertyValueProxyProperty.withNameAndValueSpecificationConsumerAndValueSpecificationSupplier(String name, Consumer<Node<?>> valueSpecificationConsumer, Supplier<Node<?>> valueSpecificationSupplier) -
Uses of Node in ch.nolix.system.element.valueproperty
Methods in ch.nolix.system.element.valueproperty with parameters of type NodeModifier and TypeMethodDescriptionfinal booleanAbstractValueProperty.addedOrChangedAttribute(Node<?> attribute) Method parameters in ch.nolix.system.element.valueproperty with type arguments of type NodeModifier and TypeMethodDescriptionvoidMultiValueProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto the given list.voidOptionalValueProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto the given list.voidValueProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto the given list.static <E extends Element>
MultiValueProperty<E> MultiValueProperty.forElementsOfSameTypeWithNameAndAdderAndValueMapper(String name, Consumer<E> adder, Function<Node<?>, E> valueMapper) static <E extends Element>
MultiValueProperty<E> MultiValueProperty.forElementsWithNameAndAdderAndValueMapper(String name, Consumer<E> adder, Function<Node<?>, E> valueMapper) static <E extends Element>
ValueProperty<E> ValueProperty.forElementWithNameAndDefaultValueAndSetterAndValueMapper(String name, E defaultValue, Consumer<E> setter, Function<Node<?>, E> valueMapper) static <E extends Element>
OptionalValueProperty<E> OptionalValueProperty.forElementWithNameAndSetterAndValueMapper(String name, Consumer<E> setter, Function<Node<?>, E> valueMapper) static <T> ValueProperty<T> ValueProperty.withNameAndDefaultValueAndSetterAndValueMapperAndSpecificationMapper(String name, T defaultValue, Consumer<T> setter, Function<Node<?>, T> valueMapper, Function<T, Node<?>> specificationMapper) static <T> OptionalValueProperty<T> OptionalValueProperty.withNameAndSetterAndValueMapperAndSpecificationMapper(String name, Consumer<T> setter, Function<Node<?>, T> valueMapper, Function<T, Node<?>> specificationMapper) -
Uses of Node in ch.nolix.system.graphic.color
Methods in ch.nolix.system.graphic.color that return types with arguments of type NodeModifier and TypeMethodDescriptionExtendedIterable<Node<?>> Color.getAttributes()ExtendedIterable<Node<?>> ColorGradient.getAttributes()Methods in ch.nolix.system.graphic.color with parameters of type NodeModifier and TypeMethodDescriptionstatic ColorColor.fromSpecification(Node<?> specification) static ColorGradientColorGradient.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.system.graphic.image
Methods in ch.nolix.system.graphic.image that return types with arguments of type NodeMethods in ch.nolix.system.graphic.image with parameters of type NodeModifier and TypeMethodDescriptionstatic ImmutableImageImmutableImage.fromSpecification(Node<?> specification) static MutableImageMutableImage.fromSpecification(Node<?> specification) voidMutableImage.setPixelArray(Node<?> pixelArray) -
Uses of Node in ch.nolix.system.gui.background
Methods in ch.nolix.system.gui.background that return types with arguments of type NodeMethods in ch.nolix.system.gui.background with parameters of type NodeModifier and TypeMethodDescriptionstatic BackgroundBackground.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.system.nodemiddata.datawriter
Methods in ch.nolix.system.nodemiddata.datawriter with parameters of type NodeModifier and TypeMethodDescriptionstatic voidDataWriterActionProvider.insertEntity(IMutableNode<?> nodeDatabase, String tableName, String entityId, Node<?> entityIndexNode, Node<?> entityNode) voidExecutiveDataWriter.insertEntity(String tableName, String entityId, Node<?> entityIndexNode, Node<?> entityNode) static voidDataWriterActionProvider.insertMultiBackReferenceEntry(IMutableNode<?> nodeDatabase, String tableName, String entityId, int multiBackReferenceColumnOneBasedOrdinalIndex, Node<?> multiBackReferenceEntryNode) voidExecutiveDataWriter.insertMultiBackReferenceEntry(String tableName, String entityId, int multiBackReferenceColumnOneBasedOrdinalIndex, Node<?> multiBackReferenceEntryNode) static voidDataWriterActionProvider.insertMultiReferenceEntry(IMutableNode<?> nodeDatabase, String tableName, String entityId, int multiReferenceColumnOneBasedOrdinalIndex, Node<?> multiReferenceEntryNode) voidExecutiveDataWriter.insertMultiReferenceEntry(String tableName, String entityId, int multiReferenceColumnOneBasedOrdinalIndex, Node<?> multiReferenceEntryNode) -
Uses of Node in ch.nolix.system.nodemiddata.modelmapper
Methods in ch.nolix.system.nodemiddata.modelmapper with parameters of type NodeModifier and TypeMethodDescriptionContentFieldDtoMapper.mapContentFieldNodeToContentFieldDto(Node<?> contentFieldNode, ColumnInfoDto columnView) MultiBackReferenceEntryDtoMapper.mapMultiBackReferenceEntryNodeToMultiBackReferenceEntryDto(String tableName, String entityId, String multiBackReferenceColumnId, Node<?> multiBackReferenceEntryNode) MultiBackReferenceEntryDtoMapper.mapMultiBackReferenceNodeToMultiBackReferenceEntryDtos(String tableName, String entityId, String multiBackReferenceColumnId, Node<?> multiBackReferenceNode) -
Uses of Node in ch.nolix.system.nodemiddata.nodemapper
Methods in ch.nolix.system.nodemiddata.nodemapper that return NodeModifier and TypeMethodDescriptionNode<?> EntityIndexNodeMapper.mapEntityCreationDtoToEntityIndexNode(EntityCreationDto entityCreationDto, String tableId) Node<?> EntityNodeMapper.mapEntityCreationDtoToEntityNode(EntityCreationDto newEntity, TableInfoDto tableView, long saveStamp) Node<?> ContentFieldNodeMapper.mapValueStringFieldDtoToContentFieldNode(ValueStringFieldDto valueStringFieldDto) Methods in ch.nolix.system.nodemiddata.nodemapper that return types with arguments of type NodeModifier and TypeMethodDescriptionExtendedIterable<Node<?>> FieldNodeMapper.mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableInfoDto tableView) -
Uses of Node in ch.nolix.system.nodemidschema.nodemapper
Methods in ch.nolix.system.nodemidschema.nodemapper that return NodeModifier and TypeMethodDescriptionNode<?> ColumnNodeChildNodeMapper.mapColumnDtoToBackReferenceableColumnIdsNode(ColumnDto columnDto) Node<?> ColumnNodeMapper.mapColumnDtoToColumnNode(ColumnDto columnDto) Node<?> ColumnNodeChildNodeMapper.mapColumnDtoToDataTypeNode(ColumnDto columnDto) Node<?> ColumnNodeChildNodeMapper.mapColumnDtoToFieldTypeNode(ColumnDto columnDto) Node<?> ColumnNodeChildNodeMapper.mapColumnDtoToIdNode(ColumnDto columnDto) Node<?> ColumnNodeChildNodeMapper.mapColumnDtoToNameNode(ColumnDto columnDto) Node<?> ColumnNodeChildNodeMapper.mapColumnDtoToReferenceableTableIdsNode(ColumnDto columnDto) static Node<?> TableNodeComponentMapper.mapTableDtoToIdNode(TableDto tableDto) static Node<?> TableNodeComponentMapper.mapTableDtoToNameNode(TableDto tableDto) Node<?> TableNodeMapper.mapTableDtoToNode(TableDto tableDto) Methods in ch.nolix.system.nodemidschema.nodemapper that return types with arguments of type NodeModifier and TypeMethodDescriptionstatic ExtendedIterable<Node<?>> TableNodeComponentMapper.mapTableDtoToColumnNodes(TableDto tableDto) -
Uses of Node in ch.nolix.system.style.model
Methods in ch.nolix.system.style.model that return types with arguments of type NodeModifier and TypeMethodDescriptionfinal ExtendedIterable<Node<?>> AbstractSelectingStyle.getAttributes()ExtendedIterable<Node<?>> Style.getAttributes()Methods in ch.nolix.system.style.model with parameters of type NodeModifier and TypeMethodDescriptionstatic DeepSelectingStyleDeepSelectingStyle.fromSpecification(Node<?> specification) static SelectingStyleSelectingStyle.fromSpecification(Node<?> specification) static StyleStyle.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.system.time.main
Methods in ch.nolix.system.time.main that return types with arguments of type NodeMethods in ch.nolix.system.time.main with parameters of type Node -
Uses of Node in ch.nolix.system.webgui.base
Methods in ch.nolix.system.webgui.base that return types with arguments of type NodeModifier and TypeMethodDescriptionExtendedIterable<Node<?>> AbsoluteOrRelativeInt.getAttributes()ExtendedIterable<Node<?>> CornerShadow.getAttributes()Methods in ch.nolix.system.webgui.base with parameters of type NodeModifier and TypeMethodDescriptionstatic AbsoluteOrRelativeIntAbsoluteOrRelativeInt.fromSpecification(Node<?> specification) static CornerShadowCornerShadow.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.system.webgui.main
Methods in ch.nolix.system.webgui.main with parameters of type NodeModifier and TypeMethodDescriptionstatic Control<?, ?> ControlFactory.createControlFromSpecification(Node<?> specification) Control<?, ?> ControlFactoryUnit.createControlFromSpecification(Node<?> specification) static LayerLayer.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.control.accordion
Methods in ch.nolix.systemapi.control.accordion with parameters of type NodeModifier and TypeMethodDescriptionstatic TabExpansionBehaviorTabExpansionBehavior.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.control.button
Methods in ch.nolix.systemapi.control.button with parameters of type NodeModifier and TypeMethodDescriptionstatic ButtonRoleButtonRole.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.control.container
Methods in ch.nolix.systemapi.control.container with parameters of type NodeModifier and TypeMethodDescriptionstatic ContainerRoleContainerRole.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.control.grid
Methods in ch.nolix.systemapi.control.grid with parameters of type NodeModifier and TypeMethodDescriptionstatic GridTypeGridType.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.control.label
Methods in ch.nolix.systemapi.control.label with parameters of type NodeModifier and TypeMethodDescriptionstatic LabelRoleLabelRole.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.control.textbox
Methods in ch.nolix.systemapi.control.textbox with parameters of type NodeModifier and TypeMethodDescriptionstatic TextModeTextMode.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.element.base
Methods in ch.nolix.systemapi.element.base that return NodeMethods in ch.nolix.systemapi.element.base that return types with arguments of type NodeModifier and TypeMethodDescriptionExtendedIterable<Node<?>> AttributesRepresentable.getAttributes() -
Uses of Node in ch.nolix.systemapi.element.baseproperty
Methods in ch.nolix.systemapi.element.baseproperty with parameters of type NodeMethod parameters in ch.nolix.systemapi.element.baseproperty with type arguments of type NodeModifier and TypeMethodDescriptionvoidProperty.fillUpAttributesIntoList(ILinkedList<Node<?>> list) Fills up the attributes of the currentPropertyinto the given list. -
Uses of Node in ch.nolix.systemapi.element.mutableelement
Methods in ch.nolix.systemapi.element.mutableelement with parameters of type NodeModifier and TypeMethodDescriptionbooleanRespondingMutableElement.addedOrChangedAttribute(Node<?> attribute) Adds or changes the given attribute to the currentRespondingMutableElementif the given attributes matches.voidMutableElement.addOrChangeAttribute(Node<?> attribute) Adds or changes the given attribute to the currentMutableElement.default voidMutableElement.resetFromSpecification(Node<?> specification) Resets the currentMutableElementfrom the given specification.Method parameters in ch.nolix.systemapi.element.mutableelement with type arguments of type NodeModifier and TypeMethodDescriptiondefault voidMutableElement.addOrChangeAttributes(Iterable<? extends Node<?>> attributes) Adds or changes the given attributes to the currentMutableElement.default voidMutableElement.resetFromAttributes(Iterable<? extends Node<?>> attributes) Resets the currentMutableElementfrom the given attributes. -
Uses of Node in ch.nolix.systemapi.graphic.graphicproperty
Methods in ch.nolix.systemapi.graphic.graphicproperty with parameters of type NodeModifier and TypeMethodDescriptionstatic DirectionDirection.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.gui.background
Methods in ch.nolix.systemapi.gui.background with parameters of type NodeModifier and TypeMethodDescriptionstatic BackgroundTypeBackgroundType.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.gui.font
Methods in ch.nolix.systemapi.gui.font with parameters of type NodeModifier and TypeMethodDescriptionstatic FontFont.fromSpecification(Node<?> specification) static LineDecorationLineDecoration.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.gui.guiproperty
Methods in ch.nolix.systemapi.gui.guiproperty with parameters of type NodeModifier and TypeMethodDescriptionstatic ContentAlignmentContentAlignment.fromSpecification(Node<?> specification) static CornerCorner.fromSpecification(Node<?> specification) static CursorIconCursorIcon.fromSpecification(Node<?> specification) static FreeableContentAlignmentFreeableContentAlignment.fromSpecification(Node<?> specification) static HorizontalContentAlignmentHorizontalContentAlignment.fromSpecification(Node<?> specification) static ImageApplicationImageApplication.fromSpecification(Node<?> specification) static LocationLocation.fromSpecification(Node<?> specification) static VerticalContentAlignmentVerticalContentAlignment.fromSpecification(Node<?> specification) static VisibilityVisibility.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.midschema.fieldproperty
Methods in ch.nolix.systemapi.midschema.fieldproperty with parameters of type NodeModifier and TypeMethodDescriptionstatic FieldTypeFieldType.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.nodemiddata.modelmapper
Methods in ch.nolix.systemapi.nodemiddata.modelmapper with parameters of type NodeModifier and TypeMethodDescriptionIContentFieldDtoMapper.mapContentFieldNodeToContentFieldDto(Node<?> contentFieldNode, ColumnInfoDto columnView) IMultiBackReferenceEntryDtoMapper.mapMultiBackReferenceEntryNodeToMultiBackReferenceEntryDto(String tableName, String entityId, String multiBackReferenceColumnId, Node<?> multiBackReferenceEntryNode) IMultiBackReferenceEntryDtoMapper.mapMultiBackReferenceNodeToMultiBackReferenceEntryDtos(String tableName, String entityId, String multiBackReferenceColumnId, Node<?> multiBackReferenceNode) -
Uses of Node in ch.nolix.systemapi.nodemiddata.nodemapper
Methods in ch.nolix.systemapi.nodemiddata.nodemapper that return NodeModifier and TypeMethodDescriptionNode<?> IEntityIndexNodeMapper.mapEntityCreationDtoToEntityIndexNode(EntityCreationDto entityCreationDto, String tableId) Node<?> IEntityNodeMapper.mapEntityCreationDtoToEntityNode(EntityCreationDto entityCreationDto, TableInfoDto tableView, long saveStamp) Node<?> IContentFieldNodeMapper.mapValueStringFieldDtoToContentFieldNode(ValueStringFieldDto valueStringFieldDto) Methods in ch.nolix.systemapi.nodemiddata.nodemapper that return types with arguments of type NodeModifier and TypeMethodDescriptionExtendedIterable<Node<?>> IFieldNodeMapper.mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableInfoDto tableView) -
Uses of Node in ch.nolix.systemapi.nodemidschema.nodemapper
Methods in ch.nolix.systemapi.nodemidschema.nodemapper that return NodeModifier and TypeMethodDescriptionNode<?> IColumnNodeChildNodeMapper.mapColumnDtoToBackReferenceableColumnIdsNode(ColumnDto columnDto) Node<?> IColumnNodeMapper.mapColumnDtoToColumnNode(ColumnDto columnDto) Node<?> IColumnNodeChildNodeMapper.mapColumnDtoToDataTypeNode(ColumnDto columnDto) Node<?> IColumnNodeChildNodeMapper.mapColumnDtoToFieldTypeNode(ColumnDto columnDto) Node<?> IColumnNodeChildNodeMapper.mapColumnDtoToIdNode(ColumnDto columnDto) Node<?> IColumnNodeChildNodeMapper.mapColumnDtoToNameNode(ColumnDto columnDto) Node<?> IColumnNodeChildNodeMapper.mapColumnDtoToReferenceableTableIdsNode(ColumnDto columnDto) Node<?> ITableNodeMapper.mapTableDtoToNode(TableDto tableDto) -
Uses of Node in ch.nolix.systemapi.time.main
Methods in ch.nolix.systemapi.time.main with parameters of type NodeModifier and TypeMethodDescriptionMonth.fromSpecification(Node<?> specification) static WeekdayWeekday.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.webgui.main
Methods in ch.nolix.systemapi.webgui.main with parameters of type NodeModifier and TypeMethodDescriptionstatic LayerRoleLayerRole.fromSpecification(Node<?> specification) -
Uses of Node in ch.nolix.systemapi.webgui.webguiproperty
Methods in ch.nolix.systemapi.webgui.webguiproperty with parameters of type NodeModifier and TypeMethodDescriptionstatic PresencePresence.fromSpecification(Node<?> specification)