Package org.adempiere.webui.factory
Class DefaultInfoFactory
- java.lang.Object
-
- org.adempiere.webui.factory.DefaultInfoFactory
-
- All Implemented Interfaces:
IInfoFactory
public class DefaultInfoFactory extends Object implements IInfoFactory
- Author:
- hengsin
-
-
Constructor Summary
Constructors Constructor Description DefaultInfoFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfoWindow
create(int AD_InfoWindow_ID)
InfoWindow
create(int AD_InfoWindow_ID, String predefinedContextVariables)
InfoPanel
create(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup)
InfoPanel
create(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup, String predefinedContextVariables)
InfoPanel
create(Lookup lookup, GridField field, String tableName, String keyColumn, String queryValue, boolean multiSelection, String whereClause, int AD_InfoWindow_ID)
-
-
-
Method Detail
-
create
public InfoPanel create(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup)
- Specified by:
create
in interfaceIInfoFactory
-
create
public InfoPanel create(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup, String predefinedContextVariables)
-
create
public InfoPanel create(Lookup lookup, GridField field, String tableName, String keyColumn, String queryValue, boolean multiSelection, String whereClause, int AD_InfoWindow_ID)
- Specified by:
create
in interfaceIInfoFactory
-
create
public InfoWindow create(int AD_InfoWindow_ID)
- Specified by:
create
in interfaceIInfoFactory
-
create
public InfoWindow create(int AD_InfoWindow_ID, String predefinedContextVariables)
- Specified by:
create
in interfaceIInfoFactory
-
-