Uses of Enum 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.SandboxTypeModifier and TypeMethodDescriptionstatic IFrame.SandboxTypeReturns the enum constant of this class with the specified name.static IFrame.SandboxType[]IFrame.SandboxType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.html with parameters of type IFrame.SandboxTypeModifier and TypeMethodDescriptionvoidIFrame.setSandbox(IFrame.SandboxType... types) Sets the sandbox attribute to the givenIFrame.SandboxTypes.