Package io.jmix.flowui.exception
Interface ValidationException.HasRelatedComponent
- All Known Implementing Classes:
ComponentValidationException
- Enclosing class:
- ValidationException
public static interface ValidationException.HasRelatedComponent
Represents a contract for exceptions or objects that are associated
with a specific UI
Component.-
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.ComponentReturns associated component.
-
Method Details
-
getComponent
com.vaadin.flow.component.Component getComponent()Returns associated component.- Returns:
- the component associated with this instance
-