new FilterMenuEvent(type, target, cell, filterText)
Parameters:
| Name | Type | Description |
|---|---|---|
type |
string | Event Type |
target |
pear.ui.Grid | Grid |
cell |
pear.ui.GridHeaderCell | GridHeaderCell on which the Filter plugin is activated |
filterText |
string | filter text |
- Source:
Extends
- goog.events.Event
Members
-
cell :pear.ui.GridHeaderCell
-
Grid Header Cell - source of event pear.ui.GridHeaderCell
Type:
- Source:
-
filterText :string
-
Filter Text - on "clear" event text is blank.
Type:
- string
- Source: