Class AbstractResourcedComponent

java.lang.Object
com.vaadin.flow.component.Component
com.storedobject.vaadin.AbstractResourcedComponent
All Implemented Interfaces:
HasSize, ResourcedComponent, 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
Direct Known Subclasses:
PDFViewer

public abstract class AbstractResourcedComponent extends com.vaadin.flow.component.Component implements ResourcedComponent, HasSize
Abstract "resourced component" that knows how to register/unregister the resource during attach/detach events. By default, it will set he "display" style to "flex" and size to "full". Inherited classes may override this if required.
Author:
Syam
See Also: