Uses of Class
com.vaadin.flow.component.html.IFrame.SandboxType
-
-
Uses of IFrame.SandboxType in com.vaadin.flow.component.html
Methods in com.vaadin.flow.component.html that return IFrame.SandboxType Modifier and Type Method Description static IFrame.SandboxTypeIFrame.SandboxType. valueOf(String name)Returns the enum constant of this type with the specified name.static IFrame.SandboxType[]IFrame.SandboxType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.html with parameters of type IFrame.SandboxType Modifier and Type Method Description voidIFrame. setSandbox(IFrame.SandboxType... types)Sets the sandbox attribute to the givenIFrame.SandboxTypes.
-