com.vinay.ui.vinui.fw.core
Class UIGroup

java.lang.Object
  extended bycom.vinay.ui.vinui.fw.core.Control
      extended bycom.vinay.ui.vinui.fw.core.UIGroup

public class UIGroup
extends Control

Group of UI controls. Controls added to group will be be rendered as Flow Layout irrespective of page layout type

Author:
Vinay Nath TODO Enable other layouts

Field Summary
 
Fields inherited from class com.vinay.ui.vinui.fw.core.Control
bindings
 
Constructor Summary
UIGroup()
          Constructor
 
Method Summary
protected  void addControl(Control control)
           
protected  void removeControl(Control control)
           
protected  java.lang.String render()
           
 
Methods inherited from class com.vinay.ui.vinui.fw.core.Control
addUIEventListener, bindAttribute, dispatchEvent, getId, getPage, getPageContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIGroup

public UIGroup()
Constructor

Method Detail

render

protected java.lang.String render()
                           throws VinUIException
Overrides:
render in class Control
Throws:
VinUIException

addControl

protected void addControl(Control control)

removeControl

protected void removeControl(Control control)