Class FormSection.End

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.HtmlComponent
com.vaadin.flow.component.html.Hr
com.storedobject.ui.Card.Line
com.storedobject.ui.FormSection.End
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, Serializable
Enclosing class:
FormSection

public static class FormSection.End extends Card.Line
The End class is a specialized subclass of Card.Line, intended to represent a terminating component or marker within a layout structure. It allows for customization of its column span, providing a simple and flexible way to define its placement within a grid or other layout systems.

This class provides constructors for initializing the object with a default or specified column span, as well as a method for dynamically updating the column span.
See Also: