com.extjs.gxt.ui.client.widget
Interface ComponentAttachable

All Known Implementing Classes:
ClickRepeater

public interface ComponentAttachable

Instances of this class are notified when their containing component is attached and detached.


Method Summary
 void doAttach()
           
 void doDetach()
           
 

Method Detail

doAttach

void doAttach()

doDetach

void doDetach()