Uses of Class
overit.geocallapp.wfm.core.ux.datacollection.tree.DataCollectionTreeProperties
Packages that use DataCollectionTreeProperties
Package
Description
-
Uses of DataCollectionTreeProperties in overit.geocallapp.wfm.core.ux.datacollection.node.container
Fields in overit.geocallapp.wfm.core.ux.datacollection.node.container with type parameters of type DataCollectionTreePropertiesMethods in overit.geocallapp.wfm.core.ux.datacollection.node.container that return types with arguments of type DataCollectionTreePropertiesModifier and TypeMethodDescriptionDataCollectionNodeContainerParams.getNewNodeTreeConsumer()Returns the new node tree consumer.Method parameters in overit.geocallapp.wfm.core.ux.datacollection.node.container with type arguments of type DataCollectionTreePropertiesModifier and TypeMethodDescriptionvoidDataCollectionNodeContainerParams.setNewNodeTreeConsumer(Consumer<UXTreeModel<DataCollectionNode, DataCollectionTreeProperties>> newNodeTreeConsumer) Set the new node tree consumer. -
Uses of DataCollectionTreeProperties in overit.geocallapp.wfm.core.ux.datacollection.sheet
Fields in overit.geocallapp.wfm.core.ux.datacollection.sheet with type parameters of type DataCollectionTreePropertiesModifier and TypeFieldDescriptionDataCollectionSheetDetail.calculatedNodesOnPanelDataCollectionSheetDetail.selectedNodeDataCollectionSheetDetail.uxRootNodeMethod parameters in overit.geocallapp.wfm.core.ux.datacollection.sheet with type arguments of type DataCollectionTreePropertiesModifier and TypeMethodDescriptionprotected voidDataCollectionSheetDetail.alignTreePropertiesToNode(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> uxRootNode) protected voidDataCollectionSheetDetail.refreshChildExpressionsNodes(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> uxRootNode) -
Uses of DataCollectionTreeProperties in overit.geocallapp.wfm.core.ux.datacollection.sheet.dynamic
Fields in overit.geocallapp.wfm.core.ux.datacollection.sheet.dynamic with type parameters of type DataCollectionTreePropertiesModifier and TypeFieldDescriptionDataCollectionNodeTypeValueComponent.nodeDataCollectionValuesContainer.treeModelDataCollectionValuesContainer.visibleNodesMethods in overit.geocallapp.wfm.core.ux.datacollection.sheet.dynamic that return types with arguments of type DataCollectionTreePropertiesModifier and TypeMethodDescriptionDataCollectionNodeTypeValueComponent.getNode()Returns the node.DataCollectionValuesContainer.getTreeModel()Returns the tree model.Method parameters in overit.geocallapp.wfm.core.ux.datacollection.sheet.dynamic with type arguments of type DataCollectionTreePropertiesModifier and TypeMethodDescriptionvoidDataCollectionNodeTypeValueComponent.setNode(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> node) Set the node.voidDataCollectionValuesContainer.setTreeModel(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> treeModel) Set the tree model. -
Uses of DataCollectionTreeProperties in overit.geocallapp.wfm.core.ux.datacollection.template.structure
Fields in overit.geocallapp.wfm.core.ux.datacollection.template.structure with type parameters of type DataCollectionTreePropertiesMethods in overit.geocallapp.wfm.core.ux.datacollection.template.structure that return types with arguments of type DataCollectionTreePropertiesModifier and TypeMethodDescriptionDataCollectionTemplateStructureWorkingCopyDetail.duplicateNode(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> currentNode) Duplicates the node.DataCollectionTemplateStructureDetail.getEventUXTreeModel(UIMessage uim) DataCollectionTemplateStructureWorkingCopyDetail.CutAndPasteData.getTreeModel()Returns the tree model.Method parameters in overit.geocallapp.wfm.core.ux.datacollection.template.structure with type arguments of type DataCollectionTreePropertiesModifier and TypeMethodDescriptionprotected voidDataCollectionTemplateStructureDetail.alignTreePropertiesToNode(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> uxRootNode) protected voidDataCollectionTemplateStructureWorkingCopyDetail.callNewNodeContainer(Consumer<UXTreeModel<DataCollectionNode, DataCollectionTreeProperties>> addTree) Call a new node container.DataCollectionTemplateStructureWorkingCopyDetail.duplicateNode(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> currentNode) Duplicates the node.voidDataCollectionTemplateStructureWorkingCopyDetail.CutAndPasteData.setTreeModel(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> treeModel) Set tree model.protected voidDataCollectionTemplateStructureWorkingCopyDetail.showTemplateReleaseSelectionPanel(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> currentNode, TemplateMergingMode mergingMode) Shows a panel for select the template structure release to use in the merge process -
Uses of DataCollectionTreeProperties in overit.geocallapp.wfm.core.ux.datacollection.template.structure.merger
Methods in overit.geocallapp.wfm.core.ux.datacollection.template.structure.merger that return types with arguments of type DataCollectionTreePropertiesModifier and TypeMethodDescriptionDataCollectionTemplateStructureMerger.getAdditionalTreeModel()DataCollectionTemplateStructureMerger.getBaseTreeModel()DataCollectionTemplateStructureMerger.getCurrentNode()Method parameters in overit.geocallapp.wfm.core.ux.datacollection.template.structure.merger with type arguments of type DataCollectionTreePropertiesModifier and TypeMethodDescriptionDataCollectionTemplateStructureMerger.getTemplateCodes(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> tree) Gets all the codes of the nodes of the input tree.protected voidDataCollectionTemplateStructureMerger.replaceCode(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> node, String oldCode, String newCode) Replace the original node code with the new one.protected voidDataCollectionTemplateStructureMerger.replaceExpression(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> node, String oldCode, String newCode) Replace the original node code with the new one in all the expressions of the new sub tree.voidDataCollectionTemplateStructureMerger.setAdditionalTreeModel(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> additionalTreeModel) voidDataCollectionTemplateStructureMerger.setBaseTreeModel(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> baseTreeModel) voidDataCollectionTemplateStructureMerger.setCurrentNode(UXTreeModel<DataCollectionNode, DataCollectionTreeProperties> currentNode)