Uses of Class
adalid.core.enums.MasterDetailView
-
Packages that use MasterDetailView Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of MasterDetailView in adalid.core
Methods in adalid.core that return MasterDetailView Modifier and Type Method Description MasterDetailViewAbstractEntity. getMasterDetailView() -
Uses of MasterDetailView in adalid.core.annotations
Methods in adalid.core.annotations that return MasterDetailView Modifier and Type Method Description MasterDetailViewview()view especifica la disponibilidad de vistas (páginas) Maestro/Detalle de la entidad que tengan a la entidad referenciada como maestro. -
Uses of MasterDetailView in adalid.core.enums
Methods in adalid.core.enums that return MasterDetailView Modifier and Type Method Description static MasterDetailViewMasterDetailView. valueOf(String name)Returns the enum constant of this type with the specified name.static MasterDetailView[]MasterDetailView. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MasterDetailView in adalid.core.interfaces
Methods in adalid.core.interfaces that return MasterDetailView Modifier and Type Method Description MasterDetailViewEntityReference. getMasterDetailView()
-