Home Reference Source
public class | source

FilterPageSortChangeEvent

Extends:

TypedObjectBaseEvent → FilterPageSortChangeEvent

Event fired when the filter, page or sort state of the grid changes.

Constructor Summary

Public Constructor
public

constructor(type: *, filter: *, bubbles: *, cancelable: *)

Member Summary

Public Members
public

cause: *

Whether it was a filter,page or sort that caused this change.

public

filter: *

The filter that is associated with this event.

public

The original event that triggered the filter event

Method Summary

Public Methods
public

clone(): flexiciousNmsp.FilterPageSortChangeEvent

public

Inherited Summary

From class TypedObject
public

typeCache: {}

public
public

Returns a list of strings that represent the object hierarchy for this object.

public

Returns true if the class name to check is in the list of class names defined for this class.

From class BaseEvent
public

Ignored property

public

Whether or not this event can be cancelled.

public

Has the default for this event been prevented

public

Type of this event.

public
public

Has the default for this event been prevented.

public

If this event is cancelable, then the default prevented flag is set to true.

public

If this event is cancelable, then the default prevented flag is set to true.

Public Constructors

public constructor(type: *, filter: *, bubbles: *, cancelable: *) source

Override:

BaseEvent#constructor

Params:

NameTypeAttributeDescription
type *
filter *
bubbles *
cancelable *

Public Members

public cause: * source

Whether it was a filter,page or sort that caused this change.

Properties:

NameTypeAttributeDescription
cause *

public filter: * source

The filter that is associated with this event.

Properties:

NameTypeAttributeDescription
filter *

public triggerEvent: * source

The original event that triggered the filter event

Properties:

NameTypeAttributeDescription
triggerEvent *

Public Methods

public clone(): flexiciousNmsp.FilterPageSortChangeEvent source

Return:

flexiciousNmsp.FilterPageSortChangeEvent

public getClassNames(): string[] source

Returns a list of strings that represent the object hierarchy for this object.

Override:

BaseEvent#getClassNames

Return:

string[]