Details
-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: EE-3.3.0.GA_P01, 4.0.BETA
-
Fix Version/s: 4.4
-
Component/s: ACE-Components
-
Labels:None
-
Environment:jsf2 ace
-
Support Case References:Support Case 12764: https://icesoft.my.salesforce.com/5007000000bDE0d
Description
The index for each tab in the ace:tabSet is assigned automatically and customer would like the option to set it manually in order to hide/show tabs on demand and be able to set the selectedIndex based on the known values.
.....have the option to set the tab index manually; in that way I can set for example the index 10 for the first tab and 15 for the second one, it will be helpful in cases where I need to match the indexes with values in enums or constants, as well as cases where there are tabs that need to be hidden/shown in the fly and the original indexes need to be kept....
Basically set a "token" attribute of some kind on the tabPane and then use a hashMap or something similar to relate to the established tab index that is assigned by the component.
.....have the option to set the tab index manually; in that way I can set for example the index 10 for the first tab and 15 for the second one, it will be helpful in cases where I need to match the indexes with values in enums or constants, as well as cases where there are tabs that need to be hidden/shown in the fly and the original indexes need to be kept....
Basically set a "token" attribute of some kind on the tabPane and then use a hashMap or something similar to relate to the established tab index that is assigned by the component.
Activity
Judy Guglielmin
created issue -
Judy Guglielmin
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.1.0.GA [ 12171 ] | |
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Fix Version/s | 4.2 [ 12870 ] | |
Fix Version/s | EE-4.1.0.GA [ 12171 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.2.0.GA [ 13071 ] | |
Fix Version/s | 4.2 [ 12870 ] |
Ken Fyten
made changes -
Fix Version/s | 4.3 [ 13096 ] | |
Fix Version/s | EE-4.2.0.GA [ 13071 ] |
Ken Fyten
made changes -
Fix Version/s | 4.4 [ 13174 ] | |
Fix Version/s | 4.3 [ 13096 ] |
as requested...