hidePopup();
action.perform(AsyncCallbackFactory.<Void>defaultNewInstance());
}
});
if(test != null) {
if(actionTests == null) actionTests = new ActionSeries();
actionTests.add(new Action() {
@Override
public void perform(AsyncCallback<Void> callback) {
test.getValue(new AsyncCallbackProxy<Boolean,Void>(callback) {
@Override