com.fatwire.cs.ui.view.renderer.attribute
Class RenderedComponents

java.lang.Object
  extended by com.fatwire.cs.ui.view.renderer.attribute.RenderedComponents

public class RenderedComponents
extends java.lang.Object

Container used to store different components which are being created in a normal Attribute Renderer lifecycle and eventually formatted in the UI. User: jpinto


Constructor Summary
RenderedComponents(HtmlRowLayout componentRow, java.util.List<UIComponent> controls, CoreOutputText cotLabel, java.lang.String labelStyle)
           
 
Method Summary
 HtmlRowLayout getComponentRow()
           
 java.util.List<UIComponent> getControls()
           
 CoreOutputText getCotLabel()
           
 java.lang.String getLabelStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderedComponents

public RenderedComponents(HtmlRowLayout componentRow,
                          java.util.List<UIComponent> controls,
                          CoreOutputText cotLabel,
                          java.lang.String labelStyle)
Method Detail

getComponentRow

public HtmlRowLayout getComponentRow()

getControls

public java.util.List<UIComponent> getControls()

getCotLabel

public CoreOutputText getCotLabel()

getLabelStyle

public java.lang.String getLabelStyle()