Package org.adempiere.webui.factory
Interface IADTabPanelFactory
- All Known Implementing Classes:
 DefaultTabPanelFactory
public interface IADTabPanelFactory
This interface implements OSGI service to instantiate ADTabPanel based on tab type.
- Author:
 - Logilite Technologies
 
- 
Method Summary
 
- 
Method Details
- 
getInstance
- Parameters:
 type- Tab type FORM, SORT or a custom type- Returns:
 - new IADTabPanel instance
 
 
 -