final case class ReactGridLayout(width: JsNumber, className: UndefOr[String] = js.undefined, style: UndefOr[Style] = js.undefined, autoSize: UndefOr[Boolean] = js.undefined, cols: UndefOr[Int] = js.undefined, draggableCancel: UndefOr[String] = js.undefined, draggableHandle: UndefOr[String] = js.undefined, compactType: UndefOr[CompactType] = js.undefined, layout: Layout = Layout.Empty, margin: UndefOr[Margin] = js.undefined, containerPadding: UndefOr[ContainerPadding] = js.undefined, rowHeight: UndefOr[Int] = js.undefined, maxRows: UndefOr[Int] = js.undefined, isDraggable: UndefOr[Boolean] = js.undefined, isResizable: UndefOr[Boolean] = js.undefined, isDroppable: UndefOr[Boolean] = js.undefined, preventCollision: UndefOr[Boolean] = js.undefined, useCSSTransforms: UndefOr[Boolean] = js.undefined, transformScale: UndefOr[JsNumber] = js.undefined, droppingItem: UndefOr[DroppingItem] = js.undefined, onLayoutChange: OnLayoutChange = _ => Callback.empty, onDragStart: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onDrag: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onDragStop: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onResizeStart: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onResize: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onResizeStop: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onDrop: DropCallback = (_, _, _, _) => Callback.empty, modifiers: Seq[TagMod] = Seq.empty) extends GenericComponentPAC[ReactGridLayoutProps, ReactGridLayout] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentAC[ReactGridLayoutProps, PropsAndChildren, Unit, ReactGridLayout], PassthroughAC[ReactGridLayoutProps], Passthrough[ReactGridLayoutProps], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactGridLayout
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentAC
  6. PassthroughAC
  7. Passthrough
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReactGridLayout(width: JsNumber, className: UndefOr[String] = js.undefined, style: UndefOr[Style] = js.undefined, autoSize: UndefOr[Boolean] = js.undefined, cols: UndefOr[Int] = js.undefined, draggableCancel: UndefOr[String] = js.undefined, draggableHandle: UndefOr[String] = js.undefined, compactType: UndefOr[CompactType] = js.undefined, layout: Layout = Layout.Empty, margin: UndefOr[Margin] = js.undefined, containerPadding: UndefOr[ContainerPadding] = js.undefined, rowHeight: UndefOr[Int] = js.undefined, maxRows: UndefOr[Int] = js.undefined, isDraggable: UndefOr[Boolean] = js.undefined, isResizable: UndefOr[Boolean] = js.undefined, isDroppable: UndefOr[Boolean] = js.undefined, preventCollision: UndefOr[Boolean] = js.undefined, useCSSTransforms: UndefOr[Boolean] = js.undefined, transformScale: UndefOr[JsNumber] = js.undefined, droppingItem: UndefOr[DroppingItem] = js.undefined, onLayoutChange: OnLayoutChange = _ => Callback.empty, onDragStart: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onDrag: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onDragStop: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onResizeStart: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onResize: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onResizeStop: ItemCallback = (_, _, _, _, _, _) => Callback.empty, onDrop: DropCallback = (_, _, _, _) => Callback.empty, modifiers: Seq[TagMod] = Seq.empty)

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. def addModifiers(modifiers: Seq[TagMod]): ReactGridLayout
    Definition Classes
    ReactGridLayout → GenericJsComponentAC
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val autoSize: UndefOr[Boolean]
  7. val className: UndefOr[String]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val cols: UndefOr[Int]
  10. val compactType: UndefOr[CompactType]
  11. val component: japgolly.scalajs.react.component.Js.ComponentWithRoot[ReactGridLayoutProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ReactGridLayoutProps, MountedWithRoot[[A]A, ReactGridLayoutProps, Null, Component[ReactGridLayoutProps, Null], ReactGridLayoutProps, Null], ReactGridLayoutProps, MountedWithRoot[[A]A, ReactGridLayoutProps, Null, Component[ReactGridLayoutProps, Null], ReactGridLayoutProps, Null]], ReactGridLayoutProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ReactGridLayoutProps, MountedWithRoot[[A]A, ReactGridLayoutProps, Null, Component[ReactGridLayoutProps, Null], ReactGridLayoutProps, Null], ReactGridLayoutProps, MountedWithRoot[[A]A, ReactGridLayoutProps, Null, Component[ReactGridLayoutProps, Null], ReactGridLayoutProps, Null]]]
    Attributes
    protected
    Definition Classes
    ReactGridLayout → GenericJsComponentAC
  12. val containerPadding: UndefOr[ContainerPadding]
  13. def cprops: ReactGridLayoutProps
    Definition Classes
    ReactGridLayout → Passthrough
  14. val draggableCancel: UndefOr[String]
  15. val draggableHandle: UndefOr[String]
  16. val droppingItem: UndefOr[DroppingItem]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. val isDraggable: UndefOr[Boolean]
  21. val isDroppable: UndefOr[Boolean]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val isResizable: UndefOr[Boolean]
  24. val layout: Layout
  25. val margin: UndefOr[Margin]
  26. val maxRows: UndefOr[Int]
  27. val modifiers: Seq[TagMod]
    Definition Classes
    ReactGridLayout → Passthrough
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. val onDrag: ItemCallback
  32. val onDragStart: ItemCallback
  33. val onDragStop: ItemCallback
  34. val onDrop: DropCallback
  35. val onLayoutChange: OnLayoutChange
  36. val onResize: ItemCallback
  37. val onResizeStart: ItemCallback
  38. val onResizeStop: ItemCallback
  39. val preventCollision: UndefOr[Boolean]
  40. def productElementNames: Iterator[String]
    Definition Classes
    Product
  41. def rawModifiers: (ReactGridLayoutProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  42. def render: Render[ReactGridLayoutProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  43. val rowHeight: UndefOr[Int]
  44. val style: UndefOr[Style]
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. val transformScale: UndefOr[JsNumber]
  47. val useCSSTransforms: UndefOr[Boolean]
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  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. val width: JsNumber

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentAC[ReactGridLayoutProps, PropsAndChildren, Unit, ReactGridLayout]

Inherited from PassthroughAC[ReactGridLayoutProps]

Inherited from Passthrough[ReactGridLayoutProps]

Inherited from AnyRef

Inherited from Any

Ungrouped