Package org.cxbox.core.dto.rowmeta
Class EngineFieldsMeta<T extends org.cxbox.api.data.dto.DataResponseDTO>
java.lang.Object
org.cxbox.api.data.dto.rowmeta.FieldsDTO
org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta<T>
org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryDeprecatedMeta<T>
org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryMeta<T>
org.cxbox.core.dto.rowmeta.RowDependentFieldsMeta<T>
org.cxbox.core.dto.rowmeta.FieldsCommonMeta<T>
org.cxbox.core.dto.rowmeta.FieldsDictionaryDeprecatedMeta<T>
org.cxbox.core.dto.rowmeta.FieldsDictionaryMeta<T>
org.cxbox.core.dto.rowmeta.FieldsGroupingHierarchyMeta<T>
org.cxbox.core.dto.rowmeta.FieldsMeta<T>
org.cxbox.core.dto.rowmeta.EngineFieldsMeta<T>
- All Implemented Interfaces:
Iterable<org.cxbox.api.data.dto.rowmeta.FieldDTO>
public class EngineFieldsMeta<T extends org.cxbox.api.data.dto.DataResponseDTO>
extends FieldsMeta<T>
-
Field Summary
Fields inherited from class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
objectMapperFields inherited from class org.cxbox.api.data.dto.rowmeta.FieldsDTO
fields -
Constructor Summary
ConstructorsConstructorDescriptionEngineFieldsMeta(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Optional<DictionaryProvider> dictionaryProvider) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddEngineConcreteValues(String field, List<org.cxbox.api.data.dictionary.SimpleDictionary> valuesList) final voidaddEngineFilterValues(String field, List<org.cxbox.api.data.dictionary.SimpleDictionary> valuesList) Methods inherited from class org.cxbox.core.dto.rowmeta.FieldsGroupingHierarchyMeta
defaultGroupingHierarchy, defaultGroupingHierarchy, defaultGroupingHierarchy, defaultGroupingHierarchy, defaultGroupingHierarchyMethods inherited from class org.cxbox.core.dto.rowmeta.FieldsDictionaryMeta
setDictionaryFilterValues, setDictionaryFilterValues, setDictionaryIcons, setEnumFilterValues, setEnumIconsMethods inherited from class org.cxbox.core.dto.rowmeta.FieldsDictionaryDeprecatedMeta
setAllFilterValuesByLovType, setAllFilterValuesByLovType, setAllValuesWithIcons, setAllValuesWithIconsMethods inherited from class org.cxbox.core.dto.rowmeta.FieldsCommonMeta
addConcreteFilterValue, enableFilter, enableSort, setConcreteFilterValues, setEphemeral, setFileAccept, setForceActiveMethods inherited from class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryMeta
setDictionaryValues, setDictionaryValues, setEnumValuesMethods inherited from class org.cxbox.core.dto.rowmeta.RowDependentFieldsDictionaryDeprecatedMeta
setDictionaryTypeWithAllValues, setDictionaryTypeWithAllValues, setDictionaryTypeWithConcreteValues, setDictionaryTypeWithConcreteValues, setDictionaryTypeWithConcreteValues, setDictionaryTypeWithConcreteValuesFromList, setDictionaryTypeWithCustomValuesMethods inherited from class org.cxbox.core.dto.rowmeta.RowDependentFieldsCommonMeta
addConcreteValue, disable, disableFields, get, getCurrentValue, hidden, isFieldChangedNow, required, setConcreteValues, setCurrentValue, setDisabled, setDisabled, setDrilldown, setDrilldowns, setDrilldownWithFilter, setEnabled, setHidden, setNotHidden, setNotRequired, setPlaceholder, setRequiredMethods inherited from class org.cxbox.api.data.dto.rowmeta.FieldsDTO
add, get, iterator, ofMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
EngineFieldsMeta
public EngineFieldsMeta(@Qualifier("cxboxObjectMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper, Optional<DictionaryProvider> dictionaryProvider)
-
-
Method Details
-
addEngineFilterValues
-
addEngineConcreteValues
-