public static enum IFrame.SandboxType extends Enum<IFrame.SandboxType>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static IFrame.SandboxType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IFrame.SandboxType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IFrame.SandboxType RESTRICT_ALL
public static final IFrame.SandboxType ALLOW_FORMS
public static final IFrame.SandboxType ALLOW_MODALS
public static final IFrame.SandboxType ALLOW_ORIENTATION_LOCK
public static final IFrame.SandboxType ALLOW_POINTER_LOCK
public static final IFrame.SandboxType ALLOW_POPUPS
public static final IFrame.SandboxType ALLOW_POPUPS_TO_ESCAPE_SANDBOX
public static final IFrame.SandboxType ALLOW_PRESENTATION
public static final IFrame.SandboxType ALLOW_SAME_ORIGIN
public static final IFrame.SandboxType ALLOW_SCRIPTS
public static final IFrame.SandboxType ALLOW_STORAGE_ACCESS_BY_USER_ACTIVATION
public static final IFrame.SandboxType ALLOW_TOP_NAVIGATION
public static final IFrame.SandboxType ALLOW_TOP_NAVIGATION_BY_USER_ACTIVATION
public static IFrame.SandboxType[] values()
for (IFrame.SandboxType c : IFrame.SandboxType.values()) System.out.println(c);
public static IFrame.SandboxType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
Copyright © 2025. All rights reserved.