Packages

trait BaseProps extends Object with Item.Props

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

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 cellStyleProps: UndefOr[CellStyleProps]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  6. val checkboxCellClassName: UndefOr[String]
    Annotations
    @JSOptional()
  7. val checkboxVisibility: UndefOr[CheckboxVisibility]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  8. val className: UndefOr[String]
    Annotations
    @JSOptional()
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val columns: UndefOr[Array[IColumn]]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  11. val compact: UndefOr[Boolean]
    Annotations
    @JSOptional()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. val groupNestingDepth: UndefOr[Double]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  16. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val indentWidth: UndefOr[Double]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  21. val item: UndefOr[Any]
    Annotations
    @JSOptional()
  22. val itemIndex: UndefOr[Int]
    Annotations
    @JSOptional()
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  27. val selection: UndefOr[ISelection[Object]]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  28. val selectionMode: UndefOr[SelectionMode]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  29. val shimmer: UndefOr[Boolean]
    Annotations
    @JSOptional()
  30. val skipViewportMeasures: UndefOr[Boolean]
    Definition Classes
    IViewportProps
    Annotations
    @JSOptional()
  31. val styles: UndefOr[IStyleFunctionOrObject[StyleProps, Styles]]
    Annotations
    @JSOptional()
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val theme: UndefOr[ITheme]
    Annotations
    @JSOptional()
  34. def toLocaleString(): String
    Definition Classes
    Object
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. val useReducedRowRenderer: UndefOr[Boolean]
    Annotations
    @JSOptional()
  37. def valueOf(): Any
    Definition Classes
    Object
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. 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 Item.Props

Inherited from IViewportProps

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped