Class DecoratedTabPanel

    • Constructor Detail

      • DecoratedTabPanel

        public DecoratedTabPanel()
    • Method Detail

      • createTabTextWrapper

        protected SimplePanel createTabTextWrapper()
        Description copied from class: TabPanel
        Create a SimplePanel that will wrap the contents in a tab. Subclasses can use this method to wrap tabs in decorator panels.
        Overrides:
        createTabTextWrapper in class TabPanel
        Returns:
        a SimplePanel to wrap the tab contents, or null to leave tabs unwrapped