com.fatwire.cs.ui.view.renderer.attribute
Class RenderedComponents
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenderedComponents
public RenderedComponents(HtmlRowLayout componentRow,
java.util.List<UIComponent> controls,
CoreOutputText cotLabel,
java.lang.String labelStyle)
getComponentRow
public HtmlRowLayout getComponentRow()
getControls
public java.util.List<UIComponent> getControls()
getCotLabel
public CoreOutputText getCotLabel()
getLabelStyle
public java.lang.String getLabelStyle()