name: jwebmp-jquery-ui description: jQuery UI widget library integration for JWebMP providing interactions (drag, drop, resizable) and widgets (accordion, tabs, datepicker). Use when building interactive jQuery-based UIs. metadata: short-description: jQuery UI
jQuery UI
Overview
Integration of jQuery UI into JWebMP with typed component model, CRTP API, dual rendering (HTML/JSON), and page configurators.
Quick Start
import com.jwebmp.plugins.jqueryui.jQuery;
// Create component
// Example usage depends on the specific jQuery UI library
Use Cases
- jQuery UI widgets, drag and drop, resizable elements
- Integrating with JWebMP Component model
- Server-driven event handling
- Feature-based functionality
Installation
<dependency>
<groupId>com.jwebmp.plugins</groupId>
<artifactId>jquery-ui</artifactId>
</dependency>
Version managed by JWebMP BOM.
References
- Module:
com.jwebmp.plugins.jqueryui - Java: 25+
- License: Apache 2.0
See Also
jwebmp-core- JWebMP core component model- Other JWebMP plugins - Explore additional integrations