Uses of Class
adalid.core.enums.BooleanDisplayType
-
Packages that use BooleanDisplayType Package Description adalid.core adalid.core.annotations adalid.core.data.types adalid.core.enums -
-
Uses of BooleanDisplayType in adalid.core
Methods in adalid.core that return BooleanDisplayType Modifier and Type Method Description BooleanDisplayTypeProject. getDefaultBooleanDisplayType()Methods in adalid.core with parameters of type BooleanDisplayType Modifier and Type Method Description 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.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(java.lang.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.
-