Class LitComponentWithSize

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.littemplate.LitTemplate
com.storedobject.helper.LitComponent
com.storedobject.helper.LitComponentWithSize
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, com.vaadin.flow.internal.Template, Serializable
Direct Known Subclasses:
SOChart

public class LitComponentWithSize extends LitComponent implements com.vaadin.flow.component.HasSize
A component that extends the functionality of LitComponent and implements the HasSize interface to support setting size-related properties such as width, height, minimum size, and maximum size.

This class provides methods to set the size, as well as individual dimensions like width, height, minimum width, minimum height, maximum width, and maximum height for the associated web component. It leverages the Vaadin front-end element mechanisms to set the size properties dynamically.

Assumption: The component has size-related properties such as width, height, minw, minh, maxw, maxh.

Author:
Syam
See Also: