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