public class DateTimeEntityField extends EntityField
EntityField.Type.DATE_TIMEEntityField.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, toStringpublic 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 FunctionfilterableFieldNameFunction - the filterable field name Function