The code needs to be put after the super() call in the putToDialog() method.
protected void putToDialog()
{
FormBuildCommandButtonControl commandButton;
;
super();
commandButton = dialog.dialogForm().control("OkButton");
commandButton.text("Done");
}
Aucun commentaire:
Enregistrer un commentaire