java - How to add formatting to a Radio Button in GWT? -


i need format text alongside particular radio button in gwt, how change formatting particular radio button ?

if there particular way through java code itself, don't want edit xml or directly add css scripts.

also tried using :

rb.addstylename(resources.instance.csselements().red()); rb.addstylename(resources.instance.csselements().boldfont());

but didn't work.

did call resources.instance.csselements().ensureinjected()?

see question: when use gwt ensureinjected()?


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -