public interface TabboxRenderer<T>
Tabbox.ListModelvoid renderTab(Tab tab, T data, int index) throws java.lang.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 renderedjava.lang.Exceptionvoid renderTabpanel(Tabpanel tabpanel, T data, int index) throws java.lang.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 renderedjava.lang.ExceptionCopyright © 2005-2011 Potix Corporation. All Rights Reserved.