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, onLayoutChange: OnLayoutChange = _ => Callback.empty, onDragStart: ItemCallback = ..., onDrag: ItemCallback = ..., onDragStop: ItemCallback = ..., onResizeStart: ItemCallback = ..., onResize: ItemCallback = ..., onResizeStop: ItemCallback = ..., 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, onLayoutChange: OnLayoutChange = _ => Callback.empty, onDragStart: ItemCallback = ..., onDrag: ItemCallback = ..., onDragStop: ItemCallback = ..., onResizeStart: ItemCallback = ..., onResize: ItemCallback = ..., onResizeStop: ItemCallback = ..., 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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val layout: Layout
  19. val margin: UndefOr[Margin]
  20. val maxRows: UndefOr[Int]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val onDrag: ItemCallback
  25. val onDragStart: ItemCallback
  26. val onDragStop: ItemCallback
  27. val onLayoutChange: OnLayoutChange
  28. val onResize: ItemCallback
  29. val onResizeStart: ItemCallback
  30. val onResizeStop: ItemCallback
  31. def render: Render[ReactGridLayoutProps]
    Definition Classes
    GenericComponentC
    Annotations
    @inline()
  32. 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()
  33. val rowHeight: UndefOr[Int]
  34. val style: UndefOr[Style]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. val width: JsNumber
  40. 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