Uses of Interface
ch.nolix.baseapi.document.node.INode
Packages that use INode
Package
Description
-
Uses of INode in ch.nolix.base.document.chainednode
Methods in ch.nolix.base.document.chainednode with parameters of type INodeModifier and TypeMethodDescriptionstatic ChainedNodestatic ChainedNodeChainedNode.withChildNodes(INode<?>... nodes) static ChainedNodeChainedNode.withHeaderAndChildNode(String header, INode<?> childNode) static ChainedNodeChainedNode.withHeaderAndChildNodesFromNodes(String header, INode<?> childNode, INode<?>... childNodes) Creates a newChainedNodewith the given header and attributes.Method parameters in ch.nolix.base.document.chainednode with type arguments of type INodeModifier and TypeMethodDescriptionstatic 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. -
Uses of INode in ch.nolix.base.document.node
Classes in ch.nolix.base.document.node that implement INodeModifier and TypeClassDescriptionclassAbstractMutableNode<N extends AbstractMutableNode<N>>classAbstractNode<N extends AbstractNode<N>>final classAFileNodeis a specification that is stored in a file.final classfinal classANodeis not mutable.Methods in ch.nolix.base.document.node with type parameters of type INodeModifier and TypeMethodDescriptionFileNode.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.Methods in ch.nolix.base.document.node that return INodeModifier and TypeMethodDescriptionINode<?> FileNode.asWithHeader(String header) INode<?> MutableNode.asWithHeader(String header) INode<?> Node.asWithHeader(String header) Methods in ch.nolix.base.document.node with parameters of type INodeModifier and TypeMethodDescriptionFileNode.addChildNode(INode<?> childNode) Adds the given childNode to the currentIMutableNode.MutableNode.addChildNode(INode<?> childNode) Adds the given childNode to the currentIMutableNode.FileNode.addChildNodes(INode<?>... childNodes) Adds the given childNodes to the currentIMutableNode.MutableNode.addChildNodes(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) static NodeNode.withChildNodes(INode<?>... childNodes) static NodeNode.withHeaderAndChildNode(String header, INode<?> childNode, INode<?>... childNodes) Method parameters in ch.nolix.base.document.node with type arguments of type INodeModifier and TypeMethodDescriptionfinal booleanAbstractNode.containsChildNodeThat(Predicate<INode<?>> selector) final intAbstractNode.getChildNodeCount(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) -
Uses of INode in ch.nolix.base.net.level3server
Methods in ch.nolix.base.net.level3server that return INodeModifier and TypeMethodDescriptionINode<?> LocalEndPoint.getDataForRequest(IChainedNode request) INode<?> NetEndPoint.getDataForRequest(IChainedNode request) Methods in ch.nolix.base.net.level3server that return types with arguments of type INodeModifier and TypeMethodDescriptionIContainer<? extends INode<?>> LocalEndPoint.getDataForRequests(IChainedNode... requests) IContainer<? extends INode<?>> LocalEndPoint.getDataForRequests(Iterable<? extends IChainedNode> requests) IContainer<? extends INode<?>> NetEndPoint.getDataForRequests(IChainedNode... requests) IContainer<? extends INode<?>> NetEndPoint.getDataForRequests(Iterable<? extends IChainedNode> requests) -
Uses of INode in ch.nolix.baseapi.document.chainednode
Methods in ch.nolix.baseapi.document.chainednode that return INode -
Uses of INode in ch.nolix.baseapi.document.node
Classes in ch.nolix.baseapi.document.node with type parameters of type INodeSubinterfaces of INode in ch.nolix.baseapi.document.nodeModifier and TypeInterfaceDescriptioninterfaceIMutableNode<N extends IMutableNode<N>>AIMutableNodeis aINodethat is mutable.Methods in ch.nolix.baseapi.document.node with type parameters of type INodeModifier and TypeMethodDescriptionIMutableNode.addChildNodes(Iterable<N2> childNodes) Adds the given childNodes to the currentIMutableNode.Methods in ch.nolix.baseapi.document.node that return INodeMethods in ch.nolix.baseapi.document.node with parameters of type INodeModifier and TypeMethodDescriptionIMutableNode.addChildNode(INode<?> childNode) Adds the given childNode to the currentIMutableNode.IMutableNode.addChildNodes(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.Method parameters in ch.nolix.baseapi.document.node with type arguments of type INodeModifier and TypeMethodDescriptionbooleanINode.containsChildNodeThat(Predicate<INode<?>> selector) intINode.getChildNodeCount(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. -
Uses of INode in ch.nolix.baseapi.net.level3server
Methods in ch.nolix.baseapi.net.level3server that return INodeMethods in ch.nolix.baseapi.net.level3server that return types with arguments of type INodeModifier and TypeMethodDescriptionIContainer<? extends INode<?>> IDataProvider.getDataForRequests(IChainedNode... requests) IContainer<? extends INode<?>> IDataProvider.getDataForRequests(Iterable<? extends IChainedNode> requests) -
Uses of INode in ch.nolix.system.element.base
Methods in ch.nolix.system.element.base that return INodeModifier and TypeMethodDescriptionfinal INode<?> AbstractElement.getSpecification()static INode<?> SpecificationCreator.getSpecificationOfElement(IElement element) -
Uses of INode in ch.nolix.system.element.multistateconfiguration
Methods in ch.nolix.system.element.multistateconfiguration that return types with arguments of type INodeModifier and TypeMethodDescriptionfinal IContainer<INode<?>> AbstractMultiStateConfiguration.getAttributes()Methods in ch.nolix.system.element.multistateconfiguration with parameters of type INodeModifier and TypeMethodDescriptionfinal booleanAbstractMultiStateConfiguration.addedOrChangedAttribute(INode<?> attribute) Adds or changes the given attribute to the currentIRespondingMutableElementif the given attributes matches.final voidAbstractMultiStateConfiguration.addOrChangeAttribute(INode<?> attribute) Adds or changes the given attribute to the currentIMutableElement.Method parameters in ch.nolix.system.element.multistateconfiguration with type arguments of type INodeModifier and TypeMethodDescriptionstatic <S2 extends Enum<S2>, V2>
CascadingProperty<S2, V2> CascadingProperty.withNameAndStateClassAndValueMapperAndSpecificationMapperAndDefaultValue(String name, Class<S2> stateClass, Function<INode<?>, V2> valueCreator, Function<V2, INode<?>> specificationCreator, V2 defaultValue) static <S2 extends Enum<S2>, V2>
NonCascadingProperty<S2, V2> NonCascadingProperty.withNameAndStateClassAndValueMapperAndSpecificationMapperAndDefaultValue(String name, Class<S2> stateClass, Function<INode<?>, V2> valueCreator, Function<V2, INode<?>> specificationCreator, V2 defaultValue) static <S2 extends Enum<S2>, V2>
CascadingProperty<S2, V2> CascadingProperty.withNameAndStateClassAndValueMapperAndSpecificationMapperAndSetterAndDefaultValue(String name, Class<S2> stateClass, Function<INode<?>, V2> valueCreator, Function<V2, INode<?>> specificationCreator, BiConsumer<S2, V2> setterMethod, V2 defaultValue) static <S2 extends Enum<S2>, V2>
NonCascadingProperty<S2, V2> NonCascadingProperty.withNameAndStateClassAndValueMapperAndSpecificationMapperAndSetterAndDefaultValue(String name, Class<S2> stateClass, Function<INode<?>, V2> valueCreator, Function<V2, INode<?>> specificationCreator, BiConsumer<S2, V2> setterMethod, V2 defaultValue) -
Uses of INode in ch.nolix.system.element.mutableelement
Methods in ch.nolix.system.element.mutableelement that return INodeMethods in ch.nolix.system.element.mutableelement that return types with arguments of type INodeModifier and TypeMethodDescriptionfinal IContainer<INode<?>> AbstractMutableElement.getAttributes()Methods in ch.nolix.system.element.mutableelement with parameters of type INodeModifier and TypeMethodDescriptionfinal voidAbstractMutableElement.addOrChangeAttribute(INode<?> attribute) Adds or changes the given attribute to the currentIMutableElement. -
Uses of INode in ch.nolix.system.element.relativevalue
Methods in ch.nolix.system.element.relativevalue that return types with arguments of type INodeMethods in ch.nolix.system.element.relativevalue with parameters of type INodeModifier and TypeMethodDescriptionstatic AbsoluteOrRelativeIntAbsoluteOrRelativeInt.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.system.graphic.color
Methods in ch.nolix.system.graphic.color that return types with arguments of type INodeMethods in ch.nolix.system.graphic.color with parameters of type INode -
Uses of INode in ch.nolix.system.graphic.image
Methods in ch.nolix.system.graphic.image that return types with arguments of type INodeMethods in ch.nolix.system.graphic.image with parameters of type INodeModifier and TypeMethodDescriptionstatic ImageImage.fromSpecification(INode<?> specification) static MutableImageMutableImage.fromSpecification(INode<?> specification) voidMutableImage.setPixelArray(INode<?> pixelArray) -
Uses of INode in ch.nolix.system.gui.background
Methods in ch.nolix.system.gui.background that return types with arguments of type INodeMethods in ch.nolix.system.gui.background with parameters of type INodeModifier and TypeMethodDescriptionstatic BackgroundBackground.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.system.gui.box
Methods in ch.nolix.system.gui.box that return types with arguments of type INodeMethods in ch.nolix.system.gui.box with parameters of type INodeModifier and TypeMethodDescriptionstatic CornerShadowCornerShadow.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.system.gui.colorgradient
Methods in ch.nolix.system.gui.colorgradient that return types with arguments of type INodeMethods in ch.nolix.system.gui.colorgradient with parameters of type INodeModifier and TypeMethodDescriptionstatic ColorGradientColorGradient.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.system.nodemiddata.datawriter
Methods in ch.nolix.system.nodemiddata.datawriter with parameters of type INodeModifier and TypeMethodDescriptionstatic 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) -
Uses of INode in ch.nolix.system.nodemiddata.modelmapper
Methods in ch.nolix.system.nodemiddata.modelmapper with parameters of type INodeModifier and TypeMethodDescriptionContentFieldDtoMapper.mapContentFieldNodeToContentFieldDto(INode<?> contentFieldNode, ColumnViewDto columnView) MultiBackReferenceEntryDtoMapper.mapMultiBackReferenceEntryNodeToMultiBackReferenceEntryDto(String tableName, String entityId, String multiBackReferenceColumnId, INode<?> multiBackReferenceEntryNode) MultiBackReferenceEntryDtoMapper.mapMultiBackReferenceNodeToMultiBackReferenceEntryDtos(String tableName, String entityId, String multiBackReferenceColumnId, INode<?> multiBackReferenceNode) -
Uses of INode in ch.nolix.system.nodemiddata.nodemapper
Methods in ch.nolix.system.nodemiddata.nodemapper that return INodeModifier and TypeMethodDescriptionINode<?> EntityIndexNodeMapper.mapEntityCreationDtoToEntityIndexNode(EntityCreationDto entityCreationDto, String tableId) INode<?> EntityNodeMapper.mapEntityCreationDtoToEntityNode(EntityCreationDto newEntity, TableViewDto tableView, long saveStamp) INode<?> ContentFieldNodeMapper.mapValueStringFieldDtoToContentFieldNode(ValueStringFieldDto valueStringFieldDto) Methods in ch.nolix.system.nodemiddata.nodemapper that return types with arguments of type INodeModifier and TypeMethodDescriptionIContainer<INode<?>> FieldNodeMapper.mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableViewDto tableView) -
Uses of INode in ch.nolix.system.nodemidschema.nodemapper
Methods in ch.nolix.system.nodemidschema.nodemapper that return INodeModifier and TypeMethodDescriptionINode<?> ColumnNodeChildNodeMapper.mapColumnDtoToBackReferenceableColumnIdsNode(ColumnDto columnDto) INode<?> ColumnNodeMapper.mapColumnDtoToColumnNode(ColumnDto columnDto) INode<?> ColumnNodeChildNodeMapper.mapColumnDtoToDataTypeNode(ColumnDto columnDto) INode<?> ColumnNodeChildNodeMapper.mapColumnDtoToFieldTypeNode(ColumnDto columnDto) INode<?> ColumnNodeChildNodeMapper.mapColumnDtoToIdNode(ColumnDto columnDto) INode<?> ColumnNodeChildNodeMapper.mapColumnDtoToNameNode(ColumnDto columnDto) INode<?> ColumnNodeChildNodeMapper.mapColumnDtoToReferenceableTableIdsNode(ColumnDto columnDto) static INode<?> TableNodeComponentMapper.mapTableDtoToIdNode(TableDto tableDto) static INode<?> TableNodeComponentMapper.mapTableDtoToNameNode(TableDto tableDto) INode<?> TableNodeMapper.mapTableDtoToNode(TableDto tableDto) Methods in ch.nolix.system.nodemidschema.nodemapper that return types with arguments of type INodeModifier and TypeMethodDescriptionstatic IContainer<INode<?>> TableNodeComponentMapper.mapTableDtoToColumnNodes(TableDto tableDto) -
Uses of INode in ch.nolix.system.property.extension
Methods in ch.nolix.system.property.extension with parameters of type INodeMethod parameters in ch.nolix.system.property.extension with type arguments of type INodeModifier and TypeMethodDescriptionvoidExtension.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list. -
Uses of INode in ch.nolix.system.property.proxy
Methods in ch.nolix.system.property.proxy with parameters of type INodeModifier and TypeMethodDescriptionbooleanMultiValueProxy.addedOrChangedAttribute(INode<?> attribute) booleanValueProxy.addedOrChangedAttribute(INode<?> attribute) Method parameters in ch.nolix.system.property.proxy with type arguments of type INodeModifier and TypeMethodDescriptionvoidMultiValueProxy.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list.voidValueProxy.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list.static <T> MultiValueProxy<T> MultiValueProxy.withNameAndAdderAndGetterAndValueMapperAndSpecificationMapper(String name, Consumer<T> adder, Supplier<IContainer<T>> getter, Function<INode<?>, T> valueMapper, Function<T, INode<?>> specificationMapper) static ValueProxyValueProxy.withNameAndValueSpecificationConsumerAndValueSpecificationSupplier(String name, Consumer<INode<?>> valueSpecificationConsumer, Supplier<INode<?>> valueSpecificationSupplier) static ValueProxyValueProxy.withNameAndValueSpecificationConsumerAndValueSpecificationSupplier(String name, Consumer<INode<?>> valueSpecificationConsumer, Supplier<INode<?>> valueSpecificationSupplier) -
Uses of INode in ch.nolix.system.property.value
Methods in ch.nolix.system.property.value with parameters of type INodeModifier and TypeMethodDescriptionfinal booleanAbstractValue.addedOrChangedAttribute(INode<?> attribute) Method parameters in ch.nolix.system.property.value with type arguments of type INodeModifier and TypeMethodDescriptionvoidMultiValue.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list.voidOptionalValue.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list.voidValue.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list.static <E extends IElement>
MultiValue<E> MultiValue.forElementsWithNameAndSetterAndValueMapper(String name, Consumer<E> adder, Function<INode<?>, E> valueMapper) static <E extends IElement>
OptionalValue<E> OptionalValue.forElementWithNameAndSetterAndValueMapper(String name, Consumer<E> setter, Function<INode<?>, E> valueMapper) static <T> Value<T> Value.withNameAndDefaultValueAndSetterAndValueMapperAndSpecificationMapper(String name, T defaultValue, Consumer<T> setter, Function<INode<?>, T> valueMapper, Function<T, INode<?>> specificationMapper) static <T> OptionalValue<T> OptionalValue.withNameAndSetterAndValueMapperAndSpecificationMapper(String name, Consumer<T> setter, Function<INode<?>, T> valueMapper, Function<T, INode<?>> specificationMapper) -
Uses of INode in ch.nolix.system.style.model
Methods in ch.nolix.system.style.model that return types with arguments of type INodeModifier and TypeMethodDescriptionfinal IContainer<INode<?>> AbstractSelectingStyle.getAttributes()IContainer<INode<?>> Style.getAttributes()Methods in ch.nolix.system.style.model with parameters of type INodeModifier and TypeMethodDescriptionstatic DeepSelectingStyleDeepSelectingStyle.fromSpecification(INode<?> specification) static SelectingStyleSelectingStyle.fromSpecification(INode<?> specification) static StyleStyle.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.system.time.moment
Methods in ch.nolix.system.time.moment that return types with arguments of type INodeMethods in ch.nolix.system.time.moment with parameters of type INode -
Uses of INode in ch.nolix.system.webcontainercontrol.grid
Methods in ch.nolix.system.webcontainercontrol.grid with parameters of type INodeModifier and TypeMethodDescriptionstatic GridCellGridCell.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.system.webgui.main
Methods in ch.nolix.system.webgui.main with parameters of type INodeModifier and TypeMethodDescriptionstatic Control<?, ?> ControlFactory.createControlFromSpecification(INode<?> specification) Control<?, ?> ControlFactoryUnit.createControlFromSpecification(INode<?> specification) static LayerLayer.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.element.base
Methods in ch.nolix.systemapi.element.base that return INodeMethods in ch.nolix.systemapi.element.base that return types with arguments of type INode -
Uses of INode in ch.nolix.systemapi.element.mutableelement
Methods in ch.nolix.systemapi.element.mutableelement with parameters of type INodeModifier and TypeMethodDescriptionbooleanIRespondingMutableElement.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.addOrChangeAttributes(INode<?>... attributes) Adds or changes the given attributes to the currentIMutableElement.default voidIMutableElement.resetFromSpecification(INode<?> specification) Resets the currentIMutableElementfrom the given specification.Method parameters in ch.nolix.systemapi.element.mutableelement with type arguments of type INodeModifier and TypeMethodDescriptiondefault 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. -
Uses of INode in ch.nolix.systemapi.gui.background
Methods in ch.nolix.systemapi.gui.background with parameters of type INodeModifier and TypeMethodDescriptionstatic BackgroundTypeBackgroundType.fromSpecification(INode<?> specification) static ImageApplicationImageApplication.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.gui.box
Methods in ch.nolix.systemapi.gui.box with parameters of type INodeModifier and TypeMethodDescriptionstatic ContentAlignmentContentAlignment.fromSpecification(INode<?> specification) static CornerCorner.fromSpecification(INode<?> specification) static DirectionDirection.fromSpecification(INode<?> specification) static FreeableContentAlignmentFreeableContentAlignment.fromSpecification(INode<?> specification) static HorizontalContentAlignmentHorizontalContentAlignment.fromSpecification(INode<?> specification) static VerticalContentAlignmentVerticalContentAlignment.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.gui.font
Methods in ch.nolix.systemapi.gui.font with parameters of type INodeModifier and TypeMethodDescriptionstatic FontFont.fromSpecification(INode<?> specification) static LineDecorationLineDecoration.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.gui.location
Methods in ch.nolix.systemapi.gui.location with parameters of type INodeModifier and TypeMethodDescriptionstatic LocationLocation.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.gui.model
Methods in ch.nolix.systemapi.gui.model with parameters of type INodeModifier and TypeMethodDescriptionstatic CursorIconCursorIcon.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.gui.presence
Methods in ch.nolix.systemapi.gui.presence with parameters of type INodeModifier and TypeMethodDescriptionstatic PresencePresence.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.gui.visibility
Methods in ch.nolix.systemapi.gui.visibility with parameters of type INodeModifier and TypeMethodDescriptionstatic VisibilityVisibility.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.midschema.fieldproperty
Methods in ch.nolix.systemapi.midschema.fieldproperty with parameters of type INodeModifier and TypeMethodDescriptionstatic FieldTypeFieldType.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.nodemiddata.modelmapper
Methods in ch.nolix.systemapi.nodemiddata.modelmapper with parameters of type INodeModifier and TypeMethodDescriptionIContentFieldDtoMapper.mapContentFieldNodeToContentFieldDto(INode<?> contentFieldNode, ColumnViewDto columnView) IMultiBackReferenceEntryDtoMapper.mapMultiBackReferenceEntryNodeToMultiBackReferenceEntryDto(String tableName, String entityId, String multiBackReferenceColumnId, INode<?> multiBackReferenceEntryNode) IMultiBackReferenceEntryDtoMapper.mapMultiBackReferenceNodeToMultiBackReferenceEntryDtos(String tableName, String entityId, String multiBackReferenceColumnId, INode<?> multiBackReferenceNode) -
Uses of INode in ch.nolix.systemapi.nodemiddata.nodemapper
Methods in ch.nolix.systemapi.nodemiddata.nodemapper that return INodeModifier and TypeMethodDescriptionINode<?> IEntityIndexNodeMapper.mapEntityCreationDtoToEntityIndexNode(EntityCreationDto entityCreationDto, String tableId) INode<?> IEntityNodeMapper.mapEntityCreationDtoToEntityNode(EntityCreationDto entityCreationDto, TableViewDto tableView, long saveStamp) INode<?> IContentFieldNodeMapper.mapValueStringFieldDtoToContentFieldNode(ValueStringFieldDto valueStringFieldDto) Methods in ch.nolix.systemapi.nodemiddata.nodemapper that return types with arguments of type INodeModifier and TypeMethodDescriptionIContainer<INode<?>> IFieldNodeMapper.mapEntityCreationDtoToFieldNodes(EntityCreationDto entityCreationDto, long saveStamp, TableViewDto tableView) -
Uses of INode in ch.nolix.systemapi.nodemidschema.nodemapper
Methods in ch.nolix.systemapi.nodemidschema.nodemapper that return INodeModifier and TypeMethodDescriptionINode<?> IColumnNodeChildNodeMapper.mapColumnDtoToBackReferenceableColumnIdsNode(ColumnDto columnDto) INode<?> IColumnNodeMapper.mapColumnDtoToColumnNode(ColumnDto columnDto) INode<?> IColumnNodeChildNodeMapper.mapColumnDtoToDataTypeNode(ColumnDto columnDto) INode<?> IColumnNodeChildNodeMapper.mapColumnDtoToFieldTypeNode(ColumnDto columnDto) INode<?> IColumnNodeChildNodeMapper.mapColumnDtoToIdNode(ColumnDto columnDto) INode<?> IColumnNodeChildNodeMapper.mapColumnDtoToNameNode(ColumnDto columnDto) INode<?> IColumnNodeChildNodeMapper.mapColumnDtoToReferenceableTableIdsNode(ColumnDto columnDto) INode<?> ITableNodeMapper.mapTableDtoToNode(TableDto tableDto) -
Uses of INode in ch.nolix.systemapi.property.base
Methods in ch.nolix.systemapi.property.base with parameters of type INodeMethod parameters in ch.nolix.systemapi.property.base with type arguments of type INodeModifier and TypeMethodDescriptionvoidIProperty.fillUpAttributesIntoList(ILinkedList<INode<?>> list) Fills up the attributes of the currentIPropertyinto the given list. -
Uses of INode in ch.nolix.systemapi.time.timestructure
Methods in ch.nolix.systemapi.time.timestructure with parameters of type INodeModifier and TypeMethodDescriptionMonth.fromSpecification(INode<?> specification) static WeekdayWeekday.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.webatomiccontrol.button
Methods in ch.nolix.systemapi.webatomiccontrol.button with parameters of type INodeModifier and TypeMethodDescriptionstatic ButtonRoleButtonRole.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.webatomiccontrol.label
Methods in ch.nolix.systemapi.webatomiccontrol.label with parameters of type INodeModifier and TypeMethodDescriptionstatic LabelRoleLabelRole.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.webatomiccontrol.textbox
Methods in ch.nolix.systemapi.webatomiccontrol.textbox with parameters of type INodeModifier and TypeMethodDescriptionstatic TextModeTextMode.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.webcontainercontrol.container
Methods in ch.nolix.systemapi.webcontainercontrol.container with parameters of type INodeModifier and TypeMethodDescriptionstatic ContainerRoleContainerRole.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.webcontainercontrol.grid
Methods in ch.nolix.systemapi.webcontainercontrol.grid with parameters of type INodeModifier and TypeMethodDescriptionstatic GridTypeGridType.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.webcontainercontrol.tabcontainer
Methods in ch.nolix.systemapi.webcontainercontrol.tabcontainer with parameters of type INodeModifier and TypeMethodDescriptionstatic TabExpansionBehaviorTabExpansionBehavior.fromSpecification(INode<?> specification) -
Uses of INode in ch.nolix.systemapi.webgui.main
Methods in ch.nolix.systemapi.webgui.main with parameters of type INodeModifier and TypeMethodDescriptionstatic LayerRoleLayerRole.fromSpecification(INode<?> specification)