Package io.jmix.flowui.component
Class SupportsStatusChangeHandler.StatusContext<C extends com.vaadin.flow.component.Component>
java.lang.Object
io.jmix.flowui.component.SupportsStatusChangeHandler.StatusContext<C>
- Type Parameters:
C- the type of the component associated with the status context
- Enclosing interface:
- SupportsStatusChangeHandler<C extends com.vaadin.flow.component.Component>
public static class SupportsStatusChangeHandler.StatusContext<C extends com.vaadin.flow.component.Component>
extends Object
Represents the context of a status change for a specific component.
This class encapsulates information about the component and an optional description, typically related to validation or status handling processes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the component associated with this instance.Returns the description associated with this object.
-
Field Details
-
component
-
description
-
-
Constructor Details
-
StatusContext
-
-
Method Details
-
getComponent
Returns the component associated with this instance.- Returns:
- the component
-
getDescription
Returns the description associated with this object.- Returns:
- the description, or
nullif no description is set
-