Class

org.nlp4l.framework.builtin

StandardSolrSearchCellAttribute

Related Doc: package builtin

Permalink

class StandardSolrSearchCellAttribute extends CellAttribute

Linear Supertypes
CellAttribute, Serializable, Serializable, Product, Equals, CellView, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandardSolrSearchCellAttribute
  2. CellAttribute
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. CellView
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StandardSolrSearchCellAttribute(searchOn: String, collection: String, idField: String, hlField: String, separatedBy: String, name: String, cellType: CellType, isEditable: Boolean, isSortable: Boolean, userDefinedHashCode: (Any) ⇒ Int = null)

    Permalink

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. val cellType: CellType

    Permalink
    Definition Classes
    CellAttribute
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def columnName: String

    Permalink
    Definition Classes
    CellAttribute
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def format(cell: Any): String

    Permalink

    Format a cell value This method called when cell value displayed by framework

    Format a cell value This method called when cell value displayed by framework

    Definition Classes
    StandardSolrSearchCellAttributeCellView
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. val isFilterable: Boolean

    Permalink
    Definition Classes
    CellAttribute
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. val isSortable: Boolean

    Permalink
    Definition Classes
    CellAttribute
  15. val name: String

    Permalink
    Definition Classes
    CellAttribute
  16. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  19. val searchOn: String

    Permalink
  20. val separatedBy: String

    Permalink
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toDate(edit: String): Date

    Permalink
    Definition Classes
    CellView
  23. def toDouble(edit: String): Double

    Permalink
    Definition Classes
    CellView
  24. def toFloat(edit: String): Float

    Permalink
    Definition Classes
    CellView
  25. def toInt(edit: String): Int

    Permalink

    Convert inputed data to

    Convert inputed data to

    Definition Classes
    CellView
  26. val userDefinedHashCode: (Any) ⇒ Int

    Permalink
    Definition Classes
    CellAttribute
  27. final def wait(): Unit

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

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

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

Inherited from CellAttribute

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CellView

Inherited from AnyRef

Inherited from Any

Ungrouped