|
|
@ -75782,7 +75782,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, { |
|
|
|
type: BI.Selection.Multi, |
|
|
|
type: BI.Selection.Multi, |
|
|
|
value: checked ? this.getValue() : {} |
|
|
|
value: checked ? this.getValue() : {} |
|
|
|
}; |
|
|
|
}; |
|
|
|
this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); |
|
|
|
this.getSearcher().setState(val); |
|
|
|
this.getCounter().setButtonChecked(val); |
|
|
|
this.getCounter().setButtonChecked(val); |
|
|
|
self.fireEvent(BI.MultiTreeCombo.EVENT_CLICK_ITEM); |
|
|
|
self.fireEvent(BI.MultiTreeCombo.EVENT_CLICK_ITEM); |
|
|
|
}); |
|
|
|
}); |
|
|
@ -76085,7 +76085,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, { |
|
|
|
type: BI.Selection.Multi, |
|
|
|
type: BI.Selection.Multi, |
|
|
|
value: checked ? this.getValue() : {} |
|
|
|
value: checked ? this.getValue() : {} |
|
|
|
}; |
|
|
|
}; |
|
|
|
this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); |
|
|
|
this.getSearcher().setState(val); |
|
|
|
this.getCounter().setButtonChecked(val); |
|
|
|
this.getCounter().setButtonChecked(val); |
|
|
|
self.fireEvent(BI.MultiTreeInsertCombo.EVENT_CLICK_ITEM, self.combo.getValue()); |
|
|
|
self.fireEvent(BI.MultiTreeInsertCombo.EVENT_CLICK_ITEM, self.combo.getValue()); |
|
|
|
}); |
|
|
|
}); |
|
|
@ -76401,7 +76401,7 @@ BI.MultiTreeListCombo = BI.inherit(BI.Single, { |
|
|
|
type: BI.Selection.Multi, |
|
|
|
type: BI.Selection.Multi, |
|
|
|
value: checked ? this.getValue() : {} |
|
|
|
value: checked ? this.getValue() : {} |
|
|
|
}; |
|
|
|
}; |
|
|
|
this.getSearcher().setState(checked ? BI.Selection.Multi : BI.Selection.None); |
|
|
|
this.getSearcher().setState(val); |
|
|
|
this.getCounter().setButtonChecked(val); |
|
|
|
this.getCounter().setButtonChecked(val); |
|
|
|
self.fireEvent(BI.MultiTreeListCombo.EVENT_CLICK_ITEM, self.combo.getValue()); |
|
|
|
self.fireEvent(BI.MultiTreeListCombo.EVENT_CLICK_ITEM, self.combo.getValue()); |
|
|
|
}); |
|
|
|
}); |
|
|
|