RMak

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
RMak created a post, how to access class constructor parameters from inside createUIComponents
From inside createUIComponents(), how do I access parameters passed into the class constructor?It seems impossible because createUIComponents() is invoked before the class constructor. Or is there ...