Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces 2.1, ace:progressBar
-
Assignee Priority:P1
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration
Description
The ace:progressBar has an attribute named 'ajax=true/false' that is used to select whether the component should retrieve it's progress from a server-side backing bean, or just keep it's progress state on the client. This name is confusion and inconsistent with other components, so it should be changed to "usePolling=true/false", with the default being 'false".
Also rename the 'interval' attribute to 'pollingInterval'.
Also rename the 'interval' attribute to 'pollingInterval'.
Activity
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 2.1 [ 10241 ] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration] | |
Assignee Priority | P1 | |
Assignee | Arturo Zambrano [ artzambrano ] |
Ken Fyten
made changes -
Summary | Rename ace:progressBar 'ajax' attribute to 'clientSide' | Rename ace:progressBar 'ajax' attribute to 'usePolling' |
Salesforce Case | [] | |
Description |
The ace:progressBar has an attribute named 'ajax=true/false' that is used to select whether the component should retrieve it's progress from a server-side backing bean, or just keep it's progress state on the client. This name is confusion and inconsistent with other components, so it should be changed to "clientSide=true/false", with the default being 'false", to align with the ace:tabSet's similar usage. |
The ace:progressBar has an attribute named 'ajax=true/false' that is used to select whether the component should retrieve it's progress from a server-side backing bean, or just keep it's progress state on the client. This name is confusion and inconsistent with other components, so it should be changed to "usePolling=true/false", with the default being 'false". Also rename the 'interval' attribute to 'pollingInterval'. |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee | Arturo Zambrano [ artzambrano ] | yip.ng [ yip.ng ] |
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 3.0.RC1 [ 10300 ] | |
Fix Version/s | 3.0 [ 10241 ] |
Ken Fyten
made changes -
Fix Version/s | 3.0 [ 10241 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Done. TLD doc, wiki doc and comp. suite updated.
Revision: 26385
Modified : /icefaces-ee/scratchpads/grimlock/icefaces/ace/component/resources/icefaces.ace/progressbar/progressbar.js
Modified : /icefaces-ee/scratchpads/grimlock/icefaces/ace/component/src/org/icefaces/ace/component/progressbar/ProgressBarMeta.java
Modified : /icefaces-ee/scratchpads/grimlock/icefaces/ace/component/src/org/icefaces/ace/component/progressbar/ProgressBarRenderer.java