public class DateTimeEntityField extends EntityField
EntityField.Type.DATE_TIME
EntityField.Type
Constructor and Description |
---|
DateTimeEntityField(java.lang.String name,
java.util.function.Function<java.util.Locale,java.lang.String> sortableFieldNameFunction,
java.util.function.Function<java.util.Locale,java.lang.String> filterableFieldNameFunction)
Creates a new
EntityField with a Function to convert the
entity field's name to a filterable/sortable field name for a locale. |
getFilterableName, getFilterableValue, getName, getSortableName, getType, toString
public DateTimeEntityField(java.lang.String name, java.util.function.Function<java.util.Locale,java.lang.String> sortableFieldNameFunction, java.util.function.Function<java.util.Locale,java.lang.String> filterableFieldNameFunction)
EntityField
with a Function
to convert the
entity field's name to a filterable/sortable field name for a locale.name
- the entity field's namesortableFieldNameFunction
- the sortable field name Function
filterableFieldNameFunction
- the filterable field name Function