Class SkipEmptySectionTreeTransformation
java.lang.Object
com._1c.g5.aef2.renderers.ChangelessTreeTransformation
com._1c.g5.v8.dt.md.ui.editor.aef.SkipEmptySectionTreeTransformation
- All Implemented Interfaces:
ITreeTransformation
The
ITreeTransformation
implementation that skips the
SectionViewModel
without children.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetChildren
(IViewModel viewModel) Returns the child view models of the given view model.Methods inherited from class com._1c.g5.aef2.renderers.ChangelessTreeTransformation
getParent, 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.
-