Package org.adempiere.webui.factory
Interface IFindWindowFactory
- All Known Implementing Classes:
DefaultFindWindowFactory
public interface IFindWindowFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetInstance
(int targetWindowNo, int targetTabNo, String title, int AD_Table_ID, String tableName, String whereExtended, GridField[] findFields, int minRecords, int adTabId, AbstractADWindowContent windowPanel) Create new instance
-
Method Details
-
getInstance
FindWindow getInstance(int targetWindowNo, int targetTabNo, String title, int AD_Table_ID, String tableName, String whereExtended, GridField[] findFields, int minRecords, int adTabId, AbstractADWindowContent windowPanel) Create new instance- Parameters:
targetWindowNo
-targetTabNo
-title
-AD_Table_ID
-tableName
-whereExtended
-findFields
-minRecords
-adTabId
-windowPanel
-- Returns:
-