Package | Description |
---|---|
org.gwt.advanced.client.ui.widget.tab |
Modifier and Type | Method and Description |
---|---|
protected int |
TopBandRenderer.createTab(AdvancedTabPanel panel,
com.google.gwt.user.client.ui.FlexTable result,
int count,
int index,
Border border)
This method should create a tab content and decorate it.
|
protected int |
RightBandRenderer.createTab(AdvancedTabPanel panel,
com.google.gwt.user.client.ui.FlexTable result,
int count,
int index,
Border border)
This method should create a tab content and decorate it.
|
protected int |
LeftBandRenderer.createTab(AdvancedTabPanel panel,
com.google.gwt.user.client.ui.FlexTable result,
int count,
int index,
Border border)
This method should create a tab content and decorate it.
|
protected int |
BottomBandRenderer.createTab(AdvancedTabPanel panel,
com.google.gwt.user.client.ui.FlexTable result,
int count,
int index,
Border border)
This method should create a tab content and decorate it.
|
protected abstract int |
AbstractBandRenderer.createTab(AdvancedTabPanel panel,
com.google.gwt.user.client.ui.FlexTable result,
int count,
int index,
Border border)
This method should create a tab content and decorate it.
|
com.google.gwt.user.client.ui.Widget |
TabBandRenderer.render(AdvancedTabPanel panel)
This method creates a band widget.
|
com.google.gwt.user.client.ui.Widget |
AbstractBandRenderer.render(AdvancedTabPanel panel)
This method build the band that is represented as a
FlexTable . |
Constructor and Description |
---|
TabEventHandler(AdvancedTabPanel panel)
Creates an instance of this class and initializes internal variables.
|
Copyright © 2008–2013. All rights reserved.