IDEMPIERE-4732 : WSearchEditor - make lookup, infoPanel and adwindow (#623)
* IDEMPIERE-4732 : WSearchEditor - make lookup, infoPanel and adwindow protected
This commit is contained in:
parent
c60f420cec
commit
1cab7864f5
|
@ -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;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue