Trait

com.commercetools.sunrise.search.facetedsearch.terms

TermFacetedSearchFormSettings

Related Doc: package terms

Permalink

trait TermFacetedSearchFormSettings[T] extends ConfiguredTermFacetedSearchFormSettings with BaseTermFacetedSearchFormSettings[T, String]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TermFacetedSearchFormSettings
  2. BaseTermFacetedSearchFormSettings
  3. FormSettings
  4. FacetedSearchFormSettings
  5. ConfiguredTermFacetedSearchFormSettings
  6. WithFormFieldName
  7. ConfiguredFacetedSearchFormSettingsWithOptions
  8. BaseFacetedSearchWithOptions
  9. ConfiguredFacetedSearchFormSettings
  10. BaseFacetedSearchFormSettings
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def configuration(): ConfiguredTermFacetedSearchFormSettings

    Permalink
  2. abstract def getAttributePath(): String

    Permalink
    Definition Classes
    ConfiguredFacetedSearchFormSettings → BaseFacetedSearchFormSettings
  3. abstract def getFieldLabel(): String

    Permalink
    Definition Classes
    ConfiguredFacetedSearchFormSettings → BaseFacetedSearchFormSettings
  4. abstract def getFieldName(): String

    Permalink
    Definition Classes
    WithFormFieldName
  5. abstract def getLimit(): Long

    Permalink
  6. abstract def getMapperSettings(): TermFacetMapperSettings

    Permalink
  7. abstract def getThreshold(): Long

    Permalink
  8. abstract def getUIType(): String

    Permalink
    Definition Classes
    ConfiguredFacetedSearchFormSettings → BaseFacetedSearchFormSettings
  9. abstract def isCountDisplayed(): Boolean

    Permalink
    Definition Classes
    ConfiguredFacetedSearchFormSettings → BaseFacetedSearchFormSettings
  10. abstract def isMatchingAll(): Boolean

    Permalink
    Definition Classes
    BaseFacetedSearchWithOptions
  11. abstract def isMultiSelect(): Boolean

    Permalink
    Definition Classes
    BaseFacetedSearchWithOptions

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def buildFacetExpression(): TermFacetExpression[T]

    Permalink
  6. def buildFacetedSearchExpression(httpContext: Context): TermFacetedSearchExpression[T]

    Permalink
  7. def buildFilterExpressions(httpContext: Context): List[FilterExpression[T]]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findFacetResult(pagedSearchResult: PagedSearchResult[T]): Optional[TermFacetResult]

    Permalink
  13. def getAllSelectedValues(httpContext: Context): List[String]

    Permalink
    Definition Classes
    FormSettings
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getSelectedValue(httpContext: Context): Optional[String]

    Permalink
    Definition Classes
    FormSettings
  16. def getSelectedValuesAsRawList(httpContext: Context): List[String]

    Permalink
    Definition Classes
    WithFormFieldName
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def isValidValue(value: String): Boolean

    Permalink
  20. def mapFieldValueToValue(fieldValue: String): Optional[String]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseTermFacetedSearchFormSettings[T, String]

Inherited from FormSettings[String]

Inherited from FacetedSearchFormSettings[T]

Inherited from WithFormFieldName

Inherited from BaseFacetedSearchWithOptions

Inherited from BaseFacetedSearchFormSettings

Inherited from AnyRef

Inherited from Any

Ungrouped