Documentation ¶
Index ¶
- type ContainerDef
- func (p ContainerDef) ComponentWillMount()
- func (p ContainerDef) GetInitialState() ContainerState
- func (c ContainerDef) GetInitialStateIntf() react.State
- func (p ContainerDef) Render() r.Element
- func (c ContainerDef) RendersElement() react.Element
- func (c ContainerDef) SetState(state ContainerState)
- func (c ContainerDef) State() ContainerState
- type ContainerElem
- type ContainerState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerDef ¶
type ContainerDef struct {
r.ComponentDef
}
ContainerDef describes the component that models the core of the frontend
func (ContainerDef) ComponentWillMount ¶
func (p ContainerDef) ComponentWillMount()
ComponentWillMount is a React lifecycle method for the ContainerDef component. It populates the sources from the source code on github.
func (ContainerDef) GetInitialState ¶
func (p ContainerDef) GetInitialState() ContainerState
GetInitialState returns in the initial state for the ContainerDef component
func (ContainerDef) GetInitialStateIntf ¶
func (c ContainerDef) GetInitialStateIntf() react.State
GetInitialStateIntf is an auto-generated proxy to GetInitialState
func (ContainerDef) RendersElement ¶
func (c ContainerDef) RendersElement() react.Element
func (ContainerDef) SetState ¶
func (c ContainerDef) SetState(state ContainerState)
SetState is an auto-generated proxy proxy to update the state for the Container component. SetState does not immediately mutate c.State() but creates a pending state transition.
func (ContainerDef) State ¶
func (c ContainerDef) State() ContainerState
State is an auto-generated proxy to return the current state in use for the render of the Container component
type ContainerElem ¶
type ContainerState ¶
type ContainerState struct {
// contains filtered or unexported fields
}
ContainerState contains the state for the Container
func (ContainerState) EqualsIntf ¶
func (c ContainerState) EqualsIntf(val react.State) bool
func (ContainerState) IsState ¶
func (c ContainerState) IsState()
IsState is an auto-generated definition so that ContainerState implements the myitcv.io/react.State interface.