Hi,
Great Add-On. But only one problem, No option to select all.
I have tried to implement the method ‘setShowSelectAllButton’, But nothing works :(.
Anybody help me please.
Hi,
Great Add-On. But only one problem, No option to select all.
I have tried to implement the method ‘setShowSelectAllButton’, But nothing works :(.
Anybody help me please.
ShowButton showSelectAllButton = new ShowButton() {
@Override
public boolean isShow(String filter, int page) {
return true;
}
};
yourComboBoxMultiselect.setShowSelectAllButton(showSelectAllButton);