Uses of Class
de.hybris.platform.integrationbackoffice.widgets.modeling.data.TreeNodeData
Packages that use TreeNodeData
Package
Description
-
Uses of TreeNodeData in de.hybris.platform.integrationbackoffice.widgets.modeling.builders
Methods in de.hybris.platform.integrationbackoffice.widgets.modeling.builders with parameters of type TreeNodeDataModifier and TypeMethodDescriptionorg.zkoss.zul.TreeitemDefaultTreePopulator.appendTreeitem(org.zkoss.zul.Treeitem parent, TreeNodeData tnd) org.zkoss.zul.TreeitemTreePopulator.appendTreeitem(org.zkoss.zul.Treeitem parent, TreeNodeData tnd) -
Uses of TreeNodeData in de.hybris.platform.integrationbackoffice.widgets.modeling.data
Methods in de.hybris.platform.integrationbackoffice.widgets.modeling.data that return TreeNodeDataModifier and TypeMethodDescriptionstatic TreeNodeDataTreeNodeData.createRootTreeNodeData(IntegrationMapKeyDTO mapKeyDTO) Creates a TreeNodeData for the root item of the tree. -
Uses of TreeNodeData in de.hybris.platform.integrationbackoffice.widgets.modeling.services
Methods in de.hybris.platform.integrationbackoffice.widgets.modeling.services that return types with arguments of type TreeNodeDataModifier and TypeMethodDescriptionTreeNodeDataSetGenerator.generate(Set<AttributeDescriptorModel> attributes, List<AbstractListItemDTO> existingAttributes, Set<SubtypeData> subtypeDataSet, IntegrationMapKeyDTO parentKey) GeneratesTreeNodeDatafor provided attributes.TreeNodeDataSetGenerator.generateInSelectedMode(List<AbstractListItemDTO> attributes, Set<SubtypeData> subtypeDataSet, IntegrationMapKeyDTO parentKey) GeneratesTreeNodeDatafor provided selected attributes. -
Uses of TreeNodeData in de.hybris.platform.integrationbackoffice.widgets.modeling.services.impl
Methods in de.hybris.platform.integrationbackoffice.widgets.modeling.services.impl that return types with arguments of type TreeNodeDataModifier and TypeMethodDescriptionDefaultTreeNodeDataSetGenerator.generate(Set<AttributeDescriptorModel> attributes, List<AbstractListItemDTO> existingAttributes, Set<SubtypeData> subtypeDataSet, IntegrationMapKeyDTO parentKey) DefaultTreeNodeDataSetGenerator.generateInSelectedMode(List<AbstractListItemDTO> attributes, Set<SubtypeData> subtypeDataSet, IntegrationMapKeyDTO parentKey) -
Uses of TreeNodeData in de.hybris.platform.integrationbackoffice.widgets.modeling.utility
Methods in de.hybris.platform.integrationbackoffice.widgets.modeling.utility with parameters of type TreeNodeDataModifier and TypeMethodDescriptionstatic org.zkoss.zul.TreeitemEditorUtils.createTreeItem(TreeNodeData value, boolean expanded) Creates a tree item.