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