Uses of Class
org.compiere.model.Lookup
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of Lookup in org.adempiere.base
Modifier and TypeMethodDescriptionDefaultLookupFactory.getLookup
(GridFieldVO gridFieldVO) ILookupFactory.getLookup
(GridFieldVO gridFieldVO) static Lookup
LookupFactoryHelper.getLookup
(GridFieldVO gridFieldVO) Get lookup from osgi factory -
Uses of Lookup in org.adempiere.webui.apps
Modifier and TypeMethodDescriptionstatic void
AEnv.actionRefresh
(Lookup lookup, Object value, boolean mandatory, boolean shortList) Refresh lookupstatic void
AEnv.actionZoom
(Lookup lookup, Object value) zoom to AD Window -
Uses of Lookup in org.adempiere.webui.editor
Modifier and TypeFieldDescriptionprotected Lookup
WSearchEditor.lookup
protected Lookup
WPAttributeEditor.m_mPAttribute
Modifier and TypeMethodDescriptionWChosenboxListEditor.getLookup()
WChosenboxSearchEditor.getLookup()
WRadioGroupEditor.getLookup()
WTableDirEditor.getLookup()
ModifierConstructorDescriptionInfoListSubModel
(Lookup lookup, GridField gridField, String tableName, String keyColumnName) WChosenboxListEditor
(String columnName, boolean mandatory, boolean isReadOnly, boolean isUpdateable, Lookup lookup) WChosenboxListEditor
(String columnName, boolean mandatory, boolean isReadOnly, boolean isUpdateable, Lookup lookup, boolean autocomplete) WChosenboxListEditor
(Lookup lookup, String label, String description, boolean mandatory, boolean readonly, boolean updateable) Constructor for use if a grid field is unavailableWChosenboxListEditor
(Lookup lookup, String label, String description, boolean mandatory, boolean readonly, boolean updateable, boolean autocomplete) WChosenboxSearchEditor
(String columnName, boolean mandatory, boolean readonly, boolean updateable, Lookup lookup) WChosenboxSearchEditor
(Lookup lookup, String label, String description, boolean mandatory, boolean readonly, boolean updateable) Constructor for use if a grid field is unavailableWEditorPopupMenu
(boolean zoom, boolean requery, boolean preferences, boolean newRecord, boolean updateRecord, boolean showLocation, boolean drillEnabled, Lookup lookup) WEditorPopupMenu
(boolean zoom, boolean requery, boolean preferences, boolean newRecord, boolean updateRecord, boolean showLocation, Lookup lookup) WRadioGroupEditor
(String columnName, boolean mandatory, boolean isReadOnly, boolean isUpdateable, Lookup lookup) For ease of porting swing formWRadioGroupEditor
(Lookup lookup, String label, String description, boolean mandatory, boolean readonly, boolean updateable) Constructor for use if a grid field is unavailableWSearchEditor
(String columnName, boolean mandatory, boolean readonly, boolean updateable, Lookup lookup) WSearchEditor
(Lookup lookup, String label, String description, boolean mandatory, boolean readonly, boolean updateable) Constructor for use if a grid field is unavailableWTableDirEditor
(String columnName, boolean mandatory, boolean isReadOnly, boolean isUpdateable, Lookup lookup) WTableDirEditor
(String columnName, boolean mandatory, boolean isReadOnly, boolean isUpdateable, Lookup lookup, boolean autocomplete) WTableDirEditor
(Lookup lookup, String label, String description, boolean mandatory, boolean readonly, boolean updateable) Constructor for use if a grid field is unavailableWTableDirEditor
(Lookup lookup, String label, String description, boolean mandatory, boolean readonly, boolean updateable, boolean autocomplete) -
Uses of Lookup in org.adempiere.webui.factory
Modifier and TypeMethodDescriptionDefaultInfoFactory.create
(Lookup lookup, GridField field, String tableName, String keyColumn, String queryValue, boolean multiSelection, String whereClause, int AD_InfoWindow_ID) IInfoFactory.create
(Lookup lookup, GridField field, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID) static InfoPanel
InfoManager.create
(Lookup lookup, GridField field, String tableName, String keyColumn, String queryValue, boolean multiSelection, String whereClause) -
Uses of Lookup in org.brerp.base.component
-
Uses of Lookup in org.brerp.base.model
Modifier and TypeClassDescriptionfinal class
MCOFRSurveyLookup Survey Lookupfinal class
Taxes Lookupclass
Product Attribute Lookup Model (not Cached) -
Uses of Lookup in org.brerp.tms.base.model
-
Uses of Lookup in org.brerp.ui.zk.component
-
Uses of Lookup in org.compiere.model
Modifier and TypeClassDescriptionfinal class
Account Model Lookup - Maintains ValidCombination Info for Display and Edit - not cachedfinal class
Address Location Lookup Model.final class
Warehouse Locator Lookup Model.final class
An intelligent MutableComboBoxModel, which determines what can be cached.class
Product Attribute Lookup Model (no local lookup cache)class
Payment rules lookupModifier and TypeMethodDescriptionprotected Lookup
PO.get_ColumnLookup
(int index) Get LookupPOInfo.getColumnLookup
(int index) Get LookupGridField.getLookup()
Get Lookup, may return nullMProcessPara.getLookup()
Get Lookup for Parameter -
Uses of Lookup in org.idempiere.adinterface
Modifier and TypeMethodDescriptionstatic void
ADLookup.fillLookupValues
(org.idempiere.adInterface.x10.LookupValues lvs, Lookup lookup, boolean isMandatory, boolean isReadOnly, boolean isShortList) static String
ADLookup.getDirectAccessSQL
(Lookup lookup, String text) Generate Access SQL for Search. -
Uses of Lookup in org.idempiere.webservices.client