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