开发者

What is the Renderer class for UIXIterator

开发者 https://www.devze.com 2023-04-08 18:56 出处:网络
Summary What is the renderer class for UIXIterator(af:iterator)? Background I am writing a component and I am planning to extend UIXIterator just like UIXTable does. My component will basically acce

Summary What is the renderer class for UIXIterator(af:iterator)?

Background

I am writing a component and I am planning to extend UIXIterator just like UIXTable does. My component will basically accept the same kind of data binding as UI开发者_StackOverflow社区XIterator/UIXTable does. The only difference will be in the rendering and the client behavior.

I am conducting some preliminary checks to see if this is feasible and how I will go about doing this. I have already determined that most likely I can just extend the component and tag classes(UIXIterator and UIXIteratorTag respectively). The only thing that I am not able to find is the renderer class for UIXIterator.


There is no default Renderer. It renders himself, unless you did not set rendererType in UIXIterator class.

0

精彩评论

暂无评论...
验证码 换一张
取 消