Interface ITreeTransformation

    • Method Detail

      • getChildren

        Iterable<IViewModel> getChildren​(IViewModel viewModel)
        Returns the child view models of the given view model.
        Parameters:
        viewModel - the view model.
        Returns:
        child view models.
      • getParent

        IContainerViewModel getParent​(IViewModel viewModel)
        Returns the parent view model of the given one.
        Parameters:
        viewModel - the view model.
        Returns:
        the parent.