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

java.lang.Object
  extended bycom.vinay.ui.vinui.fw.core.TLayout
All Implemented Interfaces:
Layout

public class TLayout
extends java.lang.Object
implements Layout

T-Layout Manager.

Author:
Vinay Nath

Field Summary
static int LEFT
           
static int RIGHT
           
static int TOP
           
 
Constructor Summary
TLayout()
           
 
Method Summary
 void addControl(Control control, int pos)
           
 java.lang.String getLeftWidth()
           
 java.lang.String layout(Page page)
           
 void removeControl(Control control)
           
 void setLeftWidth(java.lang.String leftWidth)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOP

public static final int TOP
See Also:
Constant Field Values

LEFT

public static final int LEFT
See Also:
Constant Field Values

RIGHT

public static final int RIGHT
See Also:
Constant Field Values
Constructor Detail

TLayout

public TLayout()
Method Detail

addControl

public void addControl(Control control,
                       int pos)
Specified by:
addControl in interface Layout

removeControl

public void removeControl(Control control)
Specified by:
removeControl in interface Layout

layout

public java.lang.String layout(Page page)
                        throws VinUIException
Specified by:
layout in interface Layout
Throws:
VinUIException

getLeftWidth

public java.lang.String getLeftWidth()
Returns:
Returns the leftWidth.

setLeftWidth

public void setLeftWidth(java.lang.String leftWidth)
Parameters:
leftWidth - The leftWidth to set.