-
29 Apr 2009 9:22 AM #1
[CLOSED] Component.applyState() not overrideable?
[CLOSED] Component.applyState() not overrideable?
Why is Component.applyState protected and not public as seems is intended by Component.initState()?
-
29 Apr 2009 9:24 AM #2
Because you are not calling it from the outside. CLOSED
-
29 Apr 2009 9:25 AM #3
Also you can override it when it is protected. This is basic Java.
-
29 Apr 2009 9:27 AM #4
I have custom Components that have state that needs to be saved and applied to and from the StateManager.
How do I do that if my custom components can't override applyState?
-
29 Apr 2009 9:27 AM #5
-
29 Apr 2009 9:28 AM #6
-
29 Apr 2009 9:31 AM #7
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote