Package org.adempiere.webui.factory
Class DefaultTabPanelFactory
- java.lang.Object
-
- org.adempiere.webui.factory.DefaultTabPanelFactory
-
- All Implemented Interfaces:
IADTabPanelFactory
public class DefaultTabPanelFactory extends Object implements IADTabPanelFactory
- Author:
- Logilite Technologies
-
-
Constructor Summary
Constructors Constructor Description DefaultTabPanelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IADTabpanel
getInstance(String type)
-
-
-
Method Detail
-
getInstance
public IADTabpanel getInstance(String type)
- Specified by:
getInstance
in interfaceIADTabPanelFactory
- Parameters:
type
- Tab type- Returns:
- Implementor of IADTabPanel
-
-