final case class ReactGridLayout(width: Double, 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, verticalCompact: UndefOr[Boolean] = 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, isBounded: UndefOr[Boolean] = js.undefined, isDroppable: UndefOr[Boolean] = js.undefined, preventCollision: UndefOr[Boolean] = js.undefined, useCSSTransforms: UndefOr[Boolean] = js.undefined, transformScale: UndefOr[Double] = js.undefined, droppingItem: UndefOr[DroppingItem] = js.undefined, resizeHandles: UndefOr[List[ResizeHandle]] = 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: Double, 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, verticalCompact: UndefOr[Boolean] = 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, isBounded: UndefOr[Boolean] = js.undefined, isDroppable: UndefOr[Boolean] = js.undefined, preventCollision: UndefOr[Boolean] = js.undefined, useCSSTransforms: UndefOr[Boolean] = js.undefined, transformScale: UndefOr[Double] = js.undefined, droppingItem: UndefOr[DroppingItem] = js.undefined, resizeHandles: UndefOr[List[ResizeHandle]] = 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, [A]AsyncCallback[A], ReactGridLayoutProps, Null, Component[ReactGridLayoutProps, Null], ReactGridLayoutProps, Null], ReactGridLayoutProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ReactGridLayoutProps, Null, Component[ReactGridLayoutProps, Null], ReactGridLayoutProps, Null]], ReactGridLayoutProps, [-p, +u]PropsAndChildren[p, u], UnmountedWithRoot[ReactGridLayoutProps, MountedWithRoot[[A]A, [A]AsyncCallback[A], ReactGridLayoutProps, Null, Component[ReactGridLayoutProps, Null], ReactGridLayoutProps, Null], ReactGridLayoutProps, MountedWithRoot[[A]A, [A]AsyncCallback[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 isBounded: UndefOr[Boolean]
  21. val isDraggable: UndefOr[Boolean]
  22. val isDroppable: UndefOr[Boolean]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val isResizable: UndefOr[Boolean]
  25. val layout: Layout
  26. val margin: UndefOr[Margin]
  27. val maxRows: UndefOr[Int]
  28. val modifiers: Seq[TagMod]
    Definition Classes
    ReactGridLayout → Passthrough
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. val onDrag: ItemCallback
  33. val onDragStart: ItemCallback
  34. val onDragStop: ItemCallback
  35. val onDrop: DropCallback
  36. val onLayoutChange: OnLayoutChange
  37. val onResize: ItemCallback
  38. val onResizeStart: ItemCallback
  39. val onResizeStop: ItemCallback
  40. val preventCollision: UndefOr[Boolean]
  41. def productElementNames: Iterator[String]
    Definition Classes
    Product
  42. def rawModifiers: (ReactGridLayoutProps, List[VdomNode])
    Definition Classes
    PassthroughAC
  43. def render: Render[ReactGridLayoutProps]
    Definition Classes
    GenericJsComponentAC
    Annotations
    @inline()
  44. val resizeHandles: UndefOr[List[ResizeHandle]]
  45. val rowHeight: UndefOr[Int]
  46. val style: UndefOr[Style]
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. val transformScale: UndefOr[Double]
  49. val useCSSTransforms: UndefOr[Boolean]
  50. val verticalCompact: UndefOr[Boolean]
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. val width: Double
  55. def withOptionalRef(ref: Option[Handle[RawMounted[ReactGridLayoutProps, Null]]]): GenericJsComponentAC[ReactGridLayoutProps, PropsAndChildren, Unit, ReactGridLayout]
    Definition Classes
    GenericJsComponentAC
  56. def withRef(ref: Handle[RawMounted[ReactGridLayoutProps, Null]]): GenericJsComponentAC[ReactGridLayoutProps, PropsAndChildren, Unit, ReactGridLayout]
    Definition Classes
    GenericJsComponentAC

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