new Plugin()
Abstract API for grid plugins.
- Source:
Extends
- goog.events.EventTarget
Members
-
getClassId
-
return id.
- Source:
-
init
-
init method
- Source:
Methods
-
disable(grid)
-
disable the plugin
Parameters:
Name Type Description gridpear.ui.Grid - Source:
-
disposeInternal()
-
- Source:
-
enable(grid)
-
enable the plugin
Parameters:
Name Type Description gridpear.ui.Grid - Source:
-
getGrid() → {pear.ui.Grid}
-
Get Instance of Grid , on which this plugin is registered
- Source:
Returns:
- Type
- pear.ui.Grid
-
isEnabled(gridObject) → {boolean}
-
Is plugin enabled ?
Parameters:
Name Type Description gridObjectpear.ui.Grid - Source:
Returns:
- Type
- boolean
-
registerGrid(grid)
-
Parameters:
Name Type Description gridpear.ui.Grid - Source:
-
unregisterGrid(grid)
-
disabling the plugin from the grid , this will call disable on the Plugin
Parameters:
Name Type Description gridpear.ui.Grid - Source: