Uses of Enum Class
adalid.core.enums.SortOption
Packages that use SortOption
-
Uses of SortOption in adalid.core
Fields in adalid.core declared as SortOptionModifier and TypeFieldDescriptionstatic final SortOptionConstants.DEFAULT_EXPORT_SORT_OPTIONstatic final SortOptionConstants.DEFAULT_REPORT_SORT_OPTIONstatic final SortOptionConstants.DEFAULT_SELECT_SORT_OPTIONMethods in adalid.core that return SortOptionModifier and TypeMethodDescriptionstatic SortOptionConstants.getDefaultExportSortOption()DEFAULT_EXPORT_SORT_OPTION getter (for velocity templates)static SortOptionConstants.getDefaultReportSortOption()DEFAULT_REPORT_SORT_OPTION getter (for velocity templates)static SortOptionConstants.getDefaultSelectSortOption()DEFAULT_SELECT_SORT_OPTION getter (for velocity templates)AbstractEntity.getExportSortOption()AbstractEntity.getReportSortOption()AbstractEntity.getSelectSortOption()ExportOperation.getSortOption()KeyField.getSortOption()ReportOperation.getSortOption()ViewField.getSortOption()Methods in adalid.core with parameters of type SortOptionModifier and TypeMethodDescriptionView.newControlField(Property column, SortOption sort) El método newControlField se utiliza para agregar propiedades de control a la vista.View.newDetailField(Property column, SortOption sort) El método newDetailField se utiliza para agregar propiedades de detalle a la vista.View.newDetailField(Property column, ViewFieldAggregation aggregation, SortOption sort) El método newDetailField se utiliza para agregar propiedades de detalle a la vista.voidKey.newKeyField(Property property, SortOption sortOption) El método newKeyField se utiliza para agregar propiedades a la clave. -
Uses of SortOption in adalid.core.enums
Methods in adalid.core.enums that return SortOptionModifier and TypeMethodDescriptionstatic SortOptionReturns the enum constant of this class with the specified name.static SortOption[]SortOption.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SortOption in adalid.core.interfaces
Methods in adalid.core.interfaces that return SortOptionModifier and TypeMethodDescriptionEntity.getExportSortOption()SortCriteria.getOrden()Entity.getReportSortOption()Entity.getSelectSortOption()Methods in adalid.core.interfaces with parameters of type SortOption -
Uses of SortOption in adalid.core.programmers
Methods in adalid.core.programmers with parameters of type SortOption