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 = ..., onDrag: ItemCallback = ..., onDragStop: ItemCallback = ..., onResizeStart: ItemCallback = ..., onResize: ItemCallback = ..., onResizeStop: ItemCallback = ..., onDrop: DropCallback = (_, _, _, _) => Callback.empty, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[ReactGridLayoutProps] with Product with Serializable

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericComponentC[ReactGridLayoutProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped