Hello All,
I'm using SmartGWT 2.5 with Mozilla FF 3.6.x. Previously I was working with GWT-Ext. In that TabPanel has one property:
According the docs, the usage of this property is:
I'm searching for the same property in TabSet in SmartGWT.
Can anyone help me with this?
Thanks.
I'm using SmartGWT 2.5 with Mozilla FF 3.6.x. Previously I was working with GWT-Ext. In that TabPanel has one property:
Code:
public void setDeferredRender(boolean deferredRender);
Code:
Internally, the TabPanel uses a CardLayout to manage its tabs. This property will be passed on to the layout as its CardLayout.deferredRender config value, determining whether or not each tab is rendered only when first accessed.
Can anyone help me with this?
Thanks.
Comment