[ 
https://issues.apache.org/jira/browse/WICKET-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662691#action_12662691
 ] 

Valentine Wu commented on WICKET-2017:
--------------------------------------

There will be two new classes: 

1. WicketAjaxBusyIndicatingMask, which extends from WicketAjaxIndicatorAppender;
2. PanelWithAjaxBusyIndicatingMask, which extends from Panel and implements 
IAjaxIndicatorAware.

Can we put those classes in the package 
org.apache.wicket.extensions.ajax.markup.html?

Thanks,
Valentine


> Add a transparent mask layer to the current page to prevent further UI 
> interactivity when there are any busy Ajax activities
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2017
>                 URL: https://issues.apache.org/jira/browse/WICKET-2017
>             Project: Wicket
>          Issue Type: New Feature
>          Components: wicket-extensions
>            Reporter: Valentine Wu
>            Priority: Minor
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> I created a reusable component, PanelWithAjaxBusyIndicatingMask, which 
> extends Panel and uses 
> org.apache.wicket.extensions.ajax.markup.html.WicketAjaxIndicatorAppender.
> The functions it has: 
> It will add a transparent mask layer to the current page to prevent further 
> UI interactivity when there are any busy Ajax activities. 
> The mask layer will have an animation gif (the default is what Wicket is 
> using) and a configurable display text (the default is: Please wait...). 
> Both the display text and the animation gif file are configurable in the 
> constructors. 
> How can I commit my source code?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to