PredicateChip

com.worxbend.ferrite.search.PredicateChip
final case class PredicateChip(label: String, value: String, removeUrl: String)

One payload or extension predicate in the filter bar.

Field-for-field the same shape as com.worxbend.ferrite.web.view.Chip and deliberately not that type: the chips built in the presenter come from a fixed table of parameter names, and these come from parameters whose names the user invented. Sharing the record would suggest the two are produced the same way.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product