Package org.brerp.ui.zk.component
Class InfoFactory
java.lang.Object
org.brerp.ui.zk.component.InfoFactory
- All Implemented Interfaces:
IInfoFactory
- Author:
- muriloht
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(int AD_InfoWindow_ID) create
(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup) create
(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup, GridField field) create
(Lookup lookup, GridField field, String tableName, String keyColumn, String queryValue, boolean multiSelection, String whereClause, int AD_InfoWindow_ID) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.adempiere.webui.factory.IInfoFactory
create
-
Constructor Details
-
InfoFactory
public InfoFactory()
-
-
Method Details
-
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
- Returns:
InfoPanel
-
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
- Returns:
InfoPanel
-
create
- Specified by:
create
in interfaceIInfoFactory
- Returns:
InfoWindow
-
create
public InfoPanel create(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup, GridField field) - Specified by:
create
in interfaceIInfoFactory
- Returns:
InfoPanel
-
create
- Specified by:
create
in interfaceIInfoFactory
- Returns:
InfoWindow
-