Uses of Interface
org.tentackle.maven.plugin.wizard.pdodata.DataNode
Packages that use DataNode
-
Uses of DataNode in org.tentackle.maven.plugin.wizard.fx
Classes in org.tentackle.maven.plugin.wizard.fx with type parameters of type DataNodeModifier and TypeClassDescriptionclassDataNodeTableConfiguration<T extends DataNode>Table configuration extended by aPredicate.classDataNodeTableConfigurationProvider<T extends DataNode>Configuration provider for DataNode tables and tree tables.classDataNodeTreeItem<T extends DataNode>Tree item for aDataNode.Methods in org.tentackle.maven.plugin.wizard.fx with parameters of type DataNodeModifier and TypeMethodDescriptionvoidDataNodeCellType.updateItem(org.tentackle.fx.table.FxTableCell<?, DataNode> tableCell, DataNode item) voidDataNodeCellType.updateItem(org.tentackle.fx.table.FxTreeTableCell<?, DataNode> treeTableCell, DataNode item) Method parameters in org.tentackle.maven.plugin.wizard.fx with type arguments of type DataNodeModifier and TypeMethodDescriptionvoidDataNodeCellType.updateItem(org.tentackle.fx.table.FxTableCell<?, DataNode> tableCell, DataNode item) voidDataNodeCellType.updateItem(org.tentackle.fx.table.FxTreeTableCell<?, DataNode> treeTableCell, DataNode item) -
Uses of DataNode in org.tentackle.maven.plugin.wizard.pdodata
Classes in org.tentackle.maven.plugin.wizard.pdodata that implement DataNodeModifier and TypeClassDescriptionclassDatanode to be displayed in a tree table.
The node can be used in 2 modes: to display the pdo tree to compare two pdo treesclassA simple java attribute or property of a PDO.
Such asclassA list of PDOs.
Such asclassA PDO object.
Such asMethods in org.tentackle.maven.plugin.wizard.pdodata that return DataNodeModifier and TypeMethodDescriptionDataDiff.getLeft()Gets the left data, null if no such data in left object.DataDiff.getNode()DataDiff.getRight()Gets the right data, null if no such data in right object.Methods in org.tentackle.maven.plugin.wizard.pdodata that return types with arguments of type DataNodeModifier and TypeMethodDescriptionDataItem.getNodes()DataNode.getNodes()Gets the optional sub nodes of this node.DataObject.getNodes()Gets the items of the object, null if reference is null.Methods in org.tentackle.maven.plugin.wizard.pdodata with parameters of type DataNodeConstructors in org.tentackle.maven.plugin.wizard.pdodata with parameters of type DataNodeModifierConstructorDescriptionCreates a DataDiff.Constructor parameters in org.tentackle.maven.plugin.wizard.pdodata with type arguments of type DataNodeModifierConstructorDescriptionDataObject(org.tentackle.pdo.PersistentDomainObject<?> pdo, String name, String comment, List<DataNode> nodes, Entity entity, Relation relation, NonCompositeRelation nmRelation, boolean hidden, SqlCondition sqlCondition) Creates a DataObject.