public class TabConfiguration extends Object
| Constructor and Description | 
|---|
| TabConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected TabConfiguration | bind(TabPanel tabbedContainer,
    TabHeader tabHeader,
    Widget<?,?> widget) | 
| TabPanel | getTabPanel() | 
| String | getTitle() | 
| Widget<?,?> | getWidget() | 
| boolean | isBound() | 
| boolean | isClosable() | 
| boolean | isEnabled() | 
| TabConfiguration | setClosable(boolean closable) | 
| TabConfiguration | setEnabled(boolean enabled) | 
| TabConfiguration | setTitle(String title) | 
protected TabConfiguration bind(TabPanel tabbedContainer, TabHeader tabHeader, Widget<?,?> widget)
public boolean isBound()
public boolean isClosable()
public TabConfiguration setClosable(boolean closable)
public String getTitle()
public TabConfiguration setTitle(String title)
public boolean isEnabled()
public TabConfiguration setEnabled(boolean enabled)
public Widget<?,?> getWidget()
public TabPanel getTabPanel()
Copyright © 2018 Xalys. All rights reserved.