StatelessComponent

slinky.core.StatelessComponent
See theStatelessComponent companion object
abstract class StatelessComponent extends Component

Attributes

Companion:
object
Graph
Supertypes
class Component
class Component
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type State = Unit

Inherited types

type Props

Attributes

Inherited from:
Component

Attributes

Inherited from:
Component

Value members

Concrete methods

Inherited methods

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

Attributes

Inherited from:
Component
def componentDidMount(): Unit

Attributes

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

Attributes

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

Attributes

Inherited from:
Component
def componentWillMount(): Unit

Attributes

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

Attributes

Inherited from:
Component

Attributes

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

Attributes

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

Attributes

Inherited from:
Component
def forceUpdate(): Unit

Attributes

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

Attributes

Inherited from:
Component
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:
Component

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Component
final def setState(s: State): Unit

Attributes

Inherited from:
Component
def shouldComponentUpdate(nextProps: Props, nextState: State): Boolean

Attributes

Inherited from:
Component
final def state: State

Attributes

Inherited from:
Component
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object