Xoetrope

 Wiki : StylesFAQ

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

Frequently Asked Questions About Styles


How can styles be applied to a component pose creation?

Try this...

XComponentFactor cf = getComponentFactory(); 
if ( cf instanceof XStyleFactory ) 
((XStyleFactory)).applyStyle( componentRef, styleName ); 


If you have a typical XUI application the component factory will be an instance of XStyleFactory

There are no comments on this page. [Add comment]

Page was generated in 0.1226 seconds