Uses of Class
adalid.core.enums.EntityReferenceProperty
-
Packages that use EntityReferenceProperty Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of EntityReferenceProperty in adalid.core
Methods in adalid.core that return EntityReferenceProperty Modifier and Type Method Description EntityReferencePropertyAbstractEntity. getReferenceFilterBy()EntityReferencePropertyAbstractEntity. getReferenceSortBy() -
Uses of EntityReferenceProperty in adalid.core.annotations
Methods in adalid.core.annotations that return EntityReferenceProperty Modifier and Type Method Description EntityReferencePropertyfilter()filter especifica la propiedad de la entidad referenciada que será utilizada por la función de filtro rápido de las vistas (páginas) de presentación tabular.EntityReferencePropertysort()sort especifica la propiedad de la entidad referenciada que será utilizada por la función de ordenado rápido de las vistas (páginas) de presentación tabular. -
Uses of EntityReferenceProperty in adalid.core.enums
Methods in adalid.core.enums that return EntityReferenceProperty Modifier and Type Method Description static EntityReferencePropertyEntityReferenceProperty. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityReferenceProperty[]EntityReferenceProperty. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityReferenceProperty in adalid.core.interfaces
Methods in adalid.core.interfaces that return EntityReferenceProperty Modifier and Type Method Description EntityReferencePropertyEntity. getReferenceFilterBy()EntityReferencePropertyEntity. getReferenceSortBy()
-