net.pleso.framework.client.ui.custom.controls.datagrid
Class DataGridWrapper

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by net.pleso.framework.client.ui.custom.controls.datagrid.DataGridWrapper
All Implemented Interfaces:
com.google.gwt.user.client.EventListener, IDataBinder, ISortableColumnHeaderListener, IPagerEventListener

public class DataGridWrapper
extends com.google.gwt.user.client.ui.Composite
implements IDataBinder, IPagerEventListener, ISortableColumnHeaderListener

This class is wrapper around DataGrid for custom controls. Impements IDataBinder interface for own DataGrid instance This is composite control with DataGrid and Pager. Used in CustomRBWindow It implements: - work with IAuthDataSource - anisochronous data manipulation - work with Pager - sorting data with SortableColumnHeader widget

CSS Style Rules