Uses of Class
org.compiere.model.Lookup
-
Packages that use Lookup Package Description org.adempiere.base org.adempiere.webui.apps org.adempiere.webui.editor org.adempiere.webui.factory org.compiere.model Provides for....org.idempiere.adinterface org.idempiere.webservices.client -
-
Uses of Lookup in org.adempiere.base
Methods in org.adempiere.base that return Lookup Modifier and Type Method Description Lookup
DefaultLookupFactory. getLookup(GridFieldVO gridFieldVO)
Lookup
ILookupFactory. getLookup(GridFieldVO gridFieldVO)
static Lookup
LookupFactoryHelper. getLookup(GridFieldVO gridFieldVO)
Get lookup from osgi factory -
Uses of Lookup in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps with parameters of type Lookup Modifier and Type Method Description static void
AEnv. actionRefresh(Lookup lookup, Object value, boolean mandatory, boolean shortList)
static void
AEnv. actionZoom(Lookup lookup, Object value)
-
Uses of Lookup in org.adempiere.webui.editor
Fields in org.adempiere.webui.editor declared as Lookup Modifier and Type Field Description protected Lookup
WSearchEditor. lookup
Methods in org.adempiere.webui.editor that return Lookup Modifier and Type Method Description Lookup
WChosenboxListEditor. getLookup()
Lookup
WChosenboxSearchEditor. getLookup()
Lookup
WRadioGroupEditor. getLookup()
Lookup
WTableDirEditor. getLookup()
Constructors in org.adempiere.webui.editor with parameters of type Lookup Constructor Description InfoListSubModel(Lookup lookup, GridField gridField, String tableName, String keyColumnName)
WChosenboxListEditor(String columnName, boolean mandatory, boolean isReadOnly, boolean isUpdateable, Lookup lookup)
For ease of porting swing formWChosenboxListEditor(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, 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)
For ease of porting swing formWTableDirEditor(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
Methods in org.adempiere.webui.factory with parameters of type Lookup Modifier and Type Method Description InfoPanel
DefaultInfoFactory. create(Lookup lookup, GridField field, String tableName, String keyColumn, String queryValue, boolean multiSelection, String whereClause, int AD_InfoWindow_ID)
InfoPanel
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.compiere.model
Subclasses of Lookup in org.compiere.model Modifier and Type Class Description class
MAccountLookup
Account Model Lookup - Maintains ValidCombination Info for Display and Edit - not cachedclass
MLocationLookup
Address Loaction Lookup Model.class
MLocatorLookup
Warehouse Locator Lookup Model.class
MLookup
An intelligent MutableComboBoxModel, which determines what can be cached.class
MPAttributeLookup
Product Attribute Lookup Model (not Cached)class
MPaymentLookup
Methods in org.compiere.model that return Lookup Modifier and Type Method Description protected Lookup
PO. get_ColumnLookup(int index)
Get LookupLookup
POInfo. getColumnLookup(int index)
Get LookupLookup
GridField. getLookup()
Get Lookup, may return nullLookup
MProcessPara. getLookup()
Get Lookup for Parameter -
Uses of Lookup in org.idempiere.adinterface
Methods in org.idempiere.adinterface with parameters of type Lookup Modifier and Type Method Description static 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
Subclasses of Lookup in org.idempiere.webservices.client Modifier and Type Class Description class
GetListLookup
class
QueryDataLookup
-