Class AlphabeticalTreeTransformation
- java.lang.Object
- 
- com._1c.g5.aef2.renderers.ChangelessTreeTransformation
- 
- com._1c.g5.properties.ui.transformation.AlphabeticalTreeTransformation
 
 
- 
- All Implemented Interfaces:
- ITreeTransformation
 
 public class AlphabeticalTreeTransformation extends ChangelessTreeTransformation ITreeTransformationimplementation adapted foralphabeticallymode of property pallete.
- 
- 
Field SummaryFields Modifier and Type Field Description static ITreeTransformationINSTANCEThe shared instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<IViewModel>getChildren(IViewModel viewModel)Returns the child view models of the given view model.IContainerViewModelgetParent(IViewModel viewModel)Returns the parent view model of the given one.- 
Methods inherited from class com._1c.g5.aef2.renderers.ChangelessTreeTransformationgetRoots
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final ITreeTransformation INSTANCE The shared instance.
 
- 
 - 
Method Detail- 
getChildrenpublic Collection<IViewModel> getChildren(IViewModel viewModel) Description copied from interface:ITreeTransformationReturns the child view models of the given view model.- Specified by:
- getChildrenin interface- ITreeTransformation
- Overrides:
- getChildrenin class- ChangelessTreeTransformation
- Parameters:
- viewModel- the view model.
- Returns:
- child view models.
 
 - 
getParentpublic IContainerViewModel getParent(IViewModel viewModel) Description copied from interface:ITreeTransformationReturns the parent view model of the given one.- Specified by:
- getParentin interface- ITreeTransformation
- Overrides:
- getParentin class- ChangelessTreeTransformation
- Parameters:
- viewModel- the view model.
- Returns:
- the parent.
 
 
- 
 
-