com.extjs.gxt.ui.client.widget
Interface ComponentPlugin

All Known Implementing Classes:
AbstractGridFilters, CheckBoxSelectionModel, CheckColumnConfig, GridFilters, RowEditor, RowExpander, RowNumberer, TreeGridFilters

public interface ComponentPlugin

Defines the interface for component plugins. Component will call the init(Component) method where each plugin can then call methods or respond to events on the component as needed to provide its functionality.


Method Summary
 void init(Component component)
          Initializes the plugin when the component is created.
 

Method Detail

init

void init(Component component)
Initializes the plugin when the component is created.

Parameters:
component - the source component