public class TopBandRenderer extends AbstractBandRenderer
| Constructor and Description |
|---|
TopBandRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
createEmpty(com.google.gwt.user.client.ui.FlexTable result,
int count,
String styleName)
Creates an empty table cell.
|
protected int |
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 BorderLine |
getHiddenLine()
Gets a tab border line to hide.
|
renderprotected int createTab(AdvancedTabPanel panel, com.google.gwt.user.client.ui.FlexTable result, int count, int index, Border border)
createTab in class AbstractBandRendererpanel - is a target tabs panel widget.result - is a resulting table.count - is a current number of the table cell.index - is a current tab number (different to the cell number).border - is a tab border to be placed into the cell.protected BorderLine getHiddenLine()
getHiddenLine in class AbstractBandRendererprotected int createEmpty(com.google.gwt.user.client.ui.FlexTable result,
int count,
String styleName)
createEmpty in class AbstractBandRendererresult - is a resulting table.count - is a current cell number.styleName - is a style name to be applied to the cell.Copyright © 2008–2013. All rights reserved.