Package io.jmix.flowui.view
Class ViewChildrenVisitResult
java.lang.Object
io.jmix.flowui.view.ViewChildrenVisitResult
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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptioncom.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 idView<?>
getView()
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
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ViewChildrenVisitResult
public ViewChildrenVisitResult()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
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
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
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
-