public class IdEntityField extends EntityField
EntityField.Type.IDEntityField.Type| Constructor and Description |
|---|
IdEntityField(java.lang.String name,
java.util.function.Function<java.util.Locale,java.lang.String> filterableAndSortableFieldNameFunction,
java.util.function.Function<java.lang.Object,java.lang.String> filterableFieldValueFunction)
Creates a new
IdEntityField with a Function to convert
the entity field's name to a filterable/sortable field name for a locale. |
getFilterableName, getFilterableValue, getName, getSortableName, getType, toStringpublic IdEntityField(java.lang.String name,
java.util.function.Function<java.util.Locale,java.lang.String> filterableAndSortableFieldNameFunction,
java.util.function.Function<java.lang.Object,java.lang.String> filterableFieldValueFunction)
IdEntityField with a Function to convert
the entity field's name to a filterable/sortable field name for a locale.name - the entity field's namefilterableAndSortableFieldNameFunction - the Function that
converts the entity field's name to a filterable/sortable field
name for a localefilterableFieldValueFunction - the Function that converts
the entity field's value to a filterable field value