Class RetypeTreeData
java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modeling.data.RetypeTreeData
Holds information about a tree node to be retyped.
-
Constructor Summary
ConstructorsConstructorDescriptionRetypeTreeData(IntegrationMapKeyDTO parentKey, ComposedTypeModel newComposedType, org.zkoss.zul.Treeitem currentTreeitem, ListItemAttributeDTO dto) Data class that holds information about a tree node to be retyped. -
Method Summary
Modifier and TypeMethodDescriptionorg.zkoss.zul.TreeitemGets the currently selectedTreeitem.getDto()Gets theListItemAttributeDTOof the attribute to retype.Gets the new type.Gets the parent tree node's key.
-
Constructor Details
-
RetypeTreeData
public RetypeTreeData(IntegrationMapKeyDTO parentKey, ComposedTypeModel newComposedType, org.zkoss.zul.Treeitem currentTreeitem, ListItemAttributeDTO dto) Data class that holds information about a tree node to be retyped.- Parameters:
parentKey- the key of the parent tree node.newComposedType- the new type.currentTreeitem- the currently selectedTreeitem.dto- theListItemAttributeDTOof the attribute to retype.
-
-
Method Details
-
getParentKey
Gets the parent tree node's key.- Returns:
- the parent tree node's key.
-
getNewComposedType
Gets the new type.- Returns:
- the new type.
-
getCurrentTreeitem
public org.zkoss.zul.Treeitem getCurrentTreeitem()Gets the currently selectedTreeitem.- Returns:
- the currently selected
Treeitem.
-
getDto
Gets theListItemAttributeDTOof the attribute to retype.- Returns:
- the
ListItemAttributeDTOof the attribute to retype.
-