Interface DataGridResources

  • All Superinterfaces:
    com.google.gwt.resources.client.ClientBundle, com.google.gwt.user.cellview.client.DataGrid.Resources

    public interface DataGridResources
    extends com.google.gwt.user.cellview.client.DataGrid.Resources

    Custom resources for DataGrid with modified style.

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle

        com.google.gwt.resources.client.ClientBundle.Source
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DataGridStyle dataGridStyle()
      The styles used in this widget.
      • Methods inherited from interface com.google.gwt.user.cellview.client.DataGrid.Resources

        dataGridLoading, dataGridSortAscending, dataGridSortDescending
    • Method Detail

      • dataGridStyle

        @Source("DataGrid.css")
        DataGridStyle dataGridStyle()
        The styles used in this widget.
        Specified by:
        dataGridStyle in interface com.google.gwt.user.cellview.client.DataGrid.Resources