Package org.adempiere.webui.factory
Interface IADTabPanelFactory
-
- All Known Implementing Classes:
DefaultTabPanelFactory
public interface IADTabPanelFactory
- Author:
- Logilite Technologies This interface implements OSGI service to retrieve ADTabPanel based on tab type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IADTabpanel
getInstance(String type)
-
-
-
Method Detail
-
getInstance
IADTabpanel getInstance(String type)
- Parameters:
type
- Tab type- Returns:
- Implementor of IADTabPanel
-
-