- JavaDoc improvements across the whole of Spring Faces.

- General polishing of the ui package.
This commit is contained in:
Jeremy Grelle
2008-04-24 00:20:51 +00:00
parent 17e831d03e
commit f465b65e6c
63 changed files with 396 additions and 186 deletions

View File

@@ -35,7 +35,7 @@ public class AjaxViewRootTests extends TestCase {
UIPanel panel = new UIPanel();
panel.setId("bar");
form.getChildren().add(panel);
ProgressiveCommandButton command = new ProgressiveCommandButton();
ProgressiveUICommand command = new ProgressiveUICommand();
command.setId("baz");
panel.getChildren().add(command);