Uses of Class
org.cxbox.core.dto.rowmeta.RowDependentFieldsMeta
Packages that use RowDependentFieldsMeta
-
Uses of RowDependentFieldsMeta in org.cxbox.core.dto.rowmeta
Subclasses of RowDependentFieldsMeta in org.cxbox.core.dto.rowmetaModifier and TypeClassDescriptionclassEngineFieldsMeta<T extends org.cxbox.api.data.dto.DataResponseDTO>classFieldsMeta<T extends org.cxbox.api.data.dto.DataResponseDTO>Methods in org.cxbox.core.dto.rowmeta with parameters of type RowDependentFieldsMetaModifier and TypeMethodDescriptionstatic voidFieldsMeta.setDictionaryTypeWithAllValues(RowDependentFieldsMeta<?> fields, DtoField<?, ?> field, org.cxbox.api.data.dictionary.IDictionaryType type, Comparator<org.cxbox.api.data.dictionary.SimpleDictionary> comparator) static voidFieldsMeta.setDictionaryTypeWithAllValuesOrdered(RowDependentFieldsMeta<?> fields, DtoField<?, ?> field, org.cxbox.api.data.dictionary.IDictionaryType type) The method allows sorting LOV values to set the display order, in accordance with the specified order in the CSV file, by setting Values to the corresponding value. -
Uses of RowDependentFieldsMeta in org.cxbox.core.service.rowmeta
Methods in org.cxbox.core.service.rowmeta with parameters of type RowDependentFieldsMetaModifier and TypeMethodDescriptionvoidAnySourceFieldMetaBuilder.buildExtremeRowDependentMeta(RowDependentFieldsMeta<T> fields, BcDescription bcDescription, String id, String parentId) voidFieldMetaBuilder.buildExtremeRowDependentMeta(RowDependentFieldsMeta<T> fields, ExtremeBcDescription bcDescription, Long id, Long parentId) voidAnySourceFieldMetaBuilder.buildRowDependentMeta(RowDependentFieldsMeta<T> fields, BusinessComponent bc) abstract voidAnySourceFieldMetaBuilder.buildRowDependentMeta(RowDependentFieldsMeta<T> fields, BcDescription bcDescription, String id, String parentId) voidFieldMetaBuilder.buildRowDependentMeta(RowDependentFieldsMeta<T> fields, BusinessComponent bc) abstract voidFieldMetaBuilder.buildRowDependentMeta(RowDependentFieldsMeta<T> fields, InnerBcDescription bcDescription, Long id, Long parentId)