Class IFrame

java.lang.Object
com.vaadin.flow.component.Component
com.storedobject.ui.IFrame
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
Direct Known Subclasses:
ProcessingLanguageVisualizer

@Tag("iframe") public class IFrame extends com.vaadin.flow.component.Component implements com.vaadin.flow.component.HasSize
Component that represents an HTML iframe element. The source of the iframe should be set, and it may contain references to media content using ${media} variable where media is the name of the media to set.
Author:
Syam
See Also: