Class LiteComponent<COMPONENT extends Component>

java.lang.Object
com.vaadin.flow.component.Component
com.flowingcode.vaadin.addons.litetemplate.LiteComponent<COMPONENT>
All Implemented Interfaces:
AttachNotifier, DetachNotifier, HasElement, HasStyle, Serializable

public final class LiteComponent<COMPONENT extends Component> extends Component
Wrapper around a Component that provides fluent methods for managing attributes, properties, and event listeners. It is designed for use in conjunction with the LiteRenderer and cannot be used as a normal UI component.
Author:
Javier Godoy
See Also: