|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.AbstractListModel
org.compiere.model.Lookup
org.compiere.model.MPAttributeLookup
public class MPAttributeLookup
Product Attribute Lookup Model (not Cached)
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.Lookup |
|---|
log, p_data |
| Fields inherited from class javax.swing.AbstractListModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
MPAttributeLookup(Properties ctx,
int WindowNo)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
containsKey(Object key)
The Lookup contains the key (not cached) |
void |
dispose()
Dispose |
NamePair |
get(Object value)
Get Object of Key Value |
String |
getColumnName()
Get underlying fully qualified Table.Column Name. |
ArrayList<Object> |
getData(boolean mandatory,
boolean onlyValidated,
boolean onlyActive,
boolean temporary)
Return data as sorted Array - not implemented |
String |
getDisplay(Object value)
Get Display for Value (not cached) |
| Methods inherited from class org.compiere.model.Lookup |
|---|
addElement, fillComboBox, fillComboBox, getDirect, getDisplayType, getElementAt, getIndexOf, getInfoFactoryClass, getSelectedItem, getSize, getValidation, getWindowNo, getZoom, getZoom, getZoomQuery, hasInactive, insertElementAt, isLoaded, isMandatory, isValidated, loadComplete, put, put, refresh, removeAllElements, removeElement, removeElementAt, setMandatory, setSelectedItem |
| Methods inherited from class javax.swing.AbstractListModel |
|---|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.swing.ListModel |
|---|
addListDataListener, removeListDataListener |
| Constructor Detail |
|---|
public MPAttributeLookup(Properties ctx,
int WindowNo)
ctx - contextWindowNo - window no| Method Detail |
|---|
public String getDisplay(Object value)
getDisplay in class Lookupvalue - Location_ID
public boolean containsKey(Object key)
containsKey in class Lookupkey - Location_ID
public NamePair get(Object value)
get in class Lookupvalue - value
public void dispose()
dispose in class LookupLookup.dispose()
public ArrayList<Object> getData(boolean mandatory,
boolean onlyValidated,
boolean onlyActive,
boolean temporary)
getData in class Lookupmandatory - mandatoryonlyValidated - only validatedonlyActive - only activetemporary - force load for temporary display
public String getColumnName()
getColumnName in class Lookup
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||