Uses of Class
overit.geocallapp.wfm.core.ux.common.treemodel.UXTreeModelProperties
Packages that use UXTreeModelProperties
Package
Description
-
Uses of UXTreeModelProperties in overit.geocallapp.wfm.core.ux.common.treemodel
Classes in overit.geocallapp.wfm.core.ux.common.treemodel with type parameters of type UXTreeModelPropertiesModifier and TypeClassDescriptionclassUXTreeModel<N,P extends UXTreeModelProperties> The Class that defines the UX tree model.Methods in overit.geocallapp.wfm.core.ux.common.treemodel with type parameters of type UXTreeModelPropertiesModifier and TypeMethodDescriptionstatic <N,P extends UXTreeModelProperties>
UXTreeModel<N, P> static <N,P extends UXTreeModelProperties>
UXTreeModel<N, P> static <N,P extends UXTreeModelProperties>
UXTreeModel<N, P> UXTreeModel.make(N node, P uxProperties) static <N,P extends UXTreeModelProperties, T extends AbstractTreeModel<N, T>>
UXTreeModel<N, P> UXTreeModel.of(AbstractTreeModel<N, T> treeModel, Class<P> clazz) Method parameters in overit.geocallapp.wfm.core.ux.common.treemodel with type arguments of type UXTreeModelPropertiesModifier and TypeMethodDescriptionprotected voidUXTreeModelDBViewBuilder.addDataToDBView(UXTreeModel<?, ? extends UXTreeModelProperties> uxTreeModel, DBView dbv, boolean showRoot) UXTreeModelDBViewBuilder.buildDBView(UXTreeModel<?, ? extends UXTreeModelProperties> uxTreeModel, Set<String> columns) UXTreeModelDBViewBuilder.buildDBView(UXTreeModel<?, ? extends UXTreeModelProperties> uxTreeModel, Set<String> columns, boolean showRoot) -
Uses of UXTreeModelProperties in overit.geocallapp.wfm.core.ux.datacollection.template.treejson.common
Method parameters in overit.geocallapp.wfm.core.ux.datacollection.template.treejson.common with type arguments of type UXTreeModelPropertiesModifier and TypeMethodDescriptionUXJsonTreeModelBuilder.buildTemplateTree(UXTreeModel<?, ? extends UXTreeModelProperties> uxTreeModel) Method handler to convert a UXTreeModel in a TemplateHtmlJsonTreeprotected voidUXJsonTreeModelBuilder.createNode(UXTreeModel<?, ? extends UXTreeModelProperties> child, TemplateJsonTree parent) Method to create a TemplateJsonTree node child from a TemplateJsonTree parent -
Uses of UXTreeModelProperties in overit.geocallapp.wfm.core.ux.datacollection.template.treejson.node
Fields in overit.geocallapp.wfm.core.ux.datacollection.template.treejson.node with type parameters of type UXTreeModelPropertiesModifier and TypeFieldDescriptionprotected UXTreeModel<?, ? extends UXTreeModelProperties> PanelDataCollectionTreeViewModel.uxTreeModelMethod parameters in overit.geocallapp.wfm.core.ux.datacollection.template.treejson.node with type arguments of type UXTreeModelPropertiesModifier and TypeMethodDescriptionvoidPanelDataCollectionTreeViewModel.setUxTreeModel(UXTreeModel<?, ? extends UXTreeModelProperties> uxTreeModel) Method to set the UXTreeModel to show in the panel -
Uses of UXTreeModelProperties in overit.geocallapp.wfm.core.ux.datacollection.tree
Subclasses of UXTreeModelProperties in overit.geocallapp.wfm.core.ux.datacollection.treeModifier and TypeClassDescriptionclassThe Class that defines the data collection tree properties. -
Uses of UXTreeModelProperties in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.order.edit
Fields in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.order.edit with type parameters of type UXTreeModelProperties -
Uses of UXTreeModelProperties in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.tooltip.edit
Fields in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.tooltip.edit with type parameters of type UXTreeModelPropertiesMethod parameters in overit.geocallapp.wfm.core.ux.schedule.dailyplan.configuration.tooltip.edit with type arguments of type UXTreeModelPropertiesModifier and TypeMethodDescriptionTooltipConfigurationTreeModelHelper.convertUXModelToConfigurationModel(UXTreeModel<UXTooltipConfigurationNode, UXTreeModelProperties> uxTreeModel) Converts the given UX model to a configuration model.