Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.0 Beta
-
Fix Version/s: 1.0 Final
-
Component/s: None
-
Labels:None
-
Environment:any
Description
Create a new component that will block users interaction when a form has been submitted and will hide when the response as been received. Place holder bug, more info to come.
Activity
Patrick Corless
created issue -
Patrick Corless
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.0 Final [ 10292 ] |
Patrick Corless
made changes -
Assignee | Steve Maryka [ steve.maryka ] | Patrick Corless [ patrick.corless ] |
Judy Guglielmin
made changes -
Assignee | Patrick Corless [ patrick.corless ] | Judy Guglielmin [ judy.guglielmin ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27790 | Sun Feb 12 09:35:49 MST 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/components/component/build.xml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27791 | Sun Feb 12 12:27:47 MST 2012 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/button/CommandButtonRenderer.java
MODIFY /icemobile/branches/RC1-comps-dev/components/tests/mobitest/src/main/java/org/icefaces/mobile/InputBean.java MODIFY /icemobile/branches/RC1-comps-dev/components/component/resources/org.icefaces.component.submitnotification/submitnotification.js MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationRenderer.java MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/renderkit/CoreRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27803 | Mon Feb 13 08:27:32 MST 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/android/default-submitnotification.css
MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/android/spinner.gif MODIFY /icemobile/branches/RC1-comps-dev/components/component/src/org/icefaces/mobi/component/submitnotification/honeycomb/spinner.gif |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #27842 | Tue Feb 14 13:21:16 MST 2012 | patrick.corless | |
Files Changed | ||||
MODIFY
/icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/submitnotification-example.xhtml
MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/input/submitnotification/SubmitNotificationBean.java MODIFY /icemobile/branches/RC1-comps-dev/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/input/submitnotification-desc.xhtml |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The blocking progress popup components intent is to block user interaction during form submission. It is assumed the blocking progress popup will be indeterminate in nature and act on the ICEfaces bridge event ice.onBeforeSubmit and ice.onAfterUpdate to control visibility. A new mobi component should be created and have the following characteristics.
The JSF representation of the component would be as follows.
<mobi:submitNotification for="someButton" >
{myActionBean.action}<h:outputText value="Processing" />
</mobi:submitNotification>
<mobi:commandButton id="someButton" actionListener="#
/>