Hi Pritin,
yes, those things which inherit from sap.ui.core.Element do not have this method in most cases (because many of them can be rendered differently in different places).
For those the parent Control can get the style class and one has to work with CSS cascades. Or one can use existing classes, as you have shown below.
Regards
Andreas