Package io.jmix.flowui.view
Class ViewChildrenVisitResult
java.lang.Object
io.jmix.flowui.view.ViewChildrenVisitResult
ViewChildrenVisitResult data model class that stores results from walk through comonents tree from view
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.Component
Returns found component id result inside tree elements in target view, also can be null because elements may not have own idView<?>
getView()
void
setComponent
(com.vaadin.flow.component.Component component) void
setComponentId
(String componentId) void
-
Constructor Details
-
ViewChildrenVisitResult
public ViewChildrenVisitResult()
-
-
Method Details
-
getView
- Returns:
- target view, parent that contains found component result
-
setView
- Parameters:
view
- set view to store target view, parent that contains found component result
-
getComponentId
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
- Parameters:
componentId
- component id that was found inside view
-
getComponent
public com.vaadin.flow.component.Component getComponent()- Returns:
- found component result inside tree elements in target view, always not null
-
setComponent
public void setComponent(com.vaadin.flow.component.Component component) - Parameters:
component
- component that was found inside view
-