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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReactGridLayout
- Serializable
- Product
- Equals
- GenericJsComponentAC
- PassthroughAC
- Passthrough
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addModifiers(modifiers: Seq[TagMod]): ReactGridLayout
- Definition Classes
- ReactGridLayout → GenericJsComponentAC
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoSize: UndefOr[Boolean]
- val className: UndefOr[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val cols: UndefOr[Int]
- val compactType: UndefOr[CompactType]
- 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
- val containerPadding: UndefOr[ContainerPadding]
- def cprops: ReactGridLayoutProps
- Definition Classes
- ReactGridLayout → Passthrough
- val draggableCancel: UndefOr[String]
- val draggableHandle: UndefOr[String]
- val droppingItem: UndefOr[DroppingItem]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val isBounded: UndefOr[Boolean]
- val isDraggable: UndefOr[Boolean]
- val isDroppable: UndefOr[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isResizable: UndefOr[Boolean]
- val layout: Layout
- val margin: UndefOr[Margin]
- val maxRows: UndefOr[Int]
- val modifiers: Seq[TagMod]
- Definition Classes
- ReactGridLayout → Passthrough
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onDrag: ItemCallback
- val onDragStart: ItemCallback
- val onDragStop: ItemCallback
- val onDrop: DropCallback
- val onLayoutChange: OnLayoutChange
- val onResize: ItemCallback
- val onResizeStart: ItemCallback
- val onResizeStop: ItemCallback
- val preventCollision: UndefOr[Boolean]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rawModifiers: (ReactGridLayoutProps, List[VdomNode])
- Definition Classes
- PassthroughAC
- def render: Render[ReactGridLayoutProps]
- Definition Classes
- GenericJsComponentAC
- Annotations
- @inline()
- val resizeHandles: UndefOr[List[ResizeHandle]]
- val rowHeight: UndefOr[Int]
- val style: UndefOr[Style]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val transformScale: UndefOr[Double]
- val useCSSTransforms: UndefOr[Boolean]
- val verticalCompact: UndefOr[Boolean]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val width: Double
- def withOptionalRef(ref: Option[Handle[RawMounted[ReactGridLayoutProps, Null]]]): GenericJsComponentAC[ReactGridLayoutProps, PropsAndChildren, Unit, ReactGridLayout]
- Definition Classes
- GenericJsComponentAC
- def withRef(ref: Handle[RawMounted[ReactGridLayoutProps, Null]]): GenericJsComponentAC[ReactGridLayoutProps, PropsAndChildren, Unit, ReactGridLayout]
- Definition Classes
- GenericJsComponentAC