Uses of Class
adalid.core.enums.DataEntryFormat
-
Packages that use DataEntryFormat Package Description adalid.core adalid.core.annotations adalid.core.enums -
-
Uses of DataEntryFormat in adalid.core
Methods in adalid.core that return DataEntryFormat Modifier and Type Method Description DataEntryFormatEntityCollection. getDataEntryFormat()Methods in adalid.core with parameters of type DataEntryFormat Modifier and Type Method Description voidEntityCollection. setDataEntryFormat(DataEntryFormat format)El método setDataEntryFormat se utiliza para establecer el orden de búsqueda de la vista (página) para entrada de datos de la colección. -
Uses of DataEntryFormat in adalid.core.annotations
Methods in adalid.core.annotations that return DataEntryFormat Modifier and Type Method Description DataEntryFormatformat()format especifica el orden de búsqueda de la vista (página) para entrada de datos de la colección. -
Uses of DataEntryFormat in adalid.core.enums
Methods in adalid.core.enums that return DataEntryFormat Modifier and Type Method Description static DataEntryFormatDataEntryFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DataEntryFormat[]DataEntryFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-