-
New Feature
-
Resolution: Unresolved
-
Normal
-
None
-
None
ZKBind is currently only able to use real properties to bind to component fields. I would like to have the ability to use a generic method, for example:
set( String name, String value) and use bind something like @bind(vm.set, 'firstname') where the second item ('firstname') will be the first parameter for the method.
This makes it possible to more dynamically define entities after compile time.
I would like to contribute code for this but I can not find where to make the modifications. I see a Binder but also Expression code. If I could get directions on where to look, I would be really happy to start coding.