Uses of Class
adalid.core.enums.UrlDisplayType
-
Packages that use UrlDisplayType Package Description adalid.core.annotations adalid.core.data.types adalid.core.enums -
-
Uses of UrlDisplayType in adalid.core.annotations
Methods in adalid.core.annotations that return UrlDisplayType Modifier and Type Method Description UrlDisplayTypeurlDisplayType()urlDisplayType indica el tipo de componente que se utiliza para mostrar el valor de la propiedad en las vistas (páginas) de consulta y registro.UrlDisplayTypeurlDisplayType()urlDisplayType indica el tipo de componente que se utiliza para mostrar el valor de la propiedad en las vistas (páginas) de consulta y registro. -
Uses of UrlDisplayType in adalid.core.data.types
Methods in adalid.core.data.types that return UrlDisplayType Modifier and Type Method Description UrlDisplayTypeStringData. getUrlDisplayType()Methods in adalid.core.data.types with parameters of type UrlDisplayType Modifier and Type Method Description voidStringData. setUrlDisplayType(UrlDisplayType type) -
Uses of UrlDisplayType in adalid.core.enums
Methods in adalid.core.enums that return UrlDisplayType Modifier and Type Method Description static UrlDisplayTypeUrlDisplayType. valueOf(String name)Returns the enum constant of this type with the specified name.static UrlDisplayType[]UrlDisplayType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-