Package com.smartgwt.client.callbacks
Interface TabIndexUpdatedCallback
public interface TabIndexUpdatedCallback
- 
Method Summary
 
- 
Method Details
- 
execute
A notificationCallbackfired by the TabIndexManager to allow application code to react to the numeric tab-index of some registered target being modified.- Parameters:
 ID- the ID String passed toTabIndexManager.addTarget()when the callback was registered.
 
 -