Home Reference Source
public class | source

ReactDataGridCellContainer

Extends:

react~React.Component → ReactDataGridCellContainer

This class is the base class for all Flexicious classes. It defines the basis for the Object oriented design, by implementing the "implementsOrExtends" function, which is a replacement for the "is" keyword from other OO languages.

Constructor Summary

Public Constructor
public

constructor(props: *)

Member Summary

Public Members
public
public

Method Summary

Public Methods
public
public
public
public
public

render(): *

public

Public Constructors

public constructor(props: *) source

Params:

NameTypeAttributeDescription
props *

Public Members

public component: * source

public reactElement: * source

Public Methods

public componentDidMount() source

public componentWillMount() source

public componentWillUnmount() source

public componentWillUpdate() source

public render(): * source

Return:

*

public shouldComponentUpdate(): * source

Return:

*