public interface BrowserFrame extends ResourceView
iframe element.| Modifier and Type | Interface and Description |
|---|---|
static class |
BrowserFrame.Allow
Standard values of the attribute allow of iframe HTML element.
|
static class |
BrowserFrame.ReferrerPolicy
Standard values of the attribute referrerpolicy of iframe HTML element.
|
static class |
BrowserFrame.Sandbox
Standard values of the attribute sandbox of iframe HTML element.
|
ResourceView.HasMimeType, ResourceView.HasStreamSettings, ResourceView.SourceChangeEventComponent.Alignment, Component.BelongToFrame, Component.Disposable, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.OptionsStyleProvider, Component.WrapperHasContextHelp.ContextHelpIconClickEvent| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
AUTO_SIZE, AUTO_SIZE_PX, FULL_SIZE, UNITS_PERCENTAGE, UNITS_PIXELS| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAllow() |
java.lang.String |
getReferrerPolicy() |
java.lang.String |
getSandbox() |
java.lang.String |
getSrcdoc() |
void |
setAllow(BrowserFrame.Allow allow)
Sets value of the attribute allow.
|
void |
setAllow(java.util.EnumSet<BrowserFrame.Allow> allowSet)
Sets value of the attribute allow.
|
void |
setAllow(java.lang.String value)
Sets value of the attribute allow.
|
void |
setReferrerPolicy(BrowserFrame.ReferrerPolicy referrerPolicy)
Sets value of the attribute referrerpolicy.
|
void |
setReferrerPolicy(java.lang.String value)
Sets value of the attribute referrerpolicy.
|
void |
setSandbox(BrowserFrame.Sandbox sandbox)
Sets value of the attribute sandbox.
|
void |
setSandbox(java.util.EnumSet<BrowserFrame.Sandbox> sandboxSet)
Sets value of the attribute sandbox.
|
void |
setSandbox(java.lang.String value)
Sets value of the attribute sandbox.
|
void |
setSrcdoc(java.lang.String value)
Sets value of the attribute srcdoc.
|
addSourceChangeListener, createResource, getAlternateText, getSource, removeSourceChangeListener, setAlternateText, setSource, setSourceaddStyleName, getAlignment, getHeight, getHeightSizeUnit, getHeightUnits, getId, getParent, getStyleName, getWidth, getWidthSizeUnit, getWidthUnits, isEnabled, isEnabledItself, isEnabledRecursive, isResponsive, isVisible, isVisibleItself, isVisibleRecursive, removeStyleName, requestFocus, setAlignment, setEnabled, setHeight, setHeightAuto, setHeightFull, setId, setParent, setResponsive, setSizeAuto, setSizeFull, setStyleName, setVisible, setWidth, setWidthAuto, setWidthFull, unwrap, unwrapCompositiongetContextHelpIconClickHandler, getContextHelpText, isContextHelpTextHtmlEnabled, setContextHelpIconClickHandler, setContextHelpText, setContextHelpTextHtmlEnabledisCaptionAsHtml, setCaptionAsHtmlgetCaption, setCaptiongetDescription, setDescriptionisDescriptionAsHtml, setDescriptionAsHtmlstatic final java.lang.String NAME
java.lang.String getSandbox()
void setSandbox(java.lang.String value)
value - sandboxvoid setSandbox(BrowserFrame.Sandbox sandbox)
sandbox - sandboxvoid setSandbox(java.util.EnumSet<BrowserFrame.Sandbox> sandboxSet)
sandboxSet - EnumSet of BrowserFrame.Sandboxvoid setSrcdoc(java.lang.String value)
value - inline HTML codejava.lang.String getSrcdoc()
void setAllow(java.lang.String value)
value - allowvoid setAllow(BrowserFrame.Allow allow)
allow - allowvoid setAllow(java.util.EnumSet<BrowserFrame.Allow> allowSet)
allowSet - EnumSet of BrowserFrame.Allowjava.lang.String getAllow()
java.lang.String getReferrerPolicy()
void setReferrerPolicy(java.lang.String value)
value - referrerpolicyvoid setReferrerPolicy(BrowserFrame.ReferrerPolicy referrerPolicy)
referrerPolicy - referrerpolicy