Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces
-
Assignee Priority:P1
Description
ace:dataTable require an implementation of client instance look up mechanism. In other words we should provide a way for developers to access global list of ace:dataTable widgetVars. This implementation should be similar to our ace:list component functionality where particular instance of ice.ace.List could be located in the global ice.ace.Lists collection.
Issue Links
- blocks
-
ICE-9500 Make ice.ace.instance work with all lazy init components: checkboxEntry, dateTimeEntry, buttons, etc.
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000NI5ln] | |
Description | ace:dataTable require an implementation of client instance look up mechanism. In other words we should provide a way for developers to access global list of ace:dataTable widgetVars somehow. This implementation should be similar to our ace:list component functionality where particular instance of ice.ace.List could be located in the global ice.ace.Lists collection. | ace:dataTable require an implementation of client instance look up mechanism. In other words we should provide a way for developers to access global list of ace:dataTable widgetVars. This implementation should be similar to our ace:list component functionality where particular instance of ice.ace.List could be located in the global ice.ace.Lists collection. |
Link | This issue depends on ICE-8477 [ ICE-8477 ] |
Fix Version/s | 3.4 [ 10770 ] |
Assignee | Nils Lundquist [ nils.lundquist ] | |
Assignee Priority | P1 [ 10010 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37281 | Tue Jul 30 17:33:24 MDT 2013 | nils.lundquist | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #37282 | Wed Jul 31 07:52:23 MDT 2013 | nils.lundquist | |
Files Changed | ||||
![]() |
Fix Version/s | 4.0 [ 11382 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Once the concerns in ICE-8477 are addressed, we can find a way for enumerating the dataTable objects. Likely that will not involve a central list, but rather from providing an API for finding the dataTable javascript objects within the page.
A central list would create memory leak problems, and would likely have problems of old defunct objects remaining in it.