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>classFieldsCommonMeta<T extends org.cxbox.api.data.dto.DataResponseDTO>classFieldsDictionaryDeprecatedMeta<T extends org.cxbox.api.data.dto.DataResponseDTO>classFieldsDictionaryMeta<T extends org.cxbox.api.data.dto.DataResponseDTO>classFieldsGroupingHierarchyMeta<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 TypeMethodDescription<V> booleanRowDependentFieldsCommonMeta.isFieldChangedNow(RowDependentFieldsMeta<T> fields, DtoField<? super T, V> field) Сhecks whether the specified field was modified by the user in the UI (Frontend) during the current iteration. -
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)