Uses of Class
adalid.core.enums.EmbeddedDocumentLoading
-
Packages that use EmbeddedDocumentLoading Package Description adalid.core.annotations adalid.core.data.types adalid.core.enums -
-
Uses of EmbeddedDocumentLoading in adalid.core.annotations
Methods in adalid.core.annotations that return EmbeddedDocumentLoading Modifier and Type Method Description EmbeddedDocumentLoadingloading()loading especifica si el navegador debe cargar el documento inmediatamente, o posponer la carga hasta que se cumplan ciertas condiciones. -
Uses of EmbeddedDocumentLoading in adalid.core.data.types
Methods in adalid.core.data.types that return EmbeddedDocumentLoading Modifier and Type Method Description EmbeddedDocumentLoadingStringData. getLoading()Methods in adalid.core.data.types with parameters of type EmbeddedDocumentLoading Modifier and Type Method Description voidStringData. setLoading(EmbeddedDocumentLoading loading) -
Uses of EmbeddedDocumentLoading in adalid.core.enums
Methods in adalid.core.enums that return EmbeddedDocumentLoading Modifier and Type Method Description static EmbeddedDocumentLoadingEmbeddedDocumentLoading. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EmbeddedDocumentLoading[]EmbeddedDocumentLoading. values()Returns an array containing the constants of this enum type, in the order they are declared.
-