|
Interface Summary |
| IComponent |
Interface to which form elements needs to conform, to be handled in the same way for swing(rich client) or wicket(webclient) UI. |
| IFormUI |
Extension to IComponent for components that are forms. |
| IProviderStylePropertyChanges |
Implement this interface if wicket component/bean wants to update itself in the browser through ajax requests. |
| IStylePropertyChanges |
Components which wants to update themselfs with an ajax call should implement this interface. |
| ISupportWebBounds |
Since the browsers are currently based on CSS 2.0 content model instead of box model we need to know actual content size for anchoring support |