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:ITreeTransformation
Returns the child view models of the given view model.- Specified by:
getChildren
in interfaceITreeTransformation
- Overrides:
getChildren
in classChangelessTreeTransformation
- Parameters:
viewModel
- the view model.- Returns:
- child view models.
-
getParent
Description copied from interface:ITreeTransformation
Returns the parent view model of the given one.- Specified by:
getParent
in interfaceITreeTransformation
- Overrides:
getParent
in classChangelessTreeTransformation
- Parameters:
viewModel
- the view model.- Returns:
- the parent.
-