|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface NavigationTab
A single navigation tab which can be added to the navigation view of the viewer using addNavigationTab. A navigation tab simply needs to implement these methods, and could be any number of things, like a group tree, a search view, an index view, a bookmark view, etc.
NavigationView.addNavigationTab(String, NavigationTab)| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.inet.viewer.ViewerComponent |
|---|
getComponent |
| Method Detail |
|---|
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()
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||