Package | Description |
---|---|
org.gwt.advanced.client.ui.widget | |
org.gwt.advanced.client.ui.widget.border | |
org.gwt.advanced.client.ui.widget.tab |
Modifier and Type | Method and Description |
---|---|
Border |
AdvancedTabPanel.getContentBorder()
Gets a content border that is already rendered.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBorder
This is an abstract implementation of the border interface that displays nothing but contains basic border
methods.
|
class |
RoundCornerBorder
This is a border implementation that has rounded corners.
|
class |
SingleBorder
This is a simple but very useful border that allows rendering single lines around
a custom widget.
|
Modifier and Type | Method and Description |
---|---|
Border |
BorderFactory.create()
This method always creates a new instance of border.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ContentBorderFactory.OuterBorder |
Modifier and Type | Method and Description |
---|---|
Border |
TabBorderFactory.create()
This method always creates a new instance of border.
|
Border |
ContentBorderFactory.create()
This method always creates a new instance of border.
|
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.
|
Copyright © 2008–2013. All rights reserved.