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. This is managed and contained in one single componet HTML Row layout. User: jpinto


Constructor Summary
RenderedComponents(HtmlRowLayout componentRow, java.util.List<UIComponent> controls, CoreOutputText cotLabel, java.lang.String labelStyle)
           
 
Method Summary
 HtmlRowLayout getComponentRow()
          Get the HTML row control UI parent component
 java.util.List<UIComponent> getControls()
          Get the list of UI control components
 CoreOutputText getCotLabel()
          Get the label assigned to List of UI components
 java.lang.String getLabelStyle()
          Get the label style used to the name assigned to List of UI components
 
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()
Get the HTML row control UI parent component

Returns:
the HtmlRowLayout container row

getControls

public java.util.List<UIComponent> getControls()
Get the list of UI control components

Returns:
List of UI controls

getCotLabel

public CoreOutputText getCotLabel()
Get the label assigned to List of UI components

Returns:
the text label for list of UI componets

getLabelStyle

public java.lang.String getLabelStyle()
Get the label style used to the name assigned to List of UI components

Returns:
the text label style


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