Package org.adempiere.webui.factory
Class DefaultTabPanelFactory
java.lang.Object
org.adempiere.webui.factory.DefaultTabPanelFactory
- All Implemented Interfaces:
 IADTabPanelFactory
Default implementation of 
IADTabPanelFactory- Author:
 - Logilite Technologies
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetInstance(String type) Default implementation that support type sort and form (AD_Tab+AD_Field) 
- 
Constructor Details
- 
DefaultTabPanelFactory
public DefaultTabPanelFactory() 
 - 
 - 
Method Details
- 
getInstance
Default implementation that support type sort and form (AD_Tab+AD_Field)- Specified by:
 getInstancein interfaceIADTabPanelFactory- Parameters:
 type- Tab type FORM, SORT or a custom type- Returns:
 - new IADTabPanel instance
 
 
 -