StatelessDefinition

slinky.core.StatelessDefinition
abstract class StatelessDefinition[Props, Snapshot](jsProps: Object) extends DefinitionBase[Props, Unit, Snapshot]

Attributes

Graph
Supertypes
class DefinitionBase[Props, Unit, Snapshot]
class Component
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def initialState: Unit

Attributes

Definition Classes

Inherited methods

def componentDidCatch(error: Error, info: ErrorBoundaryInfo): Unit

Attributes

Inherited from:
DefinitionBase
def componentDidMount(): Unit

Attributes

Inherited from:
DefinitionBase
def componentDidUpdate(prevProps: Props, prevState: Unit, snapshot: Snapshot): Unit

Attributes

Inherited from:
DefinitionBase
def componentDidUpdate(prevProps: Props, prevState: Unit): Unit

Attributes

Inherited from:
DefinitionBase
def componentWillMount(): Unit

Attributes

Inherited from:
DefinitionBase
def componentWillReceiveProps(nextProps: Props): Unit

Attributes

Inherited from:
DefinitionBase

Attributes

Inherited from:
DefinitionBase
def componentWillUpdate(nextProps: Props, nextState: Unit): Unit

Attributes

Inherited from:
DefinitionBase
def forceUpdate(callback: Function0[Unit]): Unit

Attributes

Inherited from:
Component
def forceUpdate(): Unit

Attributes

Inherited from:
Component
def getSnapshotBeforeUpdate(prevProps: Props, prevState: Unit): Snapshot

Attributes

Inherited from:
DefinitionBase
def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
final def props: Props

Attributes

Inherited from:
DefinitionBase

Attributes

Inherited from:
DefinitionBase
final def setState(fn: (Unit, Props) => Unit, callback: () => Unit): Unit

Attributes

Inherited from:
DefinitionBase
final def setState(fn: Unit => Unit, callback: () => Unit): Unit

Attributes

Inherited from:
DefinitionBase
final def setState(s: Unit, callback: () => Unit): Unit

Attributes

Inherited from:
DefinitionBase
final def setState(fn: (Unit, Props) => Unit): Unit

Attributes

Inherited from:
DefinitionBase
final def setState(fn: Unit => Unit): Unit

Attributes

Inherited from:
DefinitionBase
final def setState(s: Unit): Unit

Attributes

Inherited from:
DefinitionBase
def shouldComponentUpdate(nextProps: Props, nextState: Unit): Boolean

Attributes

Inherited from:
DefinitionBase
final def state: State

Attributes

Inherited from:
DefinitionBase
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object