* commit '51300929449aeaf9ada78d6192a16851ee6c6874': 为bubblecombo加个方法
@ -3592,6 +3592,10 @@ BI.BubbleCombo = BI.inherit(BI.Widget, {
showView: function () {
this.combo && this.combo.showView();
},
hasView: function () {
return BI.isNotNull(this.combo.getView());
}
});
@ -193,6 +193,10 @@ BI.BubbleCombo = BI.inherit(BI.Widget, {