java - Getting tabindex value for UIComponent -


i'd tabindex of current uicomponent in generic way. gettabindex() available few components. there way of getting without casting component proper type?

i thinking getting tabindex attribute current component how to this?

use uicomponent#getattributes().

object tabindex = component.getattributes().get("tabindex"); if (tabindex != null) {     // ... } 

Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -