public class DoubleEntityField extends EntityField
EntityField.Type.DOUBLEEntityField.Type| Constructor and Description |
|---|
DoubleEntityField(java.lang.String name,
java.util.function.Function<java.util.Locale,java.lang.String> filterableAndSortableFieldNameFunction)
Creates a new
DoubleEntityField 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 DoubleEntityField(java.lang.String name,
java.util.function.Function<java.util.Locale,java.lang.String> filterableAndSortableFieldNameFunction)
DoubleEntityField 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