diff --git a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WSearchEditor.java b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WSearchEditor.java index 52ae1ff807..5b86722ee9 100644 --- a/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WSearchEditor.java +++ b/org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/editor/WSearchEditor.java @@ -81,12 +81,12 @@ public class WSearchEditor extends WEditor implements ContextMenuListener, Value private static final int DEFAULT_MAX_AUTO_COMPLETE_ROWS = 500; private static final String[] LISTENER_EVENTS = {Events.ON_CLICK, Events.ON_CHANGE, Events.ON_OK}; public static final String ATTRIBUTE_IS_INFO_PANEL_OPEN = "ATTRIBUTE_IS_INFO_PANEL_OPEN"; - private Lookup lookup; + protected Lookup lookup; private String m_tableName = null; private String m_keyColumnName = null; private String columnName; private Object value; - private InfoPanel infoPanel = null; + protected InfoPanel infoPanel = null; private String imageUrl; private InfoListSubModel listModel = null; @@ -94,7 +94,7 @@ public class WSearchEditor extends WEditor implements ContextMenuListener, Value private static final String IN_PROGRESS_IMAGE = "~./zk/img/progress3.gif"; - private ADWindow adwindow; + protected ADWindow adwindow; /** *