开发者

Spinner component in Wicket?

开发者 https://www.devze.com 2023-03-11 22:10 出处:网络
Where can I find a s开发者_C百科pinner component for Wicket?, including Maven repo and a source code example?wicketstuff-minis has an implementation of a spinner. There is also a wicketstuff-minis-exa

Where can I find a s开发者_C百科pinner component for Wicket?, including Maven repo and a source code example?


wicketstuff-minis has an implementation of a spinner. There is also a wicketstuff-minis-examples project

The maven repos are:

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>minis</artifactId>
    <version>1.4.17.2</version>
</dependency>

and

<dependency>
    <groupId>org.wicketstuff-examples</groupId>
    <artifactId>minis</artifactId>
    <version>1.4.17.2</version>
</dependency>


Let your component implement IAjaxIndicatorAware and provide it with the markup ID for your spinner, or use IndicatingAjaxLink, IndicatingAjaxFallbackLink and IndicatingAjaxButton.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号