t

fabric.components

IColumnBase

trait IColumnBase extends Object with ClassName

Base properties less those that are required.

Annotations
@JSType()
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IColumnBase
  2. ClassName
  3. Object
  4. Any
  5. AnyRef
  6. 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. val ariaLabel: UndefOr[String]
    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]
    Annotations
    @JSOptional()
  9. val data: UndefOr[Any]
    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]
    Annotations
    @JSOptional()
  13. val filterAriaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. val groupAriaLabel: UndefOr[String]
    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]
    Annotations
    @JSOptional()
  19. val iconClassName: UndefOr[String]
    Annotations
    @JSOptional()
  20. val iconName: UndefOr[String]
    Annotations
    @JSOptional()
  21. val isCollapsible: UndefOr[Boolean]
    Annotations
    @JSOptional()
  22. val isFiltered: UndefOr[Boolean]
    Annotations
    @JSOptional()
  23. val isGrouped: UndefOr[Boolean]
    Annotations
    @JSOptional()
  24. val isIconOnly: UndefOr[Boolean]
    Annotations
    @JSOptional()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val isMultiline: UndefOr[Boolean]
    Annotations
    @JSOptional()
  27. val isPadded: UndefOr[Boolean]
    Annotations
    @JSOptional()
  28. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  29. val isResizable: UndefOr[Boolean]
    Annotations
    @JSOptional()
  30. val isRowHeader: UndefOr[Boolean]
    Annotations
    @JSOptional()
  31. val isSorted: UndefOr[Boolean]
    Annotations
    @JSOptional()
  32. val isSortedDescending: UndefOr[Boolean]
    Annotations
    @JSOptional()
  33. val maxWidth: UndefOr[Double]
    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]]
    Annotations
    @JSOptional()
  38. val onColumnContextMenu: UndefOr[Function2[Any, Any, Unit]]
    Annotations
    @JSOptional()
  39. val onColumnResize: UndefOr[Function1[Int, Unit]]
    Annotations
    @JSOptional()
  40. val onRender: UndefOr[Function3[Any, Int, Any, ReactNode]]
    Annotations
    @JSOptional()
  41. val onRenderDivider: UndefOr[IRenderFunction[ColumnProps]]
    Annotations
    @JSOptional()
  42. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  43. val sortAscendingAriaLabel: UndefOr[String]
    Annotations
    @JSOptional()
  44. val styles: UndefOr[IStyleFunctionOrObject[ColumnStyleProps, ColumnStyles]]
    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 ClassName

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped