I'd like to get tabindex of current UIComponent in generic way. getTabIndex() is available only for few components. Is there any way of getting it without casting component to proper type?
I was thinking about getting tabindex attribute for current component but how to to this?