Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Tabset: Deferred Rendering

    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:
    Code:
    public void setDeferredRender(boolean deferredRender);
    According the docs, the usage of this property is:
    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.
    I'm searching for the same property in TabSet in SmartGWT.
    Can anyone help me with this?

    Thanks.

    #2
    It's the default behavior.

    Comment


      #3
      Ok. Thanks for your reply.

      Comment

      Working...
      X