Class GridDelegate<E>

All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

@Component("flowui_GridDelegate") @Scope("prototype") public class GridDelegate<E> extends AbstractGridDelegate<DataGrid<E>,E>
  • Constructor Details

    • GridDelegate

      public GridDelegate(DataGrid<E> component)