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
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(int AD_InfoWindow_ID) Create info windowCreate info windowcreate(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup) Create info panel or info windowcreate(int WindowNo, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID, boolean lookup, GridField field) Create info panel or info windowcreate(Lookup lookup, GridField field, String tableName, String keyColumn, String queryValue, boolean multiSelection, String whereClause, int AD_InfoWindow_ID) Create info panel or info windowMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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) Description copied from interface:IInfoFactoryCreate info panel or info window- Specified by:
createin 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) Description copied from interface:IInfoFactoryCreate info panel or info window- Specified by:
createin interfaceIInfoFactory- Returns:
InfoPanel
-
create
Description copied from interface:IInfoFactoryCreate info window- Specified by:
createin 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) Description copied from interface:IInfoFactoryCreate info panel or info window- Specified by:
createin interfaceIInfoFactory- Returns:
InfoPanel
-
create
Description copied from interface:IInfoFactoryCreate info window- Specified by:
createin interfaceIInfoFactory- Returns:
InfoWindow
-