Class CreateTileCustomizer

java.lang.Object
com.smartgwt.client.widgets.tile.CreateTileCustomizer

public abstract class CreateTileCustomizer extends Object
  • Constructor Details

    • CreateTileCustomizer

      public CreateTileCustomizer()
  • Method Details

    • setGrid

      protected void setGrid(TileGrid grid)
    • getGrid

      public TileGrid getGrid()
      Returns the TileGrid associated with this customizer.
      Returns:
      the TileGrid
    • createTile

      public abstract Canvas createTile(Record record, Integer tileIndex)
      If defined, this method will be called when a new tile is required.
      Parameters:
      record - record that will be associated with new tile
      tileIndex - index of the record in the tileGrid