CellsFactory

CellsFactory class

Utility for instantiating classes of Cells model.

class CellsFactory;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
createStyle()Creates a new style.
isNull()Checks whether the implementation object is null.

constructor()

Default Constructor.

constructor();

createStyle()

Creates a new style.

createStyle() : Style;

Returns

Returns a style object.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;