|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.adempiere.webui.editor.WEditor
org.adempiere.webui.editor.WLocatorEditor
public class WLocatorEditor
Locator Editor : Based on VLocator
| Field Summary |
|---|
| Fields inherited from class org.adempiere.webui.editor.WEditor |
|---|
component, gridField, gridTab, label, listeners, mandatory, MAX_DISPLAY_LENGTH |
| Constructor Summary | |
|---|---|
WLocatorEditor()
IDE Constructor |
|
WLocatorEditor(String columnName,
boolean mandatory,
boolean isReadOnly,
boolean isUpdateable,
MLocatorLookup mLocator)
Constructor |
|
| Method Summary | |
|---|---|
EditorBox |
getComponent()
|
String |
getDisplay()
Return Display Value |
String[] |
getEvents()
return listener events to be associated with editor component |
int |
getM_Locator_ID()
Get M_Locator_ID |
Object |
getValue()
Return Editor value |
boolean |
isReadWrite()
|
void |
onEvent(Event event)
|
void |
propertyChange(PropertyChangeEvent evt)
Property Change Listener |
void |
setField(GridField mField)
Set Field/WindowNo for ValuePreference (NOP) |
void |
setReadWrite(boolean readWrite)
|
void |
setValue(Object value)
|
| Methods inherited from class org.adempiere.webui.editor.WEditor |
|---|
addValueChangeListner, cleanColumnName, fireValueChange, getColumnName, getDescription, getGridField, getLabel, getPopupMenu, isAsap, isMandatory, isVisible, setBackground, setBackground, setColumnName, setComponent, setGridTab, setMandatory, setVisible, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WLocatorEditor()
public WLocatorEditor(String columnName,
boolean mandatory,
boolean isReadOnly,
boolean isUpdateable,
MLocatorLookup mLocator)
columnName - ColumnNamemandatory - mandatoryisReadOnly - read onlyisUpdateable - updateablemLocator - locator (lookup) modelWindowNo - window no| Method Detail |
|---|
public void setValue(Object value)
setValue in class WEditorpublic Object getValue()
getValue in class WEditorpublic EditorBox getComponent()
getComponent in class WEditorpublic boolean isReadWrite()
isReadWrite in class WEditorpublic void setReadWrite(boolean readWrite)
setReadWrite in class WEditorpublic int getM_Locator_ID()
public String getDisplay()
getDisplay in class WEditor
public void onEvent(Event event)
throws Exception
Exceptionpublic void setField(GridField mField)
mField - Model Fieldpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpropertyChange in class WEditorevt - PropertyChangeEventpublic String[] getEvents()
getEvents in class WEditor
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||