Apache Wicket 8.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 2. How to use the example code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . component. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96 11.9. Use models! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 208 19.1. How to use AJAX components and behaviors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 350 页 | 9.95 MB | 1 年前3Apache Wicket 7.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 2. How to use the example code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . component. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95 11.8. Use models! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 208 19.1. How to use AJAX components and behaviors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 346 页 | 10.00 MB | 1 年前3Apache Wicket 9.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 2. How to use the example code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . component. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 11.9. Use models! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 19.1. How to use AJAX components and behaviors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 335 页 | 7.15 MB | 1 年前3Apache Wicket 10.x Reference Guide
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 2. How to use the example code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . component. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 11.9. Use models! . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198 19.1. How to use AJAX components and behaviors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .0 码力 | 336 页 | 7.16 MB | 1 年前3Introducing Apache Wicket
have the same name of the related page class and must be in the same package: ● In Wicket we can use page classpath to put any kind of resource, not just HTML (pictures, properties fle, etc...) Where it is declared abstract: Class WicketApplication ● To map Wicket components to HTML tags we must use attribute wicket:id. back to the current page to the client web browser. If we want to navigate to another page we must use method setResponsePage of class Component: public class HomePage extends WebPage { public HomePage(){0 码力 | 53 页 | 1.85 MB | 1 年前3
共 5 条
- 1