.getLabelForElementNames() from JField

Is there a way to retrieve the labelFor element names from a JField in SOM?
I noticed the option elements.myfield.getLabelForElementNames(), but that option is not available in SOM.

There is no function like that in the solutionModel.
But have you tried doing controller.recreateUI() en then elements.myfield.getLabelForElementNames() ?