PivotDiscreteGroupSettings
PivotDiscreteGroupSettings class
Rrepsents the discrete group of pivot field
class PivotDiscreteGroupSettings extends PivotFieldGroupSettings;
Constructors
Name | Description |
---|---|
constructor(PivotFieldGroupSettings) | Constructs from a parent object convertible to this. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
obj | PivotFieldGroupSettings | The parent object. |
getType()
Gets the group type.
getType() : PivotFieldGroupType;
Returns
getItems()
Gets the discrete items.
getItems() : CustomPiovtFieldGroupItem[];
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;