Uses of Enum Class
adalid.core.enums.BooleanDisplayType
Packages that use BooleanDisplayType
-
Uses of BooleanDisplayType in adalid.core
Methods in adalid.core that return BooleanDisplayTypeModifier and TypeMethodDescriptionAbstractPersistentEnumerationEntity.getBooleanEnumerationDisplayType()Project.getDefaultBooleanDisplayType()Methods in adalid.core with parameters of type BooleanDisplayTypeModifier and TypeMethodDescriptionvoidAbstractPersistentEnumerationEntity.setBooleanEnumerationDisplayType(BooleanDisplayType displayType) voidProject.setDefaultBooleanDisplayType(BooleanDisplayType type) El método setDefaultRequiredBooleanDisplayType se utiliza para establecer el tipo predeterminado de componente que se utiliza para mostrar el valor de propiedades Boolean que no permiten valores nulos en las vistas (páginas) de consulta y registro, y de parámetros Boolean requeridos en las vistas (páginas) de ejecución de operaciones de negocio. -
Uses of BooleanDisplayType in adalid.core.data.types
Methods in adalid.core.data.types that return BooleanDisplayTypeModifier and TypeMethodDescriptionBooleanData.getBooleanDisplayType()BooleanData.rawBooleanDisplayType()Methods in adalid.core.data.types with parameters of type BooleanDisplayTypeModifier and TypeMethodDescriptionvoidBooleanData.setBooleanDisplayType(BooleanDisplayType displayType) -
Uses of BooleanDisplayType in adalid.core.enums
Methods in adalid.core.enums that return BooleanDisplayTypeModifier and TypeMethodDescriptionstatic BooleanDisplayTypeReturns the enum constant of this class with the specified name.static BooleanDisplayType[]BooleanDisplayType.values()Returns an array containing the constants of this enum class, in the order they are declared.