trait IColumn extends Object with IColumnBase

IColumn with required properties.

Annotations
@JSType() @jsenrich()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IColumn
  2. IColumnBase
  3. ClassName
  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 key: String

    In ts, this is String|Int

  2. abstract val minWidth: Int
  3. abstract val name: String

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. val ariaLabel: UndefOr[String]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val className: UndefOr[String]
    Definition Classes
    ClassName
    Annotations
    @JSOptional()
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. val columnActionMode: UndefOr[ColumnActionMode]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  9. val data: UndefOr[Any]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. val fieldName: UndefOr[String]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  13. val filterAriaLabel: UndefOr[String]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. val groupAriaLabel: UndefOr[String]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  16. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val headerClassName: UndefOr[String]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  19. val iconClassName: UndefOr[String]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  20. val iconName: UndefOr[String]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  21. val isCollapsible: UndefOr[Boolean]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  22. val isFiltered: UndefOr[Boolean]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  23. val isGrouped: UndefOr[Boolean]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  24. val isIconOnly: UndefOr[Boolean]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val isMultiline: UndefOr[Boolean]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  27. val isPadded: UndefOr[Boolean]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  28. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  29. val isResizable: UndefOr[Boolean]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  30. val isRowHeader: UndefOr[Boolean]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  31. val isSorted: UndefOr[Boolean]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  32. val isSortedDescending: UndefOr[Boolean]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  33. val maxWidth: UndefOr[Double]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. val onColumnClick: UndefOr[Function2[react.vdom.ReactMouseEvent[Element], Any, Unit]]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  38. val onColumnContextMenu: UndefOr[Function2[Any, Any, Unit]]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  39. val onColumnResize: UndefOr[Function1[Int, Unit]]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  40. val onRender: UndefOr[Function3[Any, Int, Any, ReactNode]]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  41. val onRenderDivider: UndefOr[IRenderFunction[ColumnProps]]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  42. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  43. val sortAscendingAriaLabel: UndefOr[String]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  44. val styles: UndefOr[IStyleFunctionOrObject[ColumnStyleProps, ColumnStyles]]
    Definition Classes
    IColumnBase
    Annotations
    @JSOptional()
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toLocaleString(): String
    Definition Classes
    Object
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  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 IColumnBase

Inherited from ClassName

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped