Uses of Class
adalid.core.enums.EmbeddedDocumentSandbox
-
Packages that use EmbeddedDocumentSandbox Package Description adalid.core.annotations adalid.core.data.types adalid.core.enums -
-
Uses of EmbeddedDocumentSandbox in adalid.core.annotations
Methods in adalid.core.annotations that return EmbeddedDocumentSandbox Modifier and Type Method Description EmbeddedDocumentSandboxsandbox()sandbox habilita un conjunto adicional de restricciones para el contenido en el iframe. -
Uses of EmbeddedDocumentSandbox in adalid.core.data.types
Methods in adalid.core.data.types that return EmbeddedDocumentSandbox Modifier and Type Method Description EmbeddedDocumentSandboxStringData. getSandbox()Methods in adalid.core.data.types with parameters of type EmbeddedDocumentSandbox Modifier and Type Method Description voidStringData. setSandbox(EmbeddedDocumentSandbox sandbox) -
Uses of EmbeddedDocumentSandbox in adalid.core.enums
Methods in adalid.core.enums that return EmbeddedDocumentSandbox Modifier and Type Method Description static EmbeddedDocumentSandboxEmbeddedDocumentSandbox. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EmbeddedDocumentSandbox[]EmbeddedDocumentSandbox. values()Returns an array containing the constants of this enum type, in the order they are declared.
-