Class AlphabeticalTreeTransformation
java.lang.Object
com._1c.g5.aef2.renderers.ChangelessTreeTransformation
com._1c.g5.properties.ui.transformation.AlphabeticalTreeTransformation
- All Implemented Interfaces:
ITreeTransformation
ITreeTransformation implementation adapted for
alphabetically mode of property pallete.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetChildren(IViewModel viewModel) Returns the child view models of the given view model.getParent(IViewModel viewModel) Returns the parent view model of the given one.Methods inherited from class com._1c.g5.aef2.renderers.ChangelessTreeTransformation
getRoots
-
Field Details
-
INSTANCE
The shared instance.
-
-
Method Details
-
getChildren
Description copied from interface:ITreeTransformationReturns the child view models of the given view model.- Specified by:
getChildrenin interfaceITreeTransformation- Overrides:
getChildrenin classChangelessTreeTransformation- Parameters:
viewModel- the view model.- Returns:
- child view models.
-
getParent
Description copied from interface:ITreeTransformationReturns the parent view model of the given one.- Specified by:
getParentin interfaceITreeTransformation- Overrides:
getParentin classChangelessTreeTransformation- Parameters:
viewModel- the view model.- Returns:
- the parent.
-