com.fatwire.cs.ui.view.renderer
Interface AttributeDataRenderer

All Known Subinterfaces:
AdvancedAttributeRenderer
All Known Implementing Classes:
BasicDataRenderer, BasicDataTemplate, BasicMultiDataTemplate

public interface AttributeDataRenderer

This interface abstracts the activity of rendering data for an attribute.


Method Summary
 UIComponent render(RenderDataContext context)
          Renders an attribute's data.
 

Method Detail

render

UIComponent render(RenderDataContext context)
                   throws UIException
Renders an attribute's data. Edit and inspect mode is determined by the RenderDataContext Rendering is done in memory and the resulting component is returned back to caller. It is the callers responsibility to eventually use the return value to paint the screen.

Parameters:
RenderDataContext - context to display properties
Returns:
UIComponent that contains attribute's data rendered.
Throws:
UIException


Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.