Package org.cxbox.core.dto.rowmeta
Class FieldsMeta<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>
- All Implemented Interfaces:
Iterable<org.cxbox.api.data.dto.rowmeta.FieldDTO>
- Direct Known Subclasses:
EngineFieldsMeta
public class FieldsMeta<T extends org.cxbox.api.data.dto.DataResponseDTO>
extends FieldsGroupingHierarchyMeta<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
ConstructorsConstructorDescriptionFieldsMeta(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Optional<DictionaryProvider> dictionaryProvider) -
Method Summary
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, required, setConcreteValues, setCurrentValue, setDisabled, setDisabled, setDrilldown, setDrilldowns, 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
-
FieldsMeta
public FieldsMeta(@Qualifier("cxboxObjectMapper") com.fasterxml.jackson.databind.ObjectMapper objectMapper, Optional<DictionaryProvider> dictionaryProvider)
-