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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReactGridLayout
- Serializable
- Serializable
- Product
- Equals
- GenericComponentC
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoSize: UndefOr[Boolean]
-
val
children: ChildrenArgs
- Definition Classes
- ReactGridLayout → GenericComponentC
- val className: UndefOr[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val cols: UndefOr[Int]
- val compactType: UndefOr[CompactType]
- val containerPadding: UndefOr[ContainerPadding]
- val draggableCancel: UndefOr[String]
- val draggableHandle: UndefOr[String]
-
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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val layout: Layout
- val margin: UndefOr[Margin]
- val maxRows: UndefOr[Int]
-
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 onLayoutChange: OnLayoutChange
- val onResize: ItemCallback
- val onResizeStart: ItemCallback
- val onResizeStop: ItemCallback
-
def
render: Render[ReactGridLayoutProps]
- Definition Classes
- GenericComponentC
- Annotations
- @inline()
-
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()
- val rowHeight: UndefOr[Int]
- val style: UndefOr[Style]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val width: JsNumber
-
def
withChildren(children: ChildrenArgs): ReactGridLayout
- Definition Classes
- ReactGridLayout → GenericComponentC