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 LookupDefaultLookupFactory. getLookup(GridFieldVO gridFieldVO)LookupILookupFactory. getLookup(GridFieldVO gridFieldVO)static LookupLookupFactoryHelper. 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 voidAEnv. actionRefresh(Lookup lookup, Object value, boolean mandatory, boolean shortList)static voidAEnv. 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 LookupWSearchEditor. lookupMethods in org.adempiere.webui.editor that return Lookup Modifier and Type Method Description LookupWChosenboxListEditor. getLookup()LookupWChosenboxSearchEditor. getLookup()LookupWRadioGroupEditor. getLookup()LookupWTableDirEditor. 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 InfoPanelDefaultInfoFactory. create(Lookup lookup, GridField field, String tableName, String keyColumn, String queryValue, boolean multiSelection, String whereClause, int AD_InfoWindow_ID)InfoPanelIInfoFactory. create(Lookup lookup, GridField field, String tableName, String keyColumn, String value, boolean multiSelection, String whereClause, int AD_InfoWindow_ID)static InfoPanelInfoManager. 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 classMAccountLookupAccount Model Lookup - Maintains ValidCombination Info for Display and Edit - not cachedclassMLocationLookupAddress Loaction Lookup Model.classMLocatorLookupWarehouse Locator Lookup Model.classMLookupAn intelligent MutableComboBoxModel, which determines what can be cached.classMPAttributeLookupProduct Attribute Lookup Model (not Cached)classMPaymentLookupMethods in org.compiere.model that return Lookup Modifier and Type Method Description protected LookupPO. get_ColumnLookup(int index)Get LookupLookupPOInfo. getColumnLookup(int index)Get LookupLookupGridField. getLookup()Get Lookup, may return nullLookupMProcessPara. 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 voidADLookup. fillLookupValues(org.idempiere.adInterface.x10.LookupValues lvs, Lookup lookup, boolean isMandatory, boolean isReadOnly, boolean isShortList)static StringADLookup. 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 classGetListLookupclassQueryDataLookup
-