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>
-
Field Summary
Fields inherited from class org.cxbox.api.data.dto.rowmeta.FieldsDTO
fields -
Constructor Summary
Constructors -
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.FieldsMeta
addConcreteFilterValue, enableFilter, enableSort, setAllFilterValuesByLovType, setAllFilterValuesByLovType, setConcreteFilterValues, setEnumFilterValues, setEphemeral, setFileAccept, setFilterValuesWithIcons, setForceActiveMethods inherited from class org.cxbox.core.dto.rowmeta.RowDependentFieldsMeta
addConcreteValue, disable, disableFields, get, hidden, required, setConcreteValues, setCurrentValue, setDictionaryTypeWithAllValues, setDictionaryTypeWithAllValues, setDictionaryTypeWithConcreteValues, setDictionaryTypeWithConcreteValues, setDictionaryTypeWithConcreteValues, setDictionaryTypeWithConcreteValuesFromList, setDictionaryTypeWithCustomValues, setDictionaryValuesWithIcons, setDictionaryValuesWithIcons, setDisabled, setDisabled, setDrilldown, setDrilldowns, setEnabled, setEnumValues, 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(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
addEngineFilterValues
-
addEngineConcreteValues
-