Class ViewChildrenVisitResult

java.lang.Object
io.jmix.flowui.view.ViewChildrenVisitResult

@Deprecated(since="2.6", forRemoval=true) public class ViewChildrenVisitResult extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
ViewChildrenVisitResult data model class that stores results from walk through comonents tree from view
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.component.Component
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns found component id result inside tree elements in target view, also can be null because elements may not have own id
    View<?>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setComponent(com.vaadin.flow.component.Component component)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setComponentId(String componentId)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setView(View<?> view)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ViewChildrenVisitResult

      public ViewChildrenVisitResult()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getView

      public View<?> getView()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      target view, parent that contains found component result
    • setView

      public void setView(View<?> view)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      view - set view to store target view, parent that contains found component result
    • getComponentId

      @Nullable public String getComponentId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns found component id result inside tree elements in target view, also can be null because elements may not have own id
      Returns:
      found component id result inside tree elements in target view
    • setComponentId

      public void setComponentId(@Nullable String componentId)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      componentId - component id that was found inside view
    • getComponent

      public com.vaadin.flow.component.Component getComponent()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      found component result inside tree elements in target view, always not null
    • setComponent

      public void setComponent(com.vaadin.flow.component.Component component)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      component - component that was found inside view