<T extends NativeObjectContainer> T |
ExtendedOptions.getRemappedOptions(ControllerMapperFactory<T> factory) |
Returns the options, mapped with a custom object, used for controllers to map the options.
It uses a factory instance to create a customized options.
If factory argument is not consistent, null is returned.
|
<T extends NativeObjectContainer> T |
ExtendedScale.getRemappedOptions(ControllerMapperFactory<T> factory) |
Returns the options, mapped with a custom object, used for controllers to map the options.
It uses a factory instance to create a customized options.
If factory argument is not consistent, null is returned.
|