LicenseEditPage.javaWicket edit page for the LicenseManagement plugin. Extends AbstractEditPage<LicenseDO, LicenseEditForm, LicenseDao> — ProjectForge's standard edit page base. Hosts LicenseEditForm (#137) as its child form. 73 lines.
Standard Wicket CRUD page pattern: creates the form, handles save/cancel, and returns to LicenseListPage (#140) after editing. The page is framework-generated — no custom UI layout beyond what AbstractEditPage provides.