Package com.smartgwt.client.widgets.tile
Class UpdateTileCustomizer
java.lang.Object
com.smartgwt.client.widgets.tile.UpdateTileCustomizer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetGrid()Returns the TileGrid associated with this customizer.protected voidabstract voidupdateTile(Record record, Integer tileIndex, Canvas reclaimedTile) If both this method andTileGrid.createTileare defined andrecycleTilesis true, this method will be called when the framework needs to recycle a tile to be used with a new record.
- 
Constructor Details- 
UpdateTileCustomizerpublic UpdateTileCustomizer()
 
- 
- 
Method Details- 
setGrid
- 
getGridReturns the TileGrid associated with this customizer.- Returns:
- the TileGrid
 
- 
updateTileIf both this method andTileGrid.createTileare defined andrecycleTilesis true, this method will be called when the framework needs to recycle a tile to be used with a new record. This notification provides an opportunity to update any widget properties that depend on the specifics of the record.- Parameters:
- record- record that will be associated with the recycled tile
- tileIndex- index of the record in the tileGrid
- reclaimedTile- the tile to be recycled
 
 
-