Uses of Class
adalid.core.enums.BooleanDisplayType
-
Packages that use BooleanDisplayType Package Description adalid.core.annotations adalid.core.data.types adalid.core.enums -
-
Uses of BooleanDisplayType in adalid.core.annotations
Methods in adalid.core.annotations that return BooleanDisplayType Modifier and Type Method Description BooleanDisplayTypedisplayType()displayType indica el tipo de componente que se utiliza para mostrar el valor de la propiedad en las vistas (páginas) de consulta y registro, o del parámetro 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 BooleanDisplayType Modifier and Type Method Description BooleanDisplayTypeBooleanData. getBooleanDisplayType()BooleanDisplayTypeBooleanData. rawBooleanDisplayType()Methods in adalid.core.data.types with parameters of type BooleanDisplayType Modifier and Type Method Description voidBooleanData. setBooleanDisplayType(BooleanDisplayType displayType) -
Uses of BooleanDisplayType in adalid.core.enums
Methods in adalid.core.enums that return BooleanDisplayType Modifier and Type Method Description static BooleanDisplayTypeBooleanDisplayType. valueOf(String name)Returns the enum constant of this type with the specified name.static BooleanDisplayType[]BooleanDisplayType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-