public interface NavigationTab extends ViewerComponent
NavigationView.addNavigationTab(String, NavigationTab)
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name given to this NavigationTab, or null if this
NavigationTabnone has no name.
|
RenderData |
getReportData()
Returns the RenderData object of this NavigationTab, that is, the source of the report data
|
void |
init(RenderData renderData)
Initializes this navigation tab with the RenderData object needed for the report information
|
void |
reload()
Reloads the data underlying this navigation tab and renews the display with the new data.
|
void |
showError(java.lang.Throwable th)
An error has occurred, deal with it.
|
getComponent
void showError(java.lang.Throwable th)
th
- Exception which has occurred.NavigationView.showError(Throwable)
RenderData getReportData()
void init(RenderData renderData)
renderData
- RenderData objectvoid reload()
java.lang.String getName()
Copyright © 1999-2020 by i-net software GmbH