|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fatwire.cs.ui.view.renderer.attribute.RenderedComponents
public class RenderedComponents
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 |
---|
public RenderedComponents(HtmlRowLayout componentRow, java.util.List<UIComponent> controls, CoreOutputText cotLabel, java.lang.String labelStyle)
Method Detail |
---|
public HtmlRowLayout getComponentRow()
public java.util.List<UIComponent> getControls()
public CoreOutputText getCotLabel()
public java.lang.String getLabelStyle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |