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.RowDependentFieldsMeta<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>
-
-
Constructor Summary
Constructors Constructor Description EngineFieldsMeta(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEngineConcreteValues(String field, List<org.cxbox.api.data.dictionary.SimpleDictionary> valuesList)voidaddEngineFilterValues(String field, List<org.cxbox.api.data.dictionary.SimpleDictionary> valuesList)-
Methods inherited from class org.cxbox.core.dto.rowmeta.FieldsMeta
addConcreteFilterValue, enableFilter, setAllFilterValuesByLovType, setConcreteFilterValues, setEnumFilterValues, setEphemeral, setFilterValuesWithIcons, setForceActive, setHidden
-
Methods inherited from class org.cxbox.core.dto.rowmeta.RowDependentFieldsMeta
addConcreteValue, disable, disableFields, get, required, setConcreteValues, setCurrentValue, setDictionaryTypeWithAllValues, setDictionaryTypeWithAllValues, setDictionaryTypeWithConcreteValues, setDictionaryTypeWithConcreteValues, setDictionaryTypeWithConcreteValues, setDictionaryTypeWithConcreteValuesFromList, setDictionaryTypeWithCustomValues, setDictionaryValuesWithIcons, setDictionaryValuesWithIcons, setDisabled, setDisabled, setDrilldown, setDrilldowns, setEnabled, setEnumValues, setNotRequired, setPlaceholder, setRequired
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-