Package org.adempiere.webui.editor
Class WLocationEditor
java.lang.Object
org.adempiere.webui.editor.WEditor
org.adempiere.webui.editor.WLocationEditor
- All Implemented Interfaces:
PropertyChangeListener,EventListener,IInputValidator,IZoomableEditor,ContextMenuListener,org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
public class WLocationEditor
extends WEditor
implements org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>, PropertyChangeListener, ContextMenuListener, IZoomableEditor
Default editor for
Implemented with
DisplayType.Location.Implemented with
Locationbox component and WLocationDialog.- Author:
- Sendy Yagambrum
-
Nested Class Summary
Nested classes/interfaces inherited from class org.adempiere.webui.editor.WEditor
WEditor.DynamicDisplayListener -
Field Summary
Fields inherited from class org.adempiere.webui.editor.WEditor
component, gridField, gridTab, IDEMPIERE_EDITOR_ATTR, INIT_EDIT_EVENT, label, listeners, mandatory, MAX_DISPLAY_LENGTH, popupMenu, readOnly, tableEditor -
Constructor Summary
ConstructorsConstructorDescriptionWLocationEditor(String columnName, boolean mandatory, boolean isReadOnly, boolean isUpdateable, MLocationLookup mLocation) Constructor without GridFieldWLocationEditor(GridField gridField) WLocationEditor(GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoidZoom to AD windowintReturn Editor valueString[]return listener events to be associated with editor componentgetValue()booleanvoidonEvent(org.zkoss.zk.ui.event.Event event) voidonMenu(ContextMenuEvent evt) On context menu eventvoidsetReadWrite(boolean readWrite) voidsetTableEditor(boolean b) Set grid view mode.voidSet editor valueMethods inherited from class org.adempiere.webui.editor.WEditor
addChangeLogMenu, addDynamicDisplayListener, addTextEditorMenu, addValueChangeListener, applyFieldStyles, applyLabelStyles, buildStyle, cleanColumnName, dynamicDisplay, dynamicDisplay, fillHorizontal, fireValueChange, focusNext, getColumnName, getDescription, getDisplayComponent, getDisplayTextForGridView, getDisplayTextForGridView, getGridField, getLabel, getPopupMenu, getStyleEvaluatee, getValidInput, isComponentOfEditor, isMandatory, isMandatoryStyle, isNullOrEmpty, isProcessParameter, isSearchable, isShowPreference, isValid, isVisible, isZoomable, propertyChange, removeDynamicDisplayListener, removeValuechangeListener, setBackground, setBackground, setChangeEventWhenEditing, setColumnName, setComponent, setFieldStyle, setGridTab, setLabelStyle, setMandatory, setProcessParameter, setValidInput, setVisible, setVisible, showMenu, toString, updateLabelStyle, updateStyle, updateStyleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.beans.PropertyChangeListener
propertyChange
-
Constructor Details
-
WLocationEditor
public WLocationEditor(String columnName, boolean mandatory, boolean isReadOnly, boolean isUpdateable, MLocationLookup mLocation) Constructor without GridField- Parameters:
columnName- column namemandatory- mandatoryisReadOnly- read onlyisUpdateable- updateablemLocation- location model
-
WLocationEditor
- Parameters:
gridField-
-
WLocationEditor
public WLocationEditor(GridField gridField, boolean tableEditor, IEditorConfiguration editorConfiguration) - Parameters:
gridField-tableEditor-editorConfiguration-
-
-
Method Details
-
getDisplay
- Specified by:
getDisplayin classWEditor- Returns:
- display text
-
getValue
-
setValue
Description copied from class:WEditorSet editor value -
getComponent
- Overrides:
getComponentin classWEditor- Returns:
- Component
-
isReadWrite
public boolean isReadWrite()- Specified by:
isReadWritein classWEditor- Returns:
- true if editable
-
setReadWrite
public void setReadWrite(boolean readWrite) - Specified by:
setReadWritein classWEditor
-
getC_Location_ID
public int getC_Location_ID()Return Editor value- Returns:
- C_Location_ID
-
onEvent
- Specified by:
onEventin interfaceorg.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>- Throws:
Exception
-
getEvents
return listener events to be associated with editor component- Overrides:
getEventsin classWEditor- Returns:
- list of
WEditor.componentevents that this editor will listen to
-
onMenu
Description copied from interface:ContextMenuListenerOn context menu event- Specified by:
onMenuin interfaceContextMenuListener
-
setTableEditor
public void setTableEditor(boolean b) Description copied from class:WEditorSet grid view mode. Have no effect if editor doesn't has a separate grid view mode.- Overrides:
setTableEditorin classWEditor
-
actionZoom
public void actionZoom()Description copied from interface:IZoomableEditorZoom to AD window- Specified by:
actionZoomin interfaceIZoomableEditor
-