IconFilter
Contents
[
Hide
]IconFilter class
Represents icon filter.
class IconFilter;
Constructors
Name | Description |
---|---|
constructor(Object) | Constructs from an Object convertible to this. |
Methods
Method | Description |
---|---|
getIconSetType() | Gets and sets which icon set is used in the filter criteria. |
setIconSetType(IconSetType) | Gets and sets which icon set is used in the filter criteria. |
getIconId() | Gets and sets Zero-based index of an icon in an icon set. |
setIconId(number) | Gets and sets Zero-based index of an icon in an icon set. |
isNull() | Checks whether the implementation object is null. |
toObject() | Gets the Object. |
constructor(Object)
Constructs from an Object convertible to this.
constructor(obj: Object);
Parameters:
Parameter | Type | Description |
---|---|---|
obj | Object | The object. |
getIconSetType()
Gets and sets which icon set is used in the filter criteria.
getIconSetType() : IconSetType;
Returns
setIconSetType(IconSetType)
Gets and sets which icon set is used in the filter criteria.
setIconSetType(value: IconSetType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | IconSetType | The value to set. |
getIconId()
Gets and sets Zero-based index of an icon in an icon set.
getIconId() : number;
setIconId(number)
Gets and sets Zero-based index of an icon in an icon set.
setIconId(value: number) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | number | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
toObject()
Gets the Object.
toObject() : Object;
Returns