| org.osbl.client.wings.shell.LazyTab
LazyTab | public interface LazyTab (Code) | | LazyTab
Page contentPane which implement this interface load their data in a lazy manner.
|
Method Summary | |
public void | initTab() This method gets called as soon as the tab gets visible. |
initTab | public void initTab()(Code) | | This method gets called as soon as the tab gets visible.
So do your lazy data loading here.
DO NOT CALL THIS METHOD FROM YOUR COMPONENT CONSTRUCTOR
You may call this method after the contentPane was initialized, e.g.
to reinitialize it.
|
|
|