Packages

trait Props[T <: Object] extends Object with IViewportProps with ComponentRef[IList]

Annotations
@JSType()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. ComponentRef
  3. IViewportProps
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val items: Array[T]

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val checkboxCellClassName: UndefOr[String]
    Annotations
    @JSOptional()
  6. val className: UndefOr[String]
    Annotations
    @JSOptional()
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val columns: UndefOr[|[|[Array[IColumn], Array[Object]], Array[Dynamic]]]
    Annotations
    @JSOptional()
  9. val compact: UndefOr[Boolean]
    Annotations
    @JSOptional()
  10. val componentRef: UndefOr[Ref[IList]]

    Take any kind of Ref[T].

    Take any kind of Ref[T].

    Definition Classes
    ComponentRef
    Annotations
    @JSOptional()
  11. val componentRefCallback: UndefOr[RefCb[IList]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  12. val componentRefMutable: UndefOr[MutableRef[IList]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  13. val componentRefReact: UndefOr[ReactRef[IList]]
    Definition Classes
    ComponentRef
    Annotations
    @JSOptional() @JSName("componentRef")
  14. val constrainMode: UndefOr[Int]
    Annotations
    @JSOptional()
  15. val enterModelSelectionOnTouch: UndefOr[Boolean]
    Annotations
    @JSOptional()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val getKey: UndefOr[|[Function2[T, UndefOr[Int], |[String, Int]], Function1[T, |[String, Int]]]]
    Annotations
    @JSOptional()
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val initialFocusedIndex: UndefOr[Int]
    Annotations
    @JSOptional()
  23. val isHeaderVisible: UndefOr[Boolean]
    Annotations
    @JSOptional()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  26. val layoutMode: UndefOr[Int]
    Annotations
    @JSOptional()
  27. val maximumPixelsForDrag: UndefOr[Int]
    Annotations
    @JSOptional()
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. val onActiveItemChanged: UndefOr[OAIC[T]]

    You can still be "active" but not deselected.

    You can still be "active" but not deselected.

    Annotations
    @JSOptional()
  32. val onColumnHeaderClick: UndefOr[OCHC[T]]
    Annotations
    @JSOptional()
  33. val onItemInvoked: UndefOr[OII[T]]
    Annotations
    @JSOptional()
  34. val onRenderDetailsHeader: UndefOr[IRenderFunction[Details.Header.Props]]
    Annotations
    @JSOptional()
  35. val onRenderMissingItem: UndefOr[Function1[Int, Any]]
    Annotations
    @JSOptional()
  36. val onRenderRow: UndefOr[IRenderFunction[Details.Row.Props]]
    Annotations
    @JSOptional()
  37. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  38. val renderCount: UndefOr[Int]
    Annotations
    @JSOptional()
  39. val selection: UndefOr[ISelection[T]]
    Annotations
    @JSOptional()
  40. val selectionMode: UndefOr[SelectionMode]
    Annotations
    @JSOptional()
  41. val selectionPreservedOnEmptyClick: UndefOr[Boolean]
    Annotations
    @JSOptional()
  42. val setKey: UndefOr[String]
    Annotations
    @JSOptional()
  43. val skipViewportMeasures: UndefOr[Boolean]
    Definition Classes
    IViewportProps
    Annotations
    @JSOptional()
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toLocaleString(): String
    Definition Classes
    Object
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. val usePageCache: UndefOr[Boolean]
    Annotations
    @JSOptional()
  48. def valueOf(): Any
    Definition Classes
    Object
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ComponentRef[IList]

Inherited from IViewportProps

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped