| Modifier and Type | Method and Description |
|---|---|
void |
renderTab(Tab tab,
T data,
int index)
Renders the data to the specified tab.
|
void |
renderTabpanel(Tabpanel tabpanel,
T data,
int index)
Renders the data to the specified tabpanel.
|
void renderTab(Tab tab, T data, int index) throws Exception
tab - the tab to render the result.data - that is returned from ListModel.getElementAt(int)index - the index of the data that is currently being renderedExceptionvoid renderTabpanel(Tabpanel tabpanel, T data, int index) throws Exception
tabpanel - the tabpanel to render the result.data - that is returned from ListModel.getElementAt(int)index - the index of the data that is currently being renderedExceptionCopyright © 2023. All rights reserved.