Package com.smartgwt.client.widgets.tile
Class CreateTileCustomizer
java.lang.Object
com.smartgwt.client.widgets.tile.CreateTileCustomizer
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
CreateTileCustomizer
public CreateTileCustomizer() 
 - 
 - 
Method Details
- 
setGrid
 - 
getGrid
Returns the TileGrid associated with this customizer.- Returns:
 - the TileGrid
 
 - 
createTile
If defined, this method will be called when a new tile is required.- Parameters:
 record- record that will be associated with new tiletileIndex- index of the record in the tileGrid
 
 -