IDEMPIERE-943 Menu Lookup not showing dup names / Peer review
This commit is contained in:
parent
bc9148858c
commit
2a9162fec2
|
|
@ -36,7 +36,7 @@ public class AutoComplete extends Combobox
|
|||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 2642639623099513816L;
|
||||
private static final long serialVersionUID = -6440285742490532737L;
|
||||
|
||||
/** comboItems All menu labels */
|
||||
private String[] comboItems;
|
||||
|
|
|
|||
|
|
@ -41,11 +41,11 @@ import org.zkoss.zul.Treeitem;
|
|||
*
|
||||
*/
|
||||
public class MenuTreeSearchPanel extends TreeSearchPanel {
|
||||
|
||||
/**
|
||||
* generated serial id
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 8785295166415073971L;
|
||||
private static final long serialVersionUID = 3127547233019932429L;
|
||||
|
||||
protected Toolbarbutton newBtn;
|
||||
protected Toolbarbutton openBtn;
|
||||
protected boolean isNew = false;
|
||||
|
|
|
|||
|
|
@ -63,13 +63,14 @@ import org.zkoss.zul.impl.LabelImageElement;
|
|||
*/
|
||||
public class TreeSearchPanel extends Panel implements EventListener<Event>, TreeDataListener, IdSpace
|
||||
{
|
||||
private static final String ON_COMBO_SELECT_ECHO_EVENT = "onComboSelectEcho";
|
||||
private static final String ON_POST_SELECT_TREEITEM_EVENT = "onPostSelectTreeitem";
|
||||
protected static final String ON_POST_FIRE_TREE_EVENT = "onPostFireTreeEvent";
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final long serialVersionUID = 3478451169922775667L;
|
||||
private static final long serialVersionUID = -1659100374345282774L;
|
||||
|
||||
private static final String ON_COMBO_SELECT_ECHO_EVENT = "onComboSelectEcho";
|
||||
private static final String ON_POST_SELECT_TREEITEM_EVENT = "onPostSelectTreeitem";
|
||||
protected static final String ON_POST_FIRE_TREE_EVENT = "onPostFireTreeEvent";
|
||||
protected TreeMap<String, Object> treeNodeItemMap = new TreeMap<String, Object>();
|
||||
protected String[] treeValues;
|
||||
protected String[] treeTypes;
|
||||
|
|
|
|||
Loading…
Reference in New Issue