IDEMPIERE-4732 : WSearchEditor - make lookup, infoPanel and adwindow (#623)

* IDEMPIERE-4732 : WSearchEditor - make lookup, infoPanel and adwindow protected
This commit is contained in:
Nicolas Micoud 2021-03-11 10:37:14 +01:00 committed by GitHub
parent c60f420cec
commit 1cab7864f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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;
/**
*