PivotDiscreteGroupSettings

PivotDiscreteGroupSettings class

Rrepsents the discrete group of pivot field

class PivotDiscreteGroupSettings extends PivotFieldGroupSettings;

Constructors

NameDescription
constructor(PivotFieldGroupSettings)Constructs from a parent object convertible to this.

Methods

MethodDescription
getType()Gets the group type.
getItems()Gets the discrete items.
isNull()Checks whether the implementation object is null.

constructor(PivotFieldGroupSettings)

Constructs from a parent object convertible to this.

constructor(obj: PivotFieldGroupSettings);

Parameters:

ParameterTypeDescription
objPivotFieldGroupSettingsThe parent object.

getType()

Gets the group type.

getType() : PivotFieldGroupType;

Returns

PivotFieldGroupType

getItems()

Gets the discrete items.

getItems() : CustomPiovtFieldGroupItem[];

Returns

CustomPiovtFieldGroupItem[]

isNull()

Checks whether the implementation object is null.

isNull() : boolean;