question confirm sc window smartgwt - ventana de confirmacion en smartgwt

 question.txt

SC.confirm("Are you sure to delete your xxx?", new BooleanCallback() {
                    public void execute(Boolean value) {
                        if (value != null && value) {
                            //proceed with delete
                        } else {
                            //Cancel
                        }
                    }
                });
.
question confirm sc  window smartgwt
ventana de confirmacion en smartgwt

Comments

Popular posts from this blog

smart gwt allow only numbers in textfield

recordSummaryFunction smartgwt from backend

how to access the DOM gwt smartclient