com.sencha.gxt.widget.core.client
Interface ComponentPlugin<C extends Component>

Type Parameters:
C - the target component type
All Known Implementing Classes:
AbstractGridFilters, GridFilters, RowExpander, RowNumberer

public interface ComponentPlugin<C extends Component>

Defines the interface for component plugins. The initPlugin(Component) must be called to pass the target component to the plugin.


Method Summary
 void initPlugin(C component)
          Initializes the plugin.
 

Method Detail

initPlugin

void initPlugin(C component)
Initializes the plugin.

Parameters:
component - the target component


Copyright © 2012. All Rights Reserved.